]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Include abi_version.conf in a early stage
authorDongxiao Xu <dongxiao.xu@intel.com>
Mon, 16 Apr 2012 07:52:01 +0000 (15:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 11:51:50 +0000 (12:51 +0100)
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>
meta/conf/bitbake.conf

index b4669d314fbbe81a4927c7d4b4ef447e9565f457..501863bfe6c292a14e2db0b98a74d5d01c2e50d2 100644 (file)
@@ -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)