From f89c24addde4f5d4a634a7be6a33bee91c1f1bc4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 24 Feb 2012 08:50:53 +0000 Subject: meta-intel: replace "include" with "require" We want a failure to occur if the files specified in these statements can't be found (e.g. when there is a misconfiguration), so use require instead of include. Signed-off-by: Paul Eggleton Signed-off-by: Tom Zanussi --- meta-romley/conf/machine/romley.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-romley') diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 7b6014cd..aa334c08 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -5,7 +5,7 @@ # i.e. Sandy Bridge + Patsburg Chipset require conf/machine/include/tune-x86_64.inc -include conf/machine/include/ia32-base.inc +require conf/machine/include/ia32-base.inc XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ -- cgit v1.2.3-54-g00ecf