[yocto] morty populate_sdk_ext fails for recipes inherit bin_package

Burton, Ross ross.burton at intel.com
Mon Jan 9 07:56:01 PST 2017


On 9 January 2017 at 15:51, <richard_allen at keysight.com> wrote:

> TOOLCHAIN_TARGET_TASK_append =  "hals hals-doc"
>

_append doesn't insert whitespace, so you need to do it.  Use
TOOLCHAIN_TARGET_TASK_append =  " hals hals-doc" in your image recipe
instead of changing it globally.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170109/a00fe6d9/attachment.html>


More information about the yocto mailing list