From 0774a1150586da6c5e6e56ccebc18d465103dfcc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Apr 2012 20:52:38 -0600 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: BBLAYER update For 1.2 you evidently need to add $HOME/poky/meta-intel to your bblayers.conf file. (From yocto-docs rev: 05bb85dd133d8da0697cd4414b05dde2a636b737) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 38ea3c47ea..49e42889ea 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -607,11 +607,12 @@ both the BB_NUMBER_THREADS and PARALLEL_MAKE variables to twice the number of cores your system supports. Update the bblayers.conf file so that it includes - the path to your new BSP layer. - In this example you need to include the pathname to meta-mymachine. - For this example the - BBLAYERS variable in the file would need to include the following path: + both the path to your new BSP layer and the path to the + meta-intel layer. + In this example, you need to include both these paths as part of the + BBLAYERS variable: + $HOME/poky/meta-intel $HOME/poky/meta-intel/meta-mymachine -- cgit v1.2.3-54-g00ecf