From patchwork Wed Nov 21 21:32:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] linux-yocto/3.0: fix virtio configuration typo Date: Wed, 21 Nov 2012 21:32:23 -0000 From: Bruce Ashfield X-Patchwork-Id: 39437 Message-Id: <0c7e7c3d7d82d194f552e35002e7433d3b674922.1353532567.git.bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Cc: dvhart@linux.intel.com, linux-yocto@yoctoproject.org, openembedded-core@lists.openembedded.org 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 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. ] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index e917beb..b7fbf23 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 ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0" +SRCREV_meta ?= "fa9b8c24e84bb9d75d08d197c84c50ce4f99c424" PR = "${INC_PR}.1" PV = "${LINUX_VERSION}+git${SRCPV}"