summaryrefslogtreecommitdiffstats
path: root/meta-romley/conf/machine
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-08-23 22:54:13 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-08-29 10:29:18 -0500
commitd98714abb2218691d96ca6931b96cbb7d8f1ef32 (patch)
tree1248e93dfb7bf747fa759f3bd538edf64aaf7c5c /meta-romley/conf/machine
parent037ab0181ddd204ce7cf09f651ac481e1edd95b4 (diff)
downloadmeta-intel-d98714abb2218691d96ca6931b96cbb7d8f1ef32.tar.gz
meta-intel.inc: have appropriate BSPs use it
ia32-base.inc no longer contains everything these BSPs need - some of what was in that file is now in meta-intel.inc, so we need to include that too. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/conf/machine')
-rw-r--r--meta-romley/conf/machine/romley.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index f7cfa186..ab4d3c01 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -9,6 +9,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.2%"
9 9
10require conf/machine/include/tune-x86_64.inc 10require conf/machine/include/tune-x86_64.inc
11require conf/machine/include/ia32-base.inc 11require conf/machine/include/ia32-base.inc
12require conf/machine/include/meta-intel.inc
12 13
13XSERVER ?= "${XSERVER_IA32_BASE} \ 14XSERVER ?= "${XSERVER_IA32_BASE} \
14 ${XSERVER_IA32_EXT} \ 15 ${XSERVER_IA32_EXT} \