summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-08-19 00:28:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:46:00 +0100
commit2145f5b3006c03131483e7d8b7b770d4cf7915d4 (patch)
tree2d7f8c3c5678802cfcc9143fb04834ee35d0d280 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parentb96c38820a0a4c2a1e465387dfff146f87c64c46 (diff)
downloadpoky-2145f5b3006c03131483e7d8b7b770d4cf7915d4.tar.gz
linux-yocto/3.0: update meta SRCREV
Bumping the meta SRCREV to pickup this fix: meta: rename virto.scc to virtio.scc The virtio configuration block is misnamed. BSPs that include it with the proper name, now throw an error (as they should). So fixing the name of the fragment fixes the build. (From OE-Core rev: c6b335099224d590109a8bcda22bf54c597c7eee) 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.bb2
1 files changed, 1 insertions, 1 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 c7d6ceddc3..a16b5499f2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -9,7 +9,7 @@ KMETA = "meta"
9 9
10SRCREV_machine ?= "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e" 10SRCREV_machine ?= "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e"
11SRCREV_machine_qemuppc ?= "c3575ad0016173b6e0b953404eb6a770e75a1f11" 11SRCREV_machine_qemuppc ?= "c3575ad0016173b6e0b953404eb6a770e75a1f11"
12SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c" 12SRCREV_meta ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0"
13 13
14PR = "${INC_PR}.0" 14PR = "${INC_PR}.0"
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"