summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:21:33 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:12:01 -0500
commit5f67993caf7eb3423c965259fedaa91e0734cdd0 (patch)
tree763076d4981d56c31dcbfacd54e144dc22f2feef /meta-crownbay/recipes-kernel
parentdb201e33a439bff71970edabc23659dccf5769fb (diff)
downloadmeta-intel-5f67993caf7eb3423c965259fedaa91e0734cdd0.tar.gz
Remove crownbay machine support
The crownbay machine has been retired with this commit. This does not affect the crownbay-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-crownbay/recipes-kernel')
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index f7998565..1805ed94 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,23 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3 3
4COMPATIBLE_MACHINE_crownbay = "crownbay"
5KMACHINE_crownbay = "crownbay"
6KBRANCH_crownbay = "standard/crownbay"
7KERNEL_FEATURES_append_crownbay = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb"
8
9COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" 4COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
10KMACHINE_crownbay-noemgd = "crownbay" 5KMACHINE_crownbay-noemgd = "crownbay"
11KBRANCH_crownbay-noemgd = "standard/crownbay" 6KBRANCH_crownbay-noemgd = "standard/crownbay"
12KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" 7KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb"
13 8
14LINUX_VERSION_crownbay = "3.10.38"
15SRCREV_meta_crownbay = "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
16SRCREV_machine_crownbay = "02f7e63e56c061617957388c23bd5cf9b05c5388"
17SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3"
18
19LINUX_VERSION_crownbay-noemgd = "3.10.38" 9LINUX_VERSION_crownbay-noemgd = "3.10.38"
20SRCREV_meta_crownbay-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" 10SRCREV_meta_crownbay-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
21SRCREV_machine_crownbay-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" 11SRCREV_machine_crownbay-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388"
22
23SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"