meta-intel/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
Darren Hart ad3b4d1ad6 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>
2013-04-05 11:08:39 -07:00

17 lines
587 B
Plaintext

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"