mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bf6b0d95db
commit
0fc8317c63
@@ -121,12 +121,6 @@ yocto_bsp_create_usage = """
|
||||
modified by the yocto-kernel tool.
|
||||
|
||||
See 'yocto bsp help create' for more detailed instructions.
|
||||
|
||||
NOTE: For x86-based BSPs that select the EMGD xserver, the generated
|
||||
BSP assumes the presence of the meta-intel layer. Ensure the
|
||||
meta-intel layer is present and added to bblayers.conf.
|
||||
|
||||
See 'yocto bsp help create' for more detailed instructions.
|
||||
"""
|
||||
|
||||
yocto_bsp_create_help = """
|
||||
@@ -182,26 +176,6 @@ DESCRIPTION
|
||||
/path/to/poky/meta-yocto \\
|
||||
/path/to/poky/meta-mybsp \\
|
||||
"
|
||||
|
||||
NOTE: For x86-based BSPs that select the EMGD xserver, the
|
||||
generated BSP assumes the presence of the meta-intel layer. Ensure
|
||||
the meta-intel layer is present and added to bblayers.conf.
|
||||
|
||||
For example, assuming your poky repo is at /path/to/poky, your new
|
||||
BSP layer is at /path/to/poky/meta-mybsp, and your build directory
|
||||
is /path/to/build:
|
||||
|
||||
$ cd /path/to/poky
|
||||
$ git clone git://git.yoctoproject.org/meta-intel.git
|
||||
|
||||
$ gedit /path/to/build/conf/bblayers.conf
|
||||
|
||||
BBLAYERS ?= " \\
|
||||
/path/to/poky/meta \\
|
||||
/path/to/poky/meta-yocto \\
|
||||
/path/to/poky/meta-intel \\
|
||||
/path/to/poky/meta-mybsp \\
|
||||
"
|
||||
"""
|
||||
|
||||
yocto_bsp_list_usage = """
|
||||
@@ -335,15 +309,12 @@ DESCRIPTION
|
||||
|
||||
$ yocto-bsp list i386 property xserver_choice
|
||||
["xserver_vesa", "VESA xserver support"]
|
||||
["xserver_emgd", "EMGD xserver support (proprietary)"]
|
||||
["xserver_i915", "i915 xserver support"]
|
||||
|
||||
$ yocto-bsp list arm property base_kbranch_linux_yocto_3_0
|
||||
Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.0...
|
||||
["yocto/base", "yocto/base"]
|
||||
["yocto/eg20t", "yocto/eg20t"]
|
||||
["yocto/emgd", "yocto/emgd"]
|
||||
["yocto/emgd-1.10", "yocto/emgd-1.10"]
|
||||
["yocto/gma500", "yocto/gma500"]
|
||||
["yocto/pvr", "yocto/pvr"]
|
||||
["yocto/standard/arm-versatile-926ejs", "yocto/standard/arm-versatile-926ejs"]
|
||||
|
||||
Reference in New Issue
Block a user