aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend2
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index 55537fdb..f3eb1c0a 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -2,9 +2,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
+KERNEL_FEATURES_append_crownbay-noemgd += " cfg/efi-ext.scc"
COMPATIBLE_MACHINE_crownbay = "crownbay"
KMACHINE_crownbay = "crownbay"
+KERNEL_FEATURES_append_crownbay += " cfg/efi-ext.scc"
# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 20490766..f409bf77 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -2,9 +2,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
+KERNEL_FEATURES_append_crownbay-noemgd += " cfg/efi-ext.scc"
COMPATIBLE_MACHINE_crownbay = "crownbay"
KMACHINE_crownbay = "crownbay"
+KERNEL_FEATURES_append_crownbay += " cfg/efi-ext.scc"
# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_crownbay-noemgd = "standard/preempt-rt/base"