From 35d25f853cbc3db1eb5c6b28663d933e907be8be Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 19 Jun 2012 14:00:51 -0700 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Example fixes Two items were wrong in the BSP example. The first was the reference to the kernel being used in the source repositories. It was 3.0 when it should have been 3.0-1.1.x. The second was the inclusion of the $HOME/poky/meta-intel path in the bblayers.conf file. This change is post edison. I removed it. (From yocto-docs rev: d6a16fb4052207b809c19c3393f5e0bac3175a70) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 4d4bc0102b..fe216a0332 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -483,8 +483,8 @@ exact commit strings in the Yocto Project source repositories you need to change the SRCREV statements. You can find all the machine and meta - branch points (commits) for the linux-yocto-3.0 kernel at - . + branch points (commits) for the linux-yocto-3.0-1.1.x kernel at + . @@ -599,12 +599,10 @@ 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 - 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 + the path to your new BSP layer. + In this example, you need to include this path as part of the BBLAYERS variable: - $HOME/poky/meta-intel $HOME/poky/meta-intel/meta-mymachine -- cgit v1.2.3-54-g00ecf