Re: [OE-core] [PATCH] bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf

2017-01-20 Thread Andreas Müller
On Fri, Jan 20, 2017 at 2:42 PM, Burton, Ross wrote: > > On 20 January 2017 at 13:36, Andreas Müller > wrote: >> >> | ERROR: ParseError at >> >> /home/superandy/oe-core/sources/openembedded-core/meta/conf/bitbake.conf:704: >> Could not include

Re: [OE-core] [PATCH] bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf

2017-01-20 Thread Burton, Ross
On 20 January 2017 at 13:36, Andreas Müller wrote: > | ERROR: ParseError at > /home/superandy/oe-core/sources/openembedded-core/ > meta/conf/bitbake.conf:704: > Could not include required file conf/multiconfig/${BB_CURRENT_MC}.conf > The patch creates the file that

Re: [OE-core] [PATCH] bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf

2017-01-20 Thread Andreas Müller
On Sun, Jan 15, 2017 at 7:41 PM, Juro Bystricky wrote: > 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

[OE-core] [PATCH] bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf

2017-01-15 Thread Juro Bystricky
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