Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-15 Thread Paul Eggleton
Hi Richard, On Tue, 10 Jan 2017 01:17:39 richard_al...@keysight.com wrote: > Ross Burton wrote > > _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. > > Thanks Ross, my TOOLCH

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread richard_allen
Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package On 9 January 2017 at 15:51, 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_app

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread Burton, Ross
On 9 January 2017 at 15:51, 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 -- __

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread richard_allen
? I must be doing something wrong (miss-understanding the purpose of some command) Thanks Richard Allen > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Sunday, January 08, 2017 10:57 AM > To: ALLEN,RICHARD (K-SantaClara,ex1) > Cc: yo

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-08 Thread Paul Eggleton
Hi Richard, A few things: On Thu, 05 Jan 2017 14:27:39 richard_al...@keysight.com wrote: > #runtime depends > RDEPENDS_${PN} = " libgcc \ > libstdc++ \ > dtc \ >" > DEPENDS_${PN} = " gtest" > > #bring in all to build t

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-05 Thread richard_allen
7 10:58 AM To: ALLEN,RICHARD (K-SantaClara,ex1) Cc: yocto@yoctoproject.org Subject: Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package On 01/05, richard_al...@keysight.com wrote: > Hi > 1) I had just successfully built an image with all the recipes ( hals, > hals-doc)

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-05 Thread Stephano Cetola
On 01/05, richard_al...@keysight.com wrote: > Hi > 1) I had just successfully built an image with all the recipes ( hals, > hals-doc) [and yes, there these are non-empty] > 2) I had then successfully built image with -c populate_sdk > 3) The bitbake image -c populate_sdk_ext is what is failing >

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-05 Thread richard_allen
quot;${bindir}/*[tT]est" FILES_${PN}-doc += "${prefix}/src/doc" # this stops an QA issue INSANE_SKIP_hals += "dev-so" BBCLASSEXTEND = "native nativesdk" -Original Message----- From: Stephano Cetola [mailto:stephano.cet...@linux.intel.com] Sent

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-04 Thread Stephano Cetola
On 01/04, richard_al...@keysight.com wrote: > I am getting errors with morty and -c populate_sdk_ext when I have recipes > which inherit bin_package > These recipes work fine with Krogoth and it's populate_sdk_ext > > Note: package is not empty, Use to install package on running system. > > No i

[yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-04 Thread richard_allen
I am getting errors with morty and -c populate_sdk_ext when I have recipes which inherit bin_package These recipes work fine with Krogoth and it's populate_sdk_ext Note: package is not empty, Use to install package on running system. No idea how to proceed on fixing this (or if this is an morty