summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend')
-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"