diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-22 15:49:23 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-04 20:20:52 -0500 |
commit | 6eea475e2038c1de3fbbd5bcd0986862ff85bb9a (patch) | |
tree | 405515c86e2a77fe9209440e495e48268838deff | |
parent | c1f3e7587ca24e370461f1636b2bd5390a325004 (diff) | |
download | meta-intel-6eea475e2038c1de3fbbd5bcd0986862ff85bb9a.tar.gz |
meta-crownbay: remove 3.0 kernel support
There's no need to support linux-yocto-3.0 for crownbay any more, so
remove the 3.0 bbappends.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 20 | ||||
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | 17 |
2 files changed, 0 insertions, 37 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend deleted file mode 100644 index dee9bce4..00000000 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
4 | KMACHINE_crownbay-noemgd = "crownbay" | ||
5 | |||
6 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
7 | |||
8 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
9 | KMACHINE_crownbay = "crownbay" | ||
10 | |||
11 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
12 | |||
13 | # Update the following to use a different BSP branch or meta SRCREV | ||
14 | #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" | ||
15 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
16 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
17 | |||
18 | #KBRANCH_crownbay = "yocto/standard/preempt-rt/base" | ||
19 | #SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX | ||
20 | #SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend deleted file mode 100644 index 0c92871b..00000000 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
4 | KMACHINE_crownbay = "crownbay" | ||
5 | KBRANCH_crownbay = "yocto/standard/crownbay" | ||
6 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
7 | |||
8 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
9 | KMACHINE_crownbay-noemgd = "crownbay" | ||
10 | KBRANCH_crownbay-noemgd = "yocto/standard/crownbay" | ||
11 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
12 | |||
13 | SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" | ||
14 | SRCREV_meta_pn-linux-yocto_crownbay ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" | ||
15 | |||
16 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" | ||
17 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" | ||