diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-04-03 19:36:00 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2013-04-05 11:08:39 -0700 |
commit | ad3b4d1ad663958c9aa8c17374e42b7d8598bf4c (patch) | |
tree | a7b2c07239be7939923245ba1745f0efa828ab31 /meta-fri2/recipes-kernel/linux | |
parent | 0afd6d70c7180bdd55db3a6d813aa2f79f52e690 (diff) | |
download | meta-intel-ad3b4d1ad663958c9aa8c17374e42b7d8598bf4c.tar.gz |
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>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux')
-rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend new file mode 100644 index 00000000..b73e0368 --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | |||
@@ -0,0 +1,15 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_fri2 = "fri2" | ||
4 | KMACHINE_fri2 = "fri2" | ||
5 | KBRANCH_fri2 = "standard/preempt-rt/fri2" | ||
6 | SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "220f0ff77dbc46b06ec66c1e50afc4b9eb563c97" | ||
7 | #SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "XXX" | ||
8 | |||
9 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | ||
10 | KMACHINE_fri2-noemgd = "fri2" | ||
11 | KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2" | ||
12 | SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "220f0ff77dbc46b06ec66c1e50afc4b9eb563c97" | ||
13 | #SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" | ||
14 | |||
15 | module_autoload_iwlwifi = "iwlwifi" | ||