aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-04-16 15:52:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 12:51:50 +0100
commit4e1a8ed1ab7e7bd950e511c79ddfe072cb280a6e (patch)
treea31e2de0e4ae930b5dd06b7eeaaf3648f69cb415 /meta/conf/bitbake.conf
parent380efadd5640e5b57e710549b1ae761d0d3b3792 (diff)
downloadopenembedded-core-4e1a8ed1ab7e7bd950e511c79ddfe072cb280a6e.tar.gz
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. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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)