[OE-core] [PATCH 00/15] Prepare for EXTRA_OEMAKE = "" in bitbake.conf

Burton, Ross ross.burton at intel.com
Mon Feb 8 11:49:15 UTC 2016


On 5 February 2016 at 18:04, Mike Crowe <mac at mcrowe.com> wrote:

> This series (sent only to openembedded-core) fixes various recipes
> that rely on the current default value of
> EXTRA_OEMAKE = "-e MAKEFLAGS=" to explicitly set that value in the
> hope that bitbake.conf can set EXTRA_OEMAKE = "" in the future.
>

We need to also vet all instances of EXTRA_OEMAKE in recipes.  I did a
build with the EXTRA_OEMAKE change in bitbake.conf and hdparm failed to
pass QA because the binary was already stripped, as the recipe does
EXTRA_OEMAKE += "STRIP=echo".  That assignment isn't getting through to the
makefiles without -e.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160208/2458f3a1/attachment-0002.html>


More information about the Openembedded-core mailing list