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