Comments
Patch
@@ -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)
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> --- meta/conf/bitbake.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)