summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-02-08 14:18:58 -0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-02-16 10:01:30 -0600
commit1d6b218a45e43441ca6299b899c4d84ec976082c (patch)
tree1152df28cfdc2e0327ccf361afd241f0d111d004 /meta-cedartrail/recipes-kernel
parentbfa92b97a9d8e4e19d770a87b42a59c16460c1b4 (diff)
downloadmeta-intel-1d6b218a45e43441ca6299b899c4d84ec976082c.tar.gz
cedartrail: remove BSP
Cedartrail will not be supported in the Yocto 1.4 Release. Remove it from meta-intel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-cedartrail/recipes-kernel')
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend18
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend23
2 files changed, 0 insertions, 41 deletions
diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index 2248c884..00000000
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,18 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_cedartrail = "cedartrail"
3KMACHINE_cedartrail = "cedartrail"
4
5KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
6KERNEL_FEATURES_append_cedartrail += " cfg/drm-cdvpvr.scc"
7KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
8KERNEL_FEATURES_append_cedartrail += " cfg/efi-ext.scc"
9
10COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
11KMACHINE_cedartrail-nopvr = "cedartrail"
12KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
13
14
15# Update the following to use a different BSP branch or meta SRCREV
16#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base"
17#SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX
18#SRCREV_meta_pn-linux-yocto-rt_cedartrail ?= XXXX
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}"