diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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" | |||
648 | # Include the rest of the config files. | 648 | # Include the rest of the config files. |
649 | ################################################################## | 649 | ################################################################## |
650 | 650 | ||
651 | require conf/abi_version.conf | ||
651 | include conf/site.conf | 652 | include conf/site.conf |
652 | include conf/auto.conf | 653 | include conf/auto.conf |
653 | include conf/local.conf | 654 | include conf/local.conf |
@@ -659,7 +660,6 @@ include conf/distro/${DISTRO}.conf | |||
659 | include conf/distro/defaultsetup.conf | 660 | include conf/distro/defaultsetup.conf |
660 | include conf/documentation.conf | 661 | include conf/documentation.conf |
661 | require conf/sanity.conf | 662 | require conf/sanity.conf |
662 | require conf/abi_version.conf | ||
663 | 663 | ||
664 | ################################################################## | 664 | ################################################################## |
665 | # Weak variables (usually to retain backwards compatibility) | 665 | # Weak variables (usually to retain backwards compatibility) |