summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-09-03 05:12:11 +0200
committerGeorge Nita <george.nita@enea.com>2015-09-03 05:12:11 +0200
commit3ab7b40622ac62f2e8876adabfbfbcb80e62bb2e (patch)
tree4428c3f371f1398555c203d1cb32088b41aceda4 /meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
parenta83cdb055a432ca3554b4ce7aab4ccd2243a5730 (diff)
parentcea00968b858b60222d68103491f076067d73876 (diff)
downloadmeta-intel-3ab7b40622ac62f2e8876adabfbfbcb80e62bb2e.tar.gz
Merge remote-tracking branch 'origin/master' into master-enea
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.