From: Scott Rifenbark Date: Mon, 2 Oct 2017 20:11:27 +0000 (-0700) Subject: kernel-dev: Updated example in metadata outside recipe-space X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2f2ae714dd380c353d74b0cccdd2bca897d073;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 29052de9c1d..3d19ed2cf24 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