summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-11 15:25:26 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 14:51:00 -0700
commitf4d24c4363eeedb8c0dfac7086a684510d71ffb1 (patch)
treee200b09999f486913d93be7f77634199625fc38e /meta-emenlow
parenta1f14721d2e2a1b694ca805f9a27a6fefa213a02 (diff)
downloadmeta-intel-f4d24c4363eeedb8c0dfac7086a684510d71ffb1.tar.gz
Remove linux-yocto 3.8 bbappends
The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
deleted file mode 100644
index 072b4597..00000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
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"
10KMACHINE_emenlow-noemgd = "emenlow"
11KBRANCH_emenlow-noemgd = "standard/emenlow"
12KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
13
14LINUX_VERSION = "3.8.13"
15
16SRCREV_meta_emenlow = "467a74c47bd70c52d0b81597007d8cc39cadaefd"
17SRCREV_machine_emenlow = "f20047520a57322f05d95a18a5fbd082fb15cb87"
18SRCREV_emgd_emenlow = "a18cbb7a2886206815dbf6c85caed3cb020801e0"
19
20SRCREV_meta_emenlow-noemgd = "467a74c47bd70c52d0b81597007d8cc39cadaefd"
21SRCREV_machine_emenlow-noemgd = "f20047520a57322f05d95a18a5fbd082fb15cb87"
22
23SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"