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