On 8 June 2012 01:08, Martin Jansa <[email protected]> wrote: >> Because this is the first time I've encountered it. :) Is there any >> documentation on it, or a comprehensive example? > > Git log shows e.g. > http://git.openembedded.org/openembedded-core/commit/?id=7a58911f6951abd56db9ebb37f8d6284d91fa514 > > and git grep PACKAGECONFIG will show couple of examples
So, the basic theory is that you set PACKAGECONFIG to the list of enabled options, i.e. connman would have wifi, bluetooth, 3G. This would be set using base_contains(DISTRO_FEATURES...). Then, you have a PACKAGECONFIG[foo] for each option that defines the configure flags and build/runtime depends. Neat. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
