diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-03 16:22:16 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-03 16:22:16 +0100 |
commit | c0fcc31726c8c0ae90657512bd95bc983d1a8e4b (patch) | |
tree | 3b59e0fae49e720712c76424056eb568f002be51 /conf/bitbake.conf | |
parent | edbb2e054166f3414e8a604a2b4f2ef8d775c02a (diff) | |
parent | 0d2c29eaff64c853bdd73b9cbf01fbe39020db46 (diff) |
Merge branch 'holger/enterprise' into org.openembedded.dev
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index edb4e4ddbc..4273152a87 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -547,6 +547,9 @@ export STAGING_IDLDIR = "${STAGING_DATADIR}/idl" # library package naming AUTO_LIBNAME_PKGS = "${PACKAGES}" +# Globally toggle certain dependencies +ENTERPRISE_DISTRO ?= "0" + ### ### Config file processing ### @@ -580,6 +583,7 @@ include conf/distro/${DISTRO}.conf include conf/documentation.conf require conf/sanity.conf require conf/abi_version.conf +require conf/enterprise.conf ################################################################## # Weak variables (usually to retain backwards compatibility) |