From: Tom Zanussi Date: Wed, 29 Aug 2012 21:42:16 +0000 (-0500) Subject: yocto-bsp: update the help regarding the meta-intel layer X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b63c199c716d68147def036eb06481245e595802;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-bsp: update the help regarding the meta-intel layer With move of ia32-base to oe-core, the only case remaining where meta-intel needs to be added to bblayers.conf for a new BSP is the case of an x86 BSP that selects EMGD. Update the documentation to note that fact. Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold --- diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 2d16d2e0ec9..3a1f52c9fbf 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py @@ -122,9 +122,9 @@ yocto_bsp_create_usage = """ See 'yocto bsp help create' for more detailed instructions. - NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the - presence of the meta-intel layer. Ensure the meta-intel layer is - present and added to bblayers.conf. + 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. """ @@ -183,9 +183,9 @@ DESCRIPTION /path/to/poky/meta-mybsp \\ " - NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes - the presence of the meta-intel layer. Ensure the meta-intel layer - is present and added to bblayers.conf. + 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