diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-19 16:31:23 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-19 16:31:23 -0500 |
commit | b779667233666e068a4bc668bfc3ca41af4cb711 (patch) | |
tree | 2eee2c867874cf342476b474e451c0294aecfaf8 | |
parent | 0a1cacf63ee87a6a8086d50cd00ebcc04e3751bc (diff) | |
download | meta-intel-b779667233666e068a4bc668bfc3ca41af4cb711.tar.gz |
jasperforest: retire linux-yocto-3.0
With the move to linux-yocto-3.4, linux-yocto-3.0 support can be
removed.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
3 files changed, 2 insertions, 18 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index d661f7b8..9a47b9a6 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
@@ -4,7 +4,8 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post |
5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) | 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) |
6 | 6 | ||
7 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" |
8 | PREFERRED_VERSION_linux-yocto-rt ?= "3.2%" | ||
8 | 9 | ||
9 | require conf/machine/include/tune-x86_64.inc | 10 | require conf/machine/include/tune-x86_64.inc |
10 | require conf/machine/include/ia32-base.inc | 11 | require conf/machine/include/ia32-base.inc |
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend deleted file mode 100644 index 1ddc78fb..00000000 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
3 | KMACHINE_jasperforest = "jasperforest" | ||
4 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | ||
6 | #KBRANCH_jasperforest = "yocto/standard/preempt-rt/base" | ||
7 | #SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV} | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV} | ||
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend deleted file mode 100644 index 1cc7f56f..00000000 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
4 | |||
5 | KMACHINE_jasperforest = "jasperforest" | ||
6 | KBRANCH_jasperforest = "yocto/standard/common-pc-64/jasperforest" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "fc10a49bed173ade9c6c076241a448639fe50aa8" | ||
9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" | ||