diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-02-24 08:50:53 +0000 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-02-24 14:51:38 -0600 |
commit | f89c24addde4f5d4a634a7be6a33bee91c1f1bc4 (patch) | |
tree | 15bc43203df5ea4d17a42521ec1442d24a3c0829 /meta-sys940x/conf | |
parent | 1ca68394faf33416f2aabee27323da7510ad6609 (diff) | |
download | meta-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-sys940x/conf')
-rw-r--r-- | meta-sys940x/conf/machine/sys940x-noemgd.conf | 4 | ||||
-rw-r--r-- | meta-sys940x/conf/machine/sys940x.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf index 8a1c20f5..537e4196 100644 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Inforce SYS940X systems | 4 | #@DESCRIPTION: Machine configuration for Inforce SYS940X systems |
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | include conf/machine/include/tune-atom.inc | 7 | require conf/machine/include/tune-atom.inc |
8 | include conf/machine/include/ia32-base.inc | 8 | require conf/machine/include/ia32-base.inc |
9 | 9 | ||
10 | # Add "pcbios" if you have a non-efi version of the firmware | 10 | # Add "pcbios" if you have a non-efi version of the firmware |
11 | MACHINE_FEATURES += "efi pcbios" | 11 | MACHINE_FEATURES += "efi pcbios" |
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index ceb6e0fa..23155642 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Inforce SYS940x systems | 4 | #@DESCRIPTION: Machine configuration for Inforce SYS940x systems |
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | include conf/machine/include/tune-atom.inc | 7 | require conf/machine/include/tune-atom.inc |
8 | include conf/machine/include/ia32-base.inc | 8 | require conf/machine/include/ia32-base.inc |
9 | 9 | ||
10 | # Add "pcbios" if you have a non-efi version of the firmware | 10 | # Add "pcbios" if you have a non-efi version of the firmware |
11 | MACHINE_FEATURES += "efi pcbios" | 11 | MACHINE_FEATURES += "efi pcbios" |