diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-03-17 08:17:20 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-03-17 16:23:10 -0700 |
| commit | 626bc169369eaef6bc640a3fb895fde22aa1ae2c (patch) | |
| tree | 3fad4f1a28ca7b03b0abd6af91fb25d6f6ca2ed5 | |
| parent | bbbfb9e751d50810baf197f492489dce6ba834da (diff) | |
| download | meta-intel-626bc169369eaef6bc640a3fb895fde22aa1ae2c.tar.gz | |
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 <dvhart@linux.intel.com>
4 files changed, 49 insertions, 0 deletions
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..bee7e549 --- /dev/null +++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_chiefriver = "chiefriver" | ||
| 4 | KMACHINE_chiefriver = "chiefriver" | ||
| 5 | |||
| 6 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 7 | #KBRANCH_chiefriver = "standard/preempt-rt/base" | ||
| 8 | #SRCREV_machine_pn-linux-yocto-rt_chiefriver ?= "XXX" | ||
| 9 | #SRCREV_meta_pn-linux-yocto-rt_chiefriver ?= "XXX" | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..6ffc05c1 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 4 | KMACHINE_emenlow = "emenlow" | ||
| 5 | |||
| 6 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 7 | #KBRANCH_emenlow = "standard/preempt-rt/base" | ||
| 8 | #SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX | ||
| 9 | #SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX | ||
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 @@ | |||
| 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 ?= "6df6580e4a54308346d4ebaaa433932842ac8783" | ||
| 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 ?= "6df6580e4a54308346d4ebaaa433932842ac8783" | ||
| 13 | #SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" | ||
| 14 | |||
| 15 | module_autoload_iwlwifi = "iwlwifi" | ||
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..cc680cec --- /dev/null +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_sys940x = "sys940x" | ||
| 4 | KMACHINE_sys940x = "sys940x" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | ||
| 7 | KMACHINE_sys940x-noemgd = "sys940x" | ||
| 8 | |||
| 9 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 10 | #KBRANCH_sys940x = "standard/preempt-rt/base" | ||
| 11 | #SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "XXX" | ||
| 12 | #SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "XXX" | ||
| 13 | |||
| 14 | #KBRANCH_sys940x-noemgd = "standard/preempt-rt/base" | ||
| 15 | #SRCREV_machine_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX" | ||
| 16 | #SRCREV_meta_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX" | ||
