summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-26 09:51:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 17:54:27 +0100
commitdb70697baad41f1b86b3c0e3c85b4091e7d14a47 (patch)
tree88f78bb1f1bb67ef2dc08d3dbd4e26688abaea19
parented52eec109ef54150b13c96553cd453ba2aa8e6d (diff)
downloadpoky-db70697baad41f1b86b3c0e3c85b4091e7d14a47.tar.gz
documentation: dev-manual - changed to directory for BSP example.
Section A.5.2.3 "Changing recipes-kernel" indicated that the user needed to look in poky/meta-yocto/recipes-kernel/linux to find the linux-yocto_3.2.bbappend file to locate correct SRCREV values. With 3.1, the team split out kernel and BSP stuff even further by creating a poky/meta-yocto-bsp directory. The example needs to reference that directory instead. (From yocto-docs rev: 6e9b0ceb5ad24b1be8399bf5a0a83fdc30129f82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index fc44d022da..815414b192 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -430,7 +430,7 @@
430 that are associated with the &DISTRO_NAME; release. 430 that are associated with the &DISTRO_NAME; release.
431 To find those values, we need to find the <filename>SRCREV</filename> 431 To find those values, we need to find the <filename>SRCREV</filename>
432 values that &DISTRO_NAME; uses for the atom-pc branch, which we find in the 432 values that &DISTRO_NAME; uses for the atom-pc branch, which we find in the
433 <filename>poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend</filename> 433 <filename>poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend</filename>
434 file. 434 file.
435 </para> 435 </para>
436 436