[OE-core] what is the proper way to define a blacklist?

2014-08-06 Thread Robert P. J. Day
from blacklist.bbclass: # To use the blacklist, a distribution should include this # class in the INHERIT_DISTRO the only way i see that class being inherited is with the simpler form: INHERIT += blacklist even in distro conf files, except in defaultsetup.conf, which uses:

Re: [OE-core] what is the proper way to define a blacklist?

2014-08-06 Thread Martin Jansa
On Wed, Aug 06, 2014 at 04:39:29AM -0400, Robert P. J. Day wrote: from blacklist.bbclass: # To use the blacklist, a distribution should include this # class in the INHERIT_DISTRO the only way i see that class being inherited is with the simpler form: INHERIT += blacklist