From 044853350b3eff5342e23d6d4fe03e0ef0a9b66a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 May 2011 12:53:25 +0100 Subject: 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 --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/bitbake.conf') 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 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 -- cgit v1.2.3-54-g00ecf