mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
linux-yocto-rt: Add missing 3.10 rt bbappends
The following commit:
Update linux-yocto-rt 3.8 to 3.10
46fd4b45c7
Failed to add the new 3.10 recipes, resulting in build failures for
machines not taking advantage of the intel-common-pkgarch.
Add the linux-yocto-rt bbappend to those BSPs.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
bbbfb9e751
commit
626bc16936
|
@ -0,0 +1,9 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_chiefriver = "chiefriver"
|
||||
KMACHINE_chiefriver = "chiefriver"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_chiefriver = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_chiefriver ?= "XXX"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_chiefriver ?= "XXX"
|
|
@ -0,0 +1,9 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
||||
KMACHINE_emenlow = "emenlow"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_emenlow = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX
|
15
meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
Normal file
15
meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
Normal file
|
@ -0,0 +1,15 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_fri2 = "fri2"
|
||||
KMACHINE_fri2 = "fri2"
|
||||
KBRANCH_fri2 = "standard/preempt-rt/fri2"
|
||||
SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "6df6580e4a54308346d4ebaaa433932842ac8783"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "XXX"
|
||||
|
||||
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
||||
KMACHINE_fri2-noemgd = "fri2"
|
||||
KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2"
|
||||
SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "6df6580e4a54308346d4ebaaa433932842ac8783"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX"
|
||||
|
||||
module_autoload_iwlwifi = "iwlwifi"
|
|
@ -0,0 +1,16 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_sys940x = "sys940x"
|
||||
KMACHINE_sys940x = "sys940x"
|
||||
|
||||
COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
|
||||
KMACHINE_sys940x-noemgd = "sys940x"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_sys940x = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "XXX"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "XXX"
|
||||
|
||||
#KBRANCH_sys940x-noemgd = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX"
|
Loading…
Reference in New Issue
Block a user