diff options
| author | Saul Wold <sgw@linux.intel.com> | 2015-08-25 16:39:01 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2015-08-28 14:25:29 -0700 |
| commit | 4172351baa285b83eb54d54368fe2f037c48159b (patch) | |
| tree | c2c1991e05b0260615b83abf59acee81a534ec10 /meta-jasperforest/conf/machine | |
| parent | 44df7ddf395f82c28c494b92fb3f627f81e2e627 (diff) | |
| download | meta-intel-4172351baa285b83eb54d54368fe2f037c48159b.tar.gz | |
Remove older platform specific BSPs
The intel-core* BSPs supercede these older BSPs therefore it's time
to remove these older platform specific bsps.
Bump LAYERVERSION to 3 to allow the Autobuilder to know that these
BSPs have been removed.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-jasperforest/conf/machine')
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf deleted file mode 100644 index e0948eb0..00000000 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: jasperforest | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest) | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | ||
| 7 | # systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak) | ||
| 8 | |||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | ||
| 10 | |||
| 11 | require conf/machine/include/meta-intel.inc | ||
| 12 | require conf/machine/include/intel-corei7-64-common.inc | ||
| 13 | require conf/machine/include/intel-common-pkgarch.inc | ||
| 14 | |||
| 15 | MACHINE_FEATURES += "intel-ucode" | ||
| 16 | |||
| 17 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 18 | ${XSERVER_X86_EXT} \ | ||
| 19 | ${XSERVER_X86_VESA} \ | ||
| 20 | " | ||
| 21 | |||
| 22 | APPEND += "video=vesafb vga=0x318" | ||
