From 626bc169369eaef6bc640a3fb895fde22aa1ae2c Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 17 Mar 2014 08:17:20 -0700 Subject: linux-yocto-rt: Add missing 3.10 rt bbappends The following commit: Update linux-yocto-rt 3.8 to 3.10 46fd4b45c71d674e08037f9d6a2efceb7a963951 Failed to add the new 3.10 recipes, resulting in build failures for machines not taking advantage of the intel-common-pkgarch. Add the linux-yocto-rt bbappend to those BSPs. Signed-off-by: Darren Hart --- .../recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend (limited to 'meta-fri2/recipes-kernel/linux') diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..22baa9aa --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend @@ -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 ?= "6df6580e4a54308346d4ebaaa433932842ac8783" +#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 ?= "6df6580e4a54308346d4ebaaa433932842ac8783" +#SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" + +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf