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>
This commit is contained in:
Richard Purdie
2011-05-10 12:53:25 +01:00
parent 16cfbd6ef1
commit 044853350b
3 changed files with 3 additions and 85 deletions

View File

@@ -627,6 +627,9 @@ include conf/build/${BUILD_SYS}.conf
include conf/target/${TARGET_SYS}.conf
include conf/machine/${MACHINE}.conf
include conf/machine-sdk/${SDKMACHINE}.conf
include conf/distro/include/default-providers.inc
include conf/distro/include/default-versions.inc
include conf/distro/include/world-broken.inc
include conf/distro/${DISTRO}.conf
include conf/documentation.conf
require conf/sanity.conf