diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-01-30 01:12:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 14:58:46 +0000 |
commit | b58d330a88a64ac8ff82362cc90cc817f38b82cd (patch) | |
tree | 4bf88cec1b14ad3cbbc555701fb164e4fe2a0c54 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |
parent | 72264df07d7e57ba8232aae90b76ab220fdb2d22 (diff) | |
download | openembedded-core-b58d330a88a64ac8ff82362cc90cc817f38b82cd.tar.gz openembedded-core-b58d330a88a64ac8ff82362cc90cc817f38b82cd.tar.bz2 openembedded-core-b58d330a88a64ac8ff82362cc90cc817f38b82cd.zip |
linux-yocto: update to v3.0.18 + features
The -stable team released v3.0.18, so it becomes the new base for the
linux-yocto_3.0 recipe.
Along with the 3.0.18 update this kernel refresh brings in the following
changes:
59314a3 meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y
b168325 crownbay: use emgd-1.10
281b80f kver: bumping to v3.0.18
0d5d0dd common-pc*: add SMP and virtio
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.bb | 8 |
1 files changed, 4 insertions, 4 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 9a543ab8b9..5402f17bd0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb @@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be" KBRANCH = "yocto/standard/preempt-rt/base" KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" -LINUX_VERSION ?= "3.0.14" +LINUX_VERSION ?= "3.0.18" LINUX_KERNEL_TYPE = "preempt-rt" -SRCREV_machine ?= "f1cc220f4ddf434bf254707c83a45794a63f117f" -SRCREV_machine_qemuppc ?= "8bd5b80cb3243dadc9d6c5c09482c49994dff1a8" -SRCREV_meta ?= "665fea1c249b4f335cb1c9a46a9f2c138d611f1a" +SRCREV_machine ?= "2f9d925f5681eaae7f341cc1270c739e8b329c03" +SRCREV_machine_qemuppc ?= "c66f7ef2315010756c8c97af6b13d52f9f18c03b" +SRCREV_meta ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}" |