summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-27 07:53:26 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-03-10 21:44:01 -0700
commit80bdaeda529a54c76f63eaa5597bdeeb1a79e3fa (patch)
tree00ab6c20b1ff53d8a1dc7778351fa3a360e54d46 /conf/machine/intel-core2-32.conf
parente5254bc3b790133a57be9a5f1cb403531916417c (diff)
downloadmeta-intel-80bdaeda529a54c76f63eaa5597bdeeb1a79e3fa.tar.gz
intel-core*: Add Xserver drivers
Include support for x86, ext, i9xx, fbdev, vesa, and modesetting drivers, as well as matrox for the 64b machines (for the Xeon server class systems). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-core2-32.conf')
-rw-r--r--conf/machine/intel-core2-32.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 0db30d0d..20c039de 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -5,5 +5,15 @@
5 5
6PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" 6PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
7 7
8require conf/machine/include/meta-intel.inc
8require conf/machine/include/intel-core2-32-common.inc 9require conf/machine/include/intel-core2-32-common.inc
9require conf/machine/include/intel-common-pkgarch.inc 10require conf/machine/include/intel-common-pkgarch.inc
11
12XSERVER ?= "${XSERVER_X86_BASE} \
13 ${XSERVER_X86_EXT} \
14 ${XSERVER_X86_FBDEV} \
15 ${XSERVER_X86_I915} \
16 ${XSERVER_X86_I965} \
17 ${XSERVER_X86_MODESETTING} \
18 ${XSERVER_X86_VESA} \
19 "