From e737d01095a122f483837a99274e932f47747bf7 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 16 Apr 2012 15:52:01 +0800 Subject: bitbake.conf: Include abi_version.conf in a early stage We may define new OELAYOUT_ABI variable in ${DISTRO}.conf, therefore we need to move the abi_version.conf before that. (From OE-Core rev: 4e1a8ed1ab7e7bd950e511c79ddfe072cb280a6e) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b4669d314f..501863bfe6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -648,6 +648,7 @@ CPU_FEATURES_arm ?= "vfp" # Include the rest of the config files. ################################################################## +require conf/abi_version.conf include conf/site.conf include conf/auto.conf include conf/local.conf @@ -659,7 +660,6 @@ include conf/distro/${DISTRO}.conf include conf/distro/defaultsetup.conf include conf/documentation.conf require conf/sanity.conf -require conf/abi_version.conf ################################################################## # Weak variables (usually to retain backwards compatibility) -- cgit v1.2.3-54-g00ecf