[OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Robert P. J. Day
given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES += apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs EXTRA_IMAGE_FEATURES += tools-debug tools-profile

Re: [OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 04:11:57AM -0400, Robert P. J. Day wrote: given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES += apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs

Re: [OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Robert P. J. Day
On Thu, 29 Mar 2012, Martin Jansa wrote: On Thu, Mar 29, 2012 at 04:11:57AM -0400, Robert P. J. Day wrote: given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES +=