summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel.inc')
-rw-r--r--recipes-kernel/linux/linux-intel.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 366d57d..dbc9808 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -11,6 +11,20 @@ SRCREV_metaenea = "52d45bac8f69340d4677a9271a0f967fc087c44a"
11KENEABRANCH = "intel-5.10" 11KENEABRANCH = "intel-5.10"
12SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 12SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
13 13
14# Upstream BSPs include aufs support (by patching the kernel source + enabling it in kernel config).
15# However, our current kernel version contains a backported commit that conflicts with aufs patches.
16# Until aufs patches are rebased in yocto-kernel-cache, disable aufs kernel source patching, since
17# we don't enable it via kernel config anyway.
18do_kernel_metadata_prepend() {
19 ## ENEA_start ##
20 # kernel-meta patching via patch files added to SRC_URI is currently broken, handle it here
21 sed -i -E 's/^(include features.aufs.*)$/# \1/g' ${WORKDIR}/kernel-meta/ktypes/standard/standard.scc
22 ## ENEA_end ##
23}
24
25# Allow BSPs to supply patches without explicitly adding the scc files to SRC_URI/KERNEL_FEATURES
26KMETA_EXTERNAL_BSPS = "t"
27
14# KERNEL CONFIG DEFAULT CHECK LEVELS: 28# KERNEL CONFIG DEFAULT CHECK LEVELS:
15# 0: no reporting 29# 0: no reporting
16# 1: report options that are specified, but not in the final config 30# 1: report options that are specified, but not in the final config