summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-08-25 16:39:01 -0700
committerSaul Wold <sgw@linux.intel.com>2015-08-28 14:25:29 -0700
commit4172351baa285b83eb54d54368fe2f037c48159b (patch)
treec2c1991e05b0260615b83abf59acee81a534ec10 /meta-crownbay/conf/machine
parent44df7ddf395f82c28c494b92fb3f627f81e2e627 (diff)
downloadmeta-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-crownbay/conf/machine')
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
deleted file mode 100644
index 9f0aa300..00000000
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ /dev/null
@@ -1,22 +0,0 @@
1#@TYPE: Machine
2#@NAME: crownbay-noemgd
3
4#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Open Source VESA Graphics
5
6#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
7# i.e. E660 + EG20T
8
9PREFERRED_VERSION_linux-yocto ?= "3.19%"
10
11require conf/machine/include/meta-intel.inc
12require conf/machine/include/intel-core2-32-common.inc
13require conf/machine/include/intel-common-pkgarch.inc
14
15MACHINE_FEATURES += "intel-ucode"
16
17XSERVER ?= "${XSERVER_X86_BASE} \
18 ${XSERVER_X86_EXT} \
19 ${XSERVER_X86_VESA} \
20 "
21
22APPEND += "video=vesafb vga=0x318"