summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-24 08:50:53 +0000
committerTom Zanussi <tom.zanussi@intel.com>2012-02-24 14:51:38 -0600
commitf89c24addde4f5d4a634a7be6a33bee91c1f1bc4 (patch)
tree15bc43203df5ea4d17a42521ec1442d24a3c0829 /meta-n450
parent1ca68394faf33416f2aabee27323da7510ad6609 (diff)
downloadmeta-intel-f89c24addde4f5d4a634a7be6a33bee91c1f1bc4.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/conf/machine/n450.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf
index 6ffdce99..dac63eda 100644
--- a/meta-n450/conf/machine/n450.conf
+++ b/meta-n450/conf/machine/n450.conf
@@ -3,8 +3,8 @@
3 3
4#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems 4#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems
5 5
6include conf/machine/include/tune-atom.inc 6require conf/machine/include/tune-atom.inc
7include conf/machine/include/ia32-base.inc 7require conf/machine/include/ia32-base.inc
8 8
9XSERVER ?= "${XSERVER_IA32_BASE} \ 9XSERVER ?= "${XSERVER_IA32_BASE} \
10 ${XSERVER_IA32_EXT} \ 10 ${XSERVER_IA32_EXT} \