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-sugarbay/conf/machine/sugarbay.conf | |
| 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-sugarbay/conf/machine/sugarbay.conf')
| -rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf deleted file mode 100644 index a3357370..00000000 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: sugarbay | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel 2nd Generation Core Platforms: Core i3, i5, i7 (Sandy Bridge) | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Sugar Bay systems | ||
| 7 | # i.e. Sandy Bridge + Cougar Point | ||
| 8 | |||
| 9 | MACHINE_FEATURES += "va-impl-intel" | ||
| 10 | |||
| 11 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | ||
| 12 | |||
| 13 | require conf/machine/include/meta-intel.inc | ||
| 14 | require conf/machine/include/intel-corei7-64-common.inc | ||
| 15 | require conf/machine/include/intel-common-pkgarch.inc | ||
| 16 | |||
| 17 | MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0" | ||
| 18 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" | ||
| 19 | |||
| 20 | MACHINE_FEATURES += "wifi" | ||
| 21 | MACHINE_FEATURES += "intel-ucode" | ||
| 22 | |||
| 23 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 24 | ${XSERVER_X86_EXT} \ | ||
| 25 | ${XSERVER_X86_I965} \ | ||
| 26 | " | ||
