summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-07 23:15:39 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-08 15:16:49 +0300
commitc9e56a864a22d6a8c2190618495b97ac9644f778 (patch)
tree25df0e5bf9b423b2c45c19a5f747bc14782f30cd /meta-aspeed
parent677bc38a8dbd44dfbbcf93675db9a8245aa7063f (diff)
downloadopenbmc-c9e56a864a22d6a8c2190618495b97ac9644f778.tar.xz
meta-aspeed: ast2600: require rather than include the arch
We should `require` the include file for the architecture settings rather than `include` them so that bitbake errors out if they are not found. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3c74909251846afce240dfe88dc777493b596c30
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/conf/machine/include/ast2600.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/conf/machine/include/ast2600.inc b/meta-aspeed/conf/machine/include/ast2600.inc
index 1e5e1f8fe8..dafb0cd86f 100644
--- a/meta-aspeed/conf/machine/include/ast2600.inc
+++ b/meta-aspeed/conf/machine/include/ast2600.inc
@@ -6,4 +6,4 @@ SOCSEC_SIGN_SOC ?= "2600"
include conf/machine/include/soc-family.inc
require conf/machine/include/aspeed.inc
-include conf/machine/include/arm/arch-armv7a.inc
+require conf/machine/include/arm/arch-armv7a.inc