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:ross.bur...@intel.com]
Sent: Monday, January 09, 2017 7:56 AM
To: ALLEN,RICHARD (K-SantaClara,ex1) <richard_al...@keysight.com>
Cc: Paul Eggleton <paul.eggle...@linux.intel.com>; yocto@yoctoproject.org
Subject: Re: [yocto] morty populate_sdk_ext fails for recipes inherit 
bin_package


On 9 January 2017 at 15:51, 
<richard_al...@keysight.com<mailto:richard_al...@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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to