Thanks Ross, my TOOLCHAIN_TARGET_TASK_append =  " hals hals-doc" does have the 
‘space’, so that is not the issue.
( when I forgot it, got errors which had the ‘hal’ on the previous package, i.e 
gtesthal “, so it was apparent about the missing space.

no real idea how to ‘debug’ the populate_sdk_ext   ( especially since the same 
recipes work/build fine with Krogoth, just morty is having issues)



From: Burton, Ross [mailto:[email protected]]
Sent: Monday, January 09, 2017 7:56 AM
To: ALLEN,RICHARD (K-SantaClara,ex1) <[email protected]>
Cc: Paul Eggleton <[email protected]>; [email protected]
Subject: Re: [yocto] morty populate_sdk_ext fails for recipes inherit 
bin_package


On 9 January 2017 at 15:51, 
<[email protected]<mailto:[email protected]>> 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
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to