From dc2f2ae714dd380c353d74b0cccdd2bca897d073 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Oct 2017 13:11:27 -0700 Subject: kernel-dev: Updated example in metadata outside recipe-space Went from 4.4 kernel to 4.12. (From yocto-docs rev: 4cf2710a381925b8bf13536c1f8da3d12938fffe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 46 ++---------------------- 1 file changed, 3 insertions(+), 43 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 29052de9c1..3d19ed2cf2 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -987,11 +987,11 @@ SRC_URI variable. As an example, consider the following SRC_URI - statement from the linux-yocto_4.4.bb + statement from the linux-yocto_4.12.bb kernel recipe: - SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ - git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" + SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ + git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" ${KMETA}, in this context, is simply used to name the directory into which the Git fetcher places the Metadata. @@ -1010,46 +1010,6 @@ configuration phase. - - If you modify the Metadata, you must not forget to update the SRCREV -- cgit v1.2.3-54-g00ecf