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 15:07:43 +0000 |
commit | a092311949be1166300d11d4d3d8402e13caad40 (patch) | |
tree | bcc83e9929fa817515f8de8f039f54efb8891d08 /meta | |
parent | e670fdc7aef9a287a34700c72956d8a9e0410250 (diff) | |
download | poky-a092311949be1166300d11d4d3d8402e13caad40.tar.gz |
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
(From OE-Core rev: b58d330a88a64ac8ff82362cc90cc817f38b82cd)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 19 |
2 files changed, 13 insertions, 14 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" | |||
11 | KBRANCH = "yocto/standard/preempt-rt/base" | 11 | KBRANCH = "yocto/standard/preempt-rt/base" |
12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" | 12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.0.14" | 14 | LINUX_VERSION ?= "3.0.18" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "f1cc220f4ddf434bf254707c83a45794a63f117f" | 17 | SRCREV_machine ?= "2f9d925f5681eaae7f341cc1270c739e8b329c03" |
18 | SRCREV_machine_qemuppc ?= "8bd5b80cb3243dadc9d6c5c09482c49994dff1a8" | 18 | SRCREV_machine_qemuppc ?= "c66f7ef2315010756c8c97af6b13d52f9f18c03b" |
19 | SRCREV_meta ?= "665fea1c249b4f335cb1c9a46a9f2c138d611f1a" | 19 | SRCREV_meta ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | 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 9d51bd017c..6ff6027f89 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -10,16 +10,15 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | |||
10 | 10 | ||
11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = ${KMACHINE} |
12 | 12 | ||
13 | LINUX_VERSION ?= "3.0.14" | 13 | LINUX_VERSION ?= "3.0.18" |
14 | 14 | ||
15 | 15 | SRCREV_machine_qemuarm ?= "48e68bd72da497a14200801140b3b87dae6d60e9" | |
16 | SRCREV_machine_qemuarm ?= "c0386e4195c685b0ff94b7e21581ec47008ab13b" | 16 | SRCREV_machine_qemumips ?= "9d86aeb43e5bbb0851cc4f105b64caab13bc71f3" |
17 | SRCREV_machine_qemumips ?= "56e4361a1bfc10042d83a7d8a5f96932056e3f35" | 17 | SRCREV_machine_qemuppc ?= "15fd748017f0849138ff4b47d73f6866fa26cfe8" |
18 | SRCREV_machine_qemuppc ?= "53e71af30e30162e17e32b2f57e4481f5bc0573e" | 18 | SRCREV_machine_qemux86 ?= "8f74a4339b3dc029fafff0ba7d88d6dc950d4b31" |
19 | SRCREV_machine_qemux86 ?= "9e73573b6b227ab2c62e66e63470866d136f8d76" | 19 | SRCREV_machine_qemux86-64 ?= "610c5a62daeda033755b0b7bfcb3e2cad5c76f3f" |
20 | SRCREV_machine_qemux86-64 ?= "3551fd0412965b1f6b0b2f6ba35f7fecdaddb58a" | 20 | SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8" |
21 | SRCREV_machine ?= "6f5b11830deba4a6262c8c4abf67e608924f649e" | 21 | SRCREV_meta ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" |
22 | SRCREV_meta ?= "665fea1c249b4f335cb1c9a46a9f2c138d611f1a" | ||
23 | 22 | ||
24 | PR = "r3" | 23 | PR = "r3" |
25 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |