summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-12 10:34:12 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 14:51:00 -0700
commita1f14721d2e2a1b694ca805f9a27a6fefa213a02 (patch)
tree51bfff12da9febc5b02c96aced19f55fef586efe /meta-crownbay
parent50fa9bb12cb3b5e8b36041caaf5517f3eea8fde0 (diff)
downloadmeta-intel-a1f14721d2e2a1b694ca805f9a27a6fefa213a02.tar.gz
Remove linux-yocto 3.4 bbappends
The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
deleted file mode 100644
index 375a6ff7..00000000
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ /dev/null
@@ -1,24 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3
4COMPATIBLE_MACHINE_crownbay = "crownbay"
5KMACHINE_crownbay = "crownbay"
6KBRANCH_crownbay = "standard/crownbay"
7KERNEL_FEATURES_append_crownbay= " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
8
9COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
10KMACHINE_crownbay-noemgd = "crownbay"
11KBRANCH_crownbay-noemgd = "standard/crownbay"
12KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb"
13
14SRCREV_machine_pn-linux-yocto_crownbay ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
15SRCREV_meta_pn-linux-yocto_crownbay ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
16SRCREV_emgd_pn-linux-yocto_crownbay ?= "f5c3a221f0e42d48ee5af369d73594e26ef7fae6"
17
18SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
19SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
20
21SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"
22SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23
24LINUX_VERSION = "3.4.46"