summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
deleted file mode 100644
index 61aed2f4..00000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
4KMACHINE_emenlow-noemgd = "emenlow"
5KBRANCH_emenlow-noemgd = "standard/emenlow"
6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
7
8# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV
9# and setting them here breaks the default mechanism to use AUTOREV if the
10# default SRCREV is set and linux-yocto-dev is the preferred provider.