From ad3b4d1ad663958c9aa8c17374e42b7d8598bf4c Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 3 Apr 2013 19:36:00 -0700 Subject: 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 --- meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend (limited to 'meta-emenlow') diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend new file mode 100644 index 00000000..15fc8473 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend @@ -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 -- cgit v1.2.3-54-g00ecf