summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 4115d2f847..42162f3c4a 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -54,7 +54,7 @@ LINUX_VERSION_EXTENSION ?= "-custom"
54# Override SRCREV to point to a different commit in a bbappend file to 54# Override SRCREV to point to a different commit in a bbappend file to
55# build a different release of the Linux kernel. 55# build a different release of the Linux kernel.
56# tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc 56# tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
57SRCREV="76e10d158efb6d4516018846f60c2ab5501900bc" 57SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
58 58
59PR = "r1" 59PR = "r1"
60PV = "${LINUX_VERSION}+git${SRCPV}" 60PV = "${LINUX_VERSION}+git${SRCPV}"