summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-08-25 00:36:34 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-25 08:45:46 -0700
commitc03195482276d7c96d52f21562f8fa6a636f68a7 (patch)
tree03a307a691993ab2fc10908a7949a31480716707 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parent9ca6806de9d9df9d901774c1b23a14f28f10a844 (diff)
downloadpoky-c03195482276d7c96d52f21562f8fa6a636f68a7.tar.gz
linux-yocto: update meta SRCREV to sync version strings
During the update of the bitbake recipe's string to 3.0.3 the internal version marker in the kernel stayed at v3.0. This meant that kernel configuration auditing the constructed file couldn't be found and audit warnings were thrown. This syncs all the recipes and get back to clean configurations. (From OE-Core rev: 2be439c14790fec8ad7ffe1b6c531d41d0329eaf) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 61210debf1..16daddfe08 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
11KBRANCH = "yocto/standard/preempt-rt/base" 11KBRANCH = "yocto/standard/preempt-rt/base"
12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" 12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32"
13 13
14LINUX_VERSION ?= "3.0" 14LINUX_VERSION ?= "3.0.3"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "67ce0924042a2faa12b71ac3e92175c789c32af6" 17SRCREV_machine ?= "67ce0924042a2faa12b71ac3e92175c789c32af6"
18SRCREV_machine_qemuppc ?= "839638f4efda0c70c6f491161ab2c042f5bc3e66" 18SRCREV_machine_qemuppc ?= "839638f4efda0c70c6f491161ab2c042f5bc3e66"
19SRCREV_meta ?= "13dbce30d6a647228bf5a9483a9b9c2da1514f78" 19SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c"
20 20
21PR = "r0" 21PR = "r0"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"