summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:03:22 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:11:53 -0500
commitdb201e33a439bff71970edabc23659dccf5769fb (patch)
treeb94d078aceff44cc6e572442ceef76f2d592ab37 /meta-emenlow/recipes-kernel/linux
parent200ebb54f46f364e7eb1738c5e993374f03f407d (diff)
downloadmeta-intel-db201e33a439bff71970edabc23659dccf5769fb.tar.gz
Remove emenlow machine support
The emenlow machine has been retired with this commit. This does not affect the emenlow-noemgd machine and it is supported as usual. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
index bf3df764..b5ed2146 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,23 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3
4COMPATIBLE_MACHINE_emenlow = "emenlow"
5KMACHINE_emenlow = "emenlow"
6KBRANCH_emenlow = "standard/emenlow"
7KERNEL_FEATURES_append_emenlow = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb"
8
9COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" 3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
10KMACHINE_emenlow-noemgd = "emenlow" 4KMACHINE_emenlow-noemgd = "emenlow"
11KBRANCH_emenlow-noemgd = "standard/emenlow" 5KBRANCH_emenlow-noemgd = "standard/emenlow"
12KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" 6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
13 7
14LINUX_VERSION_emenlow = "3.10.38"
15SRCREV_meta_emenlow = "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
16SRCREV_machine_emenlow = "02f7e63e56c061617957388c23bd5cf9b05c5388"
17SRCREV_emgd_emenlow = "42d5e4548e8e79e094fa8697949eed4cf6af00a3"
18
19LINUX_VERSION_emenlow-noemgd = "3.10.38" 8LINUX_VERSION_emenlow-noemgd = "3.10.38"
20SRCREV_meta_emenlow-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" 9SRCREV_meta_emenlow-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
21SRCREV_machine_emenlow-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" 10SRCREV_machine_emenlow-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388"
22
23SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"