summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend')
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 440cd773..00000000
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
4
5SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
6
7COMPATIBLE_MACHINE_cedartrail = "cedartrail"
8KMACHINE_cedartrail = "cedartrail"
9KBRANCH_cedartrail = "yocto/standard/cedartrail"
10KERNEL_FEATURES_append_cedartrail += "bsp/cedartrail/cedartrail-pvr-merge.scc"
11KERNEL_FEATURES_append_cedartrail += "cfg/efi-ext.scc"
12
13COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
14KMACHINE_cedartrail-nopvr = "cedartrail"
15KBRANCH_cedartrail-nopvr = "yocto/standard/cedartrail"
16KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
17
18SRCREV_machine_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
19SRCREV_meta_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
20SRCREV_pvr_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
21
22SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"
23SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"