diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 12:53:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 15:22:54 +0100 |
commit | 044853350b3eff5342e23d6d4fe03e0ef0a9b66a (patch) | |
tree | 5ab7fb6a8544c5b9a4eaaa2915dc679acc96bd07 /meta/conf/bitbake.conf | |
parent | 16cfbd6ef1b228a4ddbd3eced988f877534ffd55 (diff) | |
download | poky-044853350b3eff5342e23d6d4fe03e0ef0a9b66a.tar.gz |
bitbake.conf: Include the new default-providers.inc and default-versions.inc files
These are the minimal defaults to allow OE-Core to function standalone with
no distro set and are constucted such that the distro can either override values,
or totally replace the include file entirely as needed.
(From OE-Core rev: b34d5e93fab4274e1a56f446e2ba4756d614cc47)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4a1bfa168b..d843e705fd 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -627,6 +627,9 @@ include conf/build/${BUILD_SYS}.conf | |||
627 | include conf/target/${TARGET_SYS}.conf | 627 | include conf/target/${TARGET_SYS}.conf |
628 | include conf/machine/${MACHINE}.conf | 628 | include conf/machine/${MACHINE}.conf |
629 | include conf/machine-sdk/${SDKMACHINE}.conf | 629 | include conf/machine-sdk/${SDKMACHINE}.conf |
630 | include conf/distro/include/default-providers.inc | ||
631 | include conf/distro/include/default-versions.inc | ||
632 | include conf/distro/include/world-broken.inc | ||
630 | include conf/distro/${DISTRO}.conf | 633 | include conf/distro/${DISTRO}.conf |
631 | include conf/documentation.conf | 634 | include conf/documentation.conf |
632 | require conf/sanity.conf | 635 | require conf/sanity.conf |