From f6b2e90fdae49e79c246eda82ff59bfcb0d9357b Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Wed, 29 Aug 2012 16:42:16 -0500 Subject: 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. (From meta-yocto rev: b63c199c716d68147def036eb06481245e595802) Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/lib/bsp/help.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/lib') diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 2d16d2e0ec..3a1f52c9fb 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 -- cgit v1.2.3-54-g00ecf