mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
16 lines
582 B
Plaintext
16 lines
582 B
Plaintext
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"
|