generic-poky/meta/conf
Juro Bystricky 7fbd940e89 bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf
Presently there is no check to verify the existence of configuration
files as listed in BBMULTICONFIG.
For example, BBMULTICONFIG = "foobar" in local.conf does not trigger
an error or even a warning when there is no conf/multiconfig/foobar.conf.
The missing file is silently ignored.

This patch changes the inclusion of all multiconfig configuration files as
a non-optional requirement. If the file is missing, we get an error such as:

ERROR: ParseError at /data/master-multi/poky/meta/conf/bitbake.conf:704: Could not include required file conf/multiconfig/foobar.conf

Although the "default" configuration is not listed in BBMULTICONFIG,
this change also requires the file multiconfig/default.conf to exist.
The "default" (non-multiconfig) configuration is normally configured via local.conf,
so although this file is required, it can/should be empty. This patch creates
an empty file default.conf in meta/conf/multiconfig.

[YOCTO#10917]

(From OE-Core rev: ca46c09d38b766b69f485f1e82fc78f2a5e6a4c8)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-17 11:31:36 +00:00
..
distro gcc6: Upgrade to 6.3.0 2017-01-09 13:39:12 +00:00
machine arch-mips: Add MIPS 64r6 N32 tune 2016-12-22 08:50:16 +00:00
machine-sdk classes/nativesdk: set SDK_OLDEST_KERNEL appropriately 2016-11-06 23:35:33 +00:00
multiconfig bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf 2017-01-17 11:31:36 +00:00
abi_version.conf xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change) 2015-06-03 16:38:48 +01:00
bitbake.conf bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf 2017-01-17 11:31:36 +00:00
conf-notes.txt adt-installer: Drop since its replaced by the extensible SDK 2016-02-28 11:31:17 +00:00
documentation.conf Remove RM_OLD_IMAGE, it's no longer useful 2016-10-15 10:01:42 +01:00
layer.conf layer.conf: remove pointercal 2016-08-25 23:03:44 +01:00
licenses.conf licenses.conf: Fix variable name in comments (FOSS_NO_COPYRIGHT) 2016-11-23 11:10:14 +00:00
migrate_localcount.conf prserv: add LOCALCOUNT to AUTOINCs migration feature 2013-01-22 16:01:32 +00:00
multilib.conf meta/scripts: Various getVar/getVarFlag expansion parameter fixes 2017-01-09 13:39:11 +00:00
prexport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
primport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
sanity.conf sanity: Update minimum version requirement to 1.31.2 2016-10-05 10:10:11 +01:00