diff options
-rw-r--r-- | scripts/lib/bsp/help.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 2d16d2e0ec..3a1f52c9fb 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py | |||
@@ -122,9 +122,9 @@ yocto_bsp_create_usage = """ | |||
122 | 122 | ||
123 | See 'yocto bsp help create' for more detailed instructions. | 123 | See 'yocto bsp help create' for more detailed instructions. |
124 | 124 | ||
125 | NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the | 125 | NOTE: For x86-based BSPs that select the EMGD xserver, the generated |
126 | presence of the meta-intel layer. Ensure the meta-intel layer is | 126 | BSP assumes the presence of the meta-intel layer. Ensure the |
127 | present and added to bblayers.conf. | 127 | meta-intel layer is present and added to bblayers.conf. |
128 | 128 | ||
129 | See 'yocto bsp help create' for more detailed instructions. | 129 | See 'yocto bsp help create' for more detailed instructions. |
130 | """ | 130 | """ |
@@ -183,9 +183,9 @@ DESCRIPTION | |||
183 | /path/to/poky/meta-mybsp \\ | 183 | /path/to/poky/meta-mybsp \\ |
184 | " | 184 | " |
185 | 185 | ||
186 | NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes | 186 | NOTE: For x86-based BSPs that select the EMGD xserver, the |
187 | the presence of the meta-intel layer. Ensure the meta-intel layer | 187 | generated BSP assumes the presence of the meta-intel layer. Ensure |
188 | is present and added to bblayers.conf. | 188 | the meta-intel layer is present and added to bblayers.conf. |
189 | 189 | ||
190 | For example, assuming your poky repo is at /path/to/poky, your new | 190 | For example, assuming your poky repo is at /path/to/poky, your new |
191 | BSP layer is at /path/to/poky/meta-mybsp, and your build directory | 191 | BSP layer is at /path/to/poky/meta-mybsp, and your build directory |