diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-01-30 01:12:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:10:51 +0000 |
commit | 1655fd11d3bbed6100d96fccdb4bebd4269a1007 (patch) | |
tree | 6f55368cde9705dcccbae031d0e0629f33338f08 /meta-yocto/recipes-kernel | |
parent | 64662290d3e7deb0b6093b3959c3f3eddb873893 (diff) | |
download | poky-1655fd11d3bbed6100d96fccdb4bebd4269a1007.tar.gz |
linux-yocto/meta-yocto: update to v3.0.18 + features
Updateing the meta-yocto SRCREVs to the new 3.0.18 kernel.
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-yocto/recipes-kernel')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 6 | ||||
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 831df8db9e..acdb85e554 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
@@ -4,13 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
4 | COMPATIBLE_MACHINE_atom-pc = "atom-pc" | 4 | COMPATIBLE_MACHINE_atom-pc = "atom-pc" |
5 | KMACHINE_atom-pc = "atom-pc" | 5 | KMACHINE_atom-pc = "atom-pc" |
6 | KBRANCH_atom-pc = "yocto/standard/preempt-rt/base" | 6 | KBRANCH_atom-pc = "yocto/standard/preempt-rt/base" |
7 | SRCREV_machine_pn-linux-yocto-rt_atom-pc = "0b805cce57f61a244eb3b8fce460b14f1be442b3" | 7 | SRCREV_machine_pn-linux-yocto-rt_atom-pc = "2f9d925f5681eaae7f341cc1270c739e8b329c03" |
8 | 8 | ||
9 | # mpc8315e-rdb support | 9 | # mpc8315e-rdb support |
10 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 10 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
11 | KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" | 11 | KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" |
12 | KBRANCH_mpc8315e-rdb = "yocto/standard/preempt-rt/base" | 12 | KBRANCH_mpc8315e-rdb = "yocto/standard/preempt-rt/base" |
13 | SRCREV_machine_pn-linux-yocto-rt_mpc8315e-rdb = "0b805cce57f61a244eb3b8fce460b14f1be442b3" | 13 | SRCREV_machine_pn-linux-yocto-rt_mpc8315e-rdb = "2f9d925f5681eaae7f341cc1270c739e8b329c03" |
14 | 14 | ||
15 | # beagleboard support - 3.0 support has not yet been completed, build failure | 15 | # beagleboard support - 3.0 support has not yet been completed, build failure |
16 | #COMPATIBLE_MACHINE_beagleboard = "beagleboard" | 16 | #COMPATIBLE_MACHINE_beagleboard = "beagleboard" |
@@ -22,4 +22,4 @@ SRCREV_machine_pn-linux-yocto-rt_mpc8315e-rdb = "0b805cce57f61a244eb3b8fce460b14 | |||
22 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | 22 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" |
23 | KMACHINE_routerstationpro = "routerstationpro" | 23 | KMACHINE_routerstationpro = "routerstationpro" |
24 | KBRANCH_routerstationpro = "yocto/standard/preempt-rt/routerstationpro" | 24 | KBRANCH_routerstationpro = "yocto/standard/preempt-rt/routerstationpro" |
25 | SRCREV_machine_pn-linux-yocto-rt_routerstationpro = "43dcdffebb64d9ce2f5cdcb18bb74bd9c301133f" | 25 | SRCREV_machine_pn-linux-yocto-rt_routerstationpro = "ac9de3df165099542c26a5c0a60cac4fb9965cb2" |
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend index e51088009a..36dd8a3ea4 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -4,10 +4,10 @@ KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | |||
4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" | 4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" |
5 | 5 | ||
6 | 6 | ||
7 | SRCREV_machine_atom-pc ?= "1e18e44adbe79b846e382370eb29bc4b8cd5a1a0" | 7 | SRCREV_machine_atom-pc ?= "9a49e496c5e01bf4265e6adcd98f9ab177041ed1" |
8 | SRCREV_machine_routerstationpro ?= "8f38705810634a84326d3a3ebe9653951aa4bf61" | 8 | SRCREV_machine_routerstationpro ?= "3bce4d3144c0501efedb6de61599d81acc0946d6" |
9 | SRCREV_machine_mpc8315e-rdb ?= "58ffdb8000e34d2ba7c3ef278b26680b0886e8b5" | 9 | SRCREV_machine_mpc8315e-rdb ?= "6ee43f85afcd4499b441ff8aa0a54a0706eabf00" |
10 | SRCREV_machine_beagleboard ?= "6b4bf6173b0bd2d1619a8218bac66ebc4681dd35" | 10 | SRCREV_machine_beagleboard ?= "368e38c673ffac8b37fc2a2d4c1e4a1e6f8abf19" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
13 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | 13 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" |