mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
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>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
# atom-pc support
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|
|
KMACHINE_atom-pc = "atom-pc"
|
|
KBRANCH_atom-pc = "yocto/standard/preempt-rt/base"
|
|
SRCREV_machine_pn-linux-yocto-rt_atom-pc = "2f9d925f5681eaae7f341cc1270c739e8b329c03"
|
|
|
|
# mpc8315e-rdb support
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
|
|
KBRANCH_mpc8315e-rdb = "yocto/standard/preempt-rt/base"
|
|
SRCREV_machine_pn-linux-yocto-rt_mpc8315e-rdb = "2f9d925f5681eaae7f341cc1270c739e8b329c03"
|
|
|
|
# beagleboard support - 3.0 support has not yet been completed, build failure
|
|
#COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
#KMACHINE_beagleboard = "beagleboard"
|
|
#KBRANCH_beagleboard = "yocto/standard/preempt-rt/base"
|
|
#SRCREV_machine_pn-linux-yocto-rt_beagleboard =
|
|
|
|
# routerstationpro support - preempt-rt kernel build failure
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
KMACHINE_routerstationpro = "routerstationpro"
|
|
KBRANCH_routerstationpro = "yocto/standard/preempt-rt/routerstationpro"
|
|
SRCREV_machine_pn-linux-yocto-rt_routerstationpro = "ac9de3df165099542c26a5c0a60cac4fb9965cb2"
|