From d98714abb2218691d96ca6931b96cbb7d8f1ef32 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 23 Aug 2012 22:54:13 -0500 Subject: 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 --- meta-romley/conf/machine/romley.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-romley/conf/machine') 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%" require conf/machine/include/tune-x86_64.inc require conf/machine/include/ia32-base.inc +require conf/machine/include/meta-intel.inc XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ -- cgit v1.2.3-54-g00ecf