diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-11-21 16:32:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 07:53:32 +0000 |
commit | 1e12ab7af6f3ae1e897ee7412450d78e26a60c1a (patch) | |
tree | de6823c3c420ce5f40ae614db302fa35481ed492 /meta/recipes-kernel | |
parent | fe21ace36e19e06cbfdb83f73e60623bd4e382af (diff) | |
download | poky-1e12ab7af6f3ae1e897ee7412450d78e26a60c1a.tar.gz |
linux-yocto/3.0: fix virtio configuration typo
The recent tools updates in master exposed a typo that has existed
in the 3.0 kernel meta data and that breaks the build for boards still
using the 3.0 kernel.
Bumping the meta SRCREV to pickup the following fix:
[
commit fa9b8c24e84bb9d75d08d197c84c50ce4f99c424
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Wed Nov 21 09:24:46 2012 -0500
meta: fix typo in virtio.scc
virtio.scc was referring to an invalid/incorrect virto.cfg. Fixing
this typo fixes the build for boards still using the 3.0 kernel.
]
(From OE-Core rev: b16d72a749ac73a2bd0434f36102c00f6c476bc1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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_3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index e917beba49..b7fbf23782 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" | |||
17 | SRCREV_machine_qemux86 ?= "33d5d1ea371dad280e5bcfadd12c3a360c6bc5b8" | 17 | SRCREV_machine_qemux86 ?= "33d5d1ea371dad280e5bcfadd12c3a360c6bc5b8" |
18 | SRCREV_machine_qemux86-64 ?= "fe23c7dd94eb94dd5887028683093615ac921086" | 18 | SRCREV_machine_qemux86-64 ?= "fe23c7dd94eb94dd5887028683093615ac921086" |
19 | SRCREV_machine ?= "cef17a18d72eae749dc78de3c83772f52815d842" | 19 | SRCREV_machine ?= "cef17a18d72eae749dc78de3c83772f52815d842" |
20 | SRCREV_meta ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0" | 20 | SRCREV_meta ?= "fa9b8c24e84bb9d75d08d197c84c50ce4f99c424" |
21 | 21 | ||
22 | PR = "${INC_PR}.1" | 22 | PR = "${INC_PR}.1" |
23 | PV = "${LINUX_VERSION}+git${SRCPV}" | 23 | PV = "${LINUX_VERSION}+git${SRCPV}" |