From e7e533028bea299ca85b4fc503ccca61c35ae60c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Mar 2015 14:59:09 -0800 Subject: kernel-dev: Scrubbed out the 3.4 kernel references. This kernel is not supported and is ancient. Many of the examples were referencing this kernel. I switched to use the 3.19 version. Reported-by: Robert P. J. Day (From yocto-docs rev: ba04c4f11a02b4562994d5d79838cd2cf90efc7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-common.xml') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 87cf2b3864..90a4f3876f 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -84,11 +84,11 @@ You also name it accordingly based on the linux-yocto recipe you are using. For example, if you are modifying the - meta/recipes-kernel/linux/linux-yocto_3.4.bb + meta/recipes-kernel/linux/linux-yocto_3.19.bb recipe, the append file will typically be located as follows within your custom layer: - your-layer/recipes-kernel/linux/linux-yocto_3.4.bbappend + your-layer/recipes-kernel/linux/linux-yocto_3.19.bbappend The append file should initially extend the FILESPATH @@ -578,7 +578,7 @@ LINUX_VERSION: The Linux kernel version you are using (e.g. - "3.4"). + "3.19"). LINUX_VERSION_EXTENSION: The Linux kernel CONFIG_LOCALVERSION that is compiled into the resulting kernel and visible @@ -604,7 +604,7 @@ The combined results are a string with the following form: - 3.4.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2 + 3.19.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2 While lengthy, the extra verbosity in PV helps ensure you are using the exact @@ -844,7 +844,7 @@ Here is an example that looks at what has changed in the emenlow branch of the - linux-yocto-3.4 kernel. + linux-yocto-3.19 kernel. The lower commit range is the commit associated with the standard/base branch, while the upper commit range is the commit associated with the -- cgit v1.2.3-54-g00ecf