From c6a0cc926fa90d2a6558c239232b1383069fbc5c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Apr 2012 08:24:36 -0600 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: 3.0 to 3.2 The kernel used for example is no linux-yocto_3.2. I changed all occurences of yocto_3.0 over to yocto_3.2 (From yocto-docs rev: 7ee8f86fd0f44197901c851a16c58aa5f6851b1f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml') diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index ec8212c2de..e8fd3bc901 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -420,7 +420,7 @@ " Identify Your Source Files: In the - linux-yocto_3.0.bbappend file located in the + linux-yocto_3.2.bbappend file located in the poky-extras/meta-kernel-dev/recipes-kernel/linux directory, you need to identify the location of the local source code, which in this example is the bare clone named @@ -433,7 +433,7 @@ KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git Specify the Kernel Machine: Also in the - linux-yocto_3.0.bbappend file, you need to specify + linux-yocto_3.2.bbappend file, you need to specify the kernel machine with the following statement: KMACHINE_qemux86 = "yocto/standard/common-pc/base" @@ -450,7 +450,7 @@ unused .bbappend files. Alternatively, you can simply remove all the files except the one your are using for the build - (i.e. linux-yocto_3.0.bbappend in this example). + (i.e. linux-yocto_3.2.bbappend in this example). -- cgit v1.2.3-54-g00ecf