diff options
Diffstat (limited to 'scripts/lib/bsp/help.py')
-rw-r--r-- | scripts/lib/bsp/help.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 427b5a00e9..a2eb7b6bf3 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py | |||
@@ -121,12 +121,6 @@ yocto_bsp_create_usage = """ | |||
121 | modified by the yocto-kernel tool. | 121 | modified by the yocto-kernel tool. |
122 | 122 | ||
123 | See 'yocto bsp help create' for more detailed instructions. | 123 | See 'yocto bsp help create' for more detailed instructions. |
124 | |||
125 | NOTE: For x86-based BSPs that select the EMGD xserver, the generated | ||
126 | BSP assumes the presence of the meta-intel layer. Ensure the | ||
127 | meta-intel layer is present and added to bblayers.conf. | ||
128 | |||
129 | See 'yocto bsp help create' for more detailed instructions. | ||
130 | """ | 124 | """ |
131 | 125 | ||
132 | yocto_bsp_create_help = """ | 126 | yocto_bsp_create_help = """ |
@@ -182,26 +176,6 @@ DESCRIPTION | |||
182 | /path/to/poky/meta-yocto \\ | 176 | /path/to/poky/meta-yocto \\ |
183 | /path/to/poky/meta-mybsp \\ | 177 | /path/to/poky/meta-mybsp \\ |
184 | " | 178 | " |
185 | |||
186 | NOTE: For x86-based BSPs that select the EMGD xserver, the | ||
187 | generated BSP assumes the presence of the meta-intel layer. Ensure | ||
188 | the meta-intel layer is present and added to bblayers.conf. | ||
189 | |||
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 | ||
192 | is /path/to/build: | ||
193 | |||
194 | $ cd /path/to/poky | ||
195 | $ git clone git://git.yoctoproject.org/meta-intel.git | ||
196 | |||
197 | $ gedit /path/to/build/conf/bblayers.conf | ||
198 | |||
199 | BBLAYERS ?= " \\ | ||
200 | /path/to/poky/meta \\ | ||
201 | /path/to/poky/meta-yocto \\ | ||
202 | /path/to/poky/meta-intel \\ | ||
203 | /path/to/poky/meta-mybsp \\ | ||
204 | " | ||
205 | """ | 179 | """ |
206 | 180 | ||
207 | yocto_bsp_list_usage = """ | 181 | yocto_bsp_list_usage = """ |
@@ -335,15 +309,12 @@ DESCRIPTION | |||
335 | 309 | ||
336 | $ yocto-bsp list i386 property xserver_choice | 310 | $ yocto-bsp list i386 property xserver_choice |
337 | ["xserver_vesa", "VESA xserver support"] | 311 | ["xserver_vesa", "VESA xserver support"] |
338 | ["xserver_emgd", "EMGD xserver support (proprietary)"] | ||
339 | ["xserver_i915", "i915 xserver support"] | 312 | ["xserver_i915", "i915 xserver support"] |
340 | 313 | ||
341 | $ yocto-bsp list arm property base_kbranch_linux_yocto_3_0 | 314 | $ yocto-bsp list arm property base_kbranch_linux_yocto_3_0 |
342 | Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.0... | 315 | Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.0... |
343 | ["yocto/base", "yocto/base"] | 316 | ["yocto/base", "yocto/base"] |
344 | ["yocto/eg20t", "yocto/eg20t"] | 317 | ["yocto/eg20t", "yocto/eg20t"] |
345 | ["yocto/emgd", "yocto/emgd"] | ||
346 | ["yocto/emgd-1.10", "yocto/emgd-1.10"] | ||
347 | ["yocto/gma500", "yocto/gma500"] | 318 | ["yocto/gma500", "yocto/gma500"] |
348 | ["yocto/pvr", "yocto/pvr"] | 319 | ["yocto/pvr", "yocto/pvr"] |
349 | ["yocto/standard/arm-versatile-926ejs", "yocto/standard/arm-versatile-926ejs"] | 320 | ["yocto/standard/arm-versatile-926ejs", "yocto/standard/arm-versatile-926ejs"] |