diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-08-19 00:28:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:44:52 +0100 |
commit | c6b335099224d590109a8bcda22bf54c597c7eee (patch) | |
tree | 832d68e957be111e5761428384a82977a8cd6626 | |
parent | 07e422138b89e4f4a0cc911db70e2ce953b7623b (diff) | |
download | openembedded-core-c6b335099224d590109a8bcda22bf54c597c7eee.tar.gz openembedded-core-c6b335099224d590109a8bcda22bf54c597c7eee.tar.bz2 openembedded-core-c6b335099224d590109a8bcda22bf54c597c7eee.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
2 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 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" SRCREV_machine ?= "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e" SRCREV_machine_qemuppc ?= "c3575ad0016173b6e0b953404eb6a770e75a1f11" -SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c" +SRCREV_meta ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 3022f21e0f..f5e812ec84 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb @@ -17,7 +17,7 @@ SRCREV_machine_qemuppc ?= "d8779a6245d13c3b56eabac36a14c8896f448566" SRCREV_machine_qemux86 ?= "33d5d1ea371dad280e5bcfadd12c3a360c6bc5b8" SRCREV_machine_qemux86-64 ?= "fe23c7dd94eb94dd5887028683093615ac921086" SRCREV_machine ?= "cef17a18d72eae749dc78de3c83772f52815d842" -SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c" +SRCREV_meta ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" |