diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-13 14:59:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:30 +0100 |
commit | 268177e4e64525a3655094b5a835aee62acea622 (patch) | |
tree | 19328e1fec45f394822a6be6e71e679290d5a71a /meta/recipes-kernel | |
parent | 3a6cebbe373f3d02f92210d319f0622482b5841f (diff) | |
download | poky-268177e4e64525a3655094b5a835aee62acea622.tar.gz |
linux-yocto: virtio and KVM guest configuration
Updating the meta branch SRCREV to pick up virtio and kvm guest
configuration fragments.
79947f1 meta: add paravirtualized KVM guest config fragment
3ed86ed meta: add MMIO support in virtio config fragment
(From OE-Core rev: b6b5b501fbe7158f190e887c3edc1214bb3671ed)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index bbde730f77..3b6b4e7ff1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | 10 | ||
11 | SRCREV_machine ?= "a35693b1287c0e50cdca33a1b95af0ff48b43cd0" | 11 | SRCREV_machine ?= "a35693b1287c0e50cdca33a1b95af0ff48b43cd0" |
12 | SRCREV_machine_qemuppc ?= "85a1190530cb5749f5f831670976b163438dc301" | 12 | SRCREV_machine_qemuppc ?= "85a1190530cb5749f5f831670976b163438dc301" |
13 | SRCREV_meta ?= "e0374ce012e7e6fc8e5bb8b957addb0478950898" | 13 | SRCREV_meta ?= "79947f1eb9f695c374ba63672f94deaa1de75561" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index f4f23182dd..0812cffa74 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "b9a720ca38d298ed457f37d099c85771f9164b19" | |||
9 | SRCREV_machine_qemux86 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" | 9 | SRCREV_machine_qemux86 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
10 | SRCREV_machine_qemux86-64 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" | 10 | SRCREV_machine_qemux86-64 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
11 | SRCREV_machine ?= "46d8c757b3be1953f30d6745505d24436e2d6844" | 11 | SRCREV_machine ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
12 | SRCREV_meta ?= "e0374ce012e7e6fc8e5bb8b957addb0478950898" | 12 | SRCREV_meta ?= "79947f1eb9f695c374ba63672f94deaa1de75561" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
15 | 15 | ||