mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
linux-yocto-rt_3.8: Update all non-ISG BSPs with rt support to 3.8.4-rt2
Add the linux-yocto-rt_3.8.bbappend for every BSP supporting RT. Do not update BSPs maintained by ISG. Built, booted, and sniff tested with: $ cyclictest -p 90 -D 10m -t on all platforms. All boot and complete the test without abnormal outliers with the following exceptions: o sys940x generated a panic, reported to rt-user. Possibly hw related. o fri2 fails to boot, hanging at "i8042: No controller found" These need additional investigation, but shouldn't delay the merge of the recipes themselves. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
0afd6d70c7
commit
ad3b4d1ad6
|
|
@ -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,16 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
|
||||
KMACHINE_crownbay-noemgd = "crownbay"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay = "crownbay"
|
||||
KMACHINE_crownbay = "crownbay"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_crownbay-noemgd = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
|
||||
|
||||
#KBRANCH_crownbay = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
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.8.bbappend
Normal file
15
meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.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 ?= "220f0ff77dbc46b06ec66c1e50afc4b9eb563c97"
|
||||
#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 ?= "220f0ff77dbc46b06ec66c1e50afc4b9eb563c97"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX"
|
||||
|
||||
module_autoload_iwlwifi = "iwlwifi"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_jasperforest = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= "XXX"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= "XXX"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_n450 = "n450"
|
||||
KMACHINE_n450 = "atom-pc"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_n450 = "yocto/standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
COMPATIBLE_MACHINE_sugarbay = "sugarbay"
|
||||
KMACHINE_sugarbay = "sugarbay"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_sugarbay = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX
|
||||
|
|
@ -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