From 0fc8317c6385eb1ed69ca4522ee6424c456dbb92 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 23 Sep 2013 08:42:51 -0500 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/lib/bsp/help.py | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'scripts/lib/bsp/help.py') 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 = """ 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"] -- cgit v1.2.3-54-g00ecf