diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-23 08:42:51 -0500 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 12:01:47 +0100 | 
| commit | 0fc8317c6385eb1ed69ca4522ee6424c456dbb92 (patch) | |
| tree | 8b878687d9309556c4476ccb17467f52faa36d62 /scripts/lib/bsp/help.py | |
| parent | bf6b0d95db3863a2cfbccb154c0c7ad5b3bbf0b0 (diff) | |
| download | poky-0fc8317c6385eb1ed69ca4522ee6424c456dbb92.tar.gz | |
yocto-bsp: add 3.10/remove 3.8 kernel from templates
For Yocto 1.5, 3.10 is the preferred kernel and 3.8 is obsolete.
This also removes any mention of emgd from the templates - we want to
discourage users from using it - it will be obsolete soon in any case.
Fixes [YOCTO #5107]
(From meta-yocto rev: 4dd4bf6ac2dcc7652ec8f807df02298546bdb41b)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"] | 
