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-emenlow/conf/machine/emenlow.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-emenlow') diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index cf43d4fd..78020ba9 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -4,8 +4,8 @@ #@DESCRIPTION: Machine configuration for eMenlow based systems, like the # Webs-2120 box. -include conf/machine/include/tune-atom.inc -include conf/machine/include/ia32-base.inc +require conf/machine/include/tune-atom.inc +require conf/machine/include/ia32-base.inc PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" PREFERRED_PROVIDER_drm = "libdrm-poulsbo" -- cgit v1.2.3-54-g00ecf