On Mon, Jun 26, 2017 at 12:21 PM, Jimi Damon wrote:
> TOOLCHAIN_HOST_TASK_append = " zeromq"
you need to add the package meant for sdk host.
TOOLCHAIN_HOST_TASK_append = " nativesdk-zeromq"
also make sure that zeromq recipe has BBCLASSEXTEND for nativesdk
if not you might have to fix that fir
On 26 June 2017 at 20:21, Jimi Damon wrote:
> *TOOLCHAIN_HOST_TASK_append = " zeromq"*
>
> For a target recipe you want TOOLCHAIN_TARGET_TASK_append.
Ross
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi,
I've added zeromq to a build by adding the meta-iot-cloud layer. This
adds zeromq to the target rootfs, but I can't get this added to the host
rootfs when I create an sdk ( using bitbake -c populate_sdk
core-image-minimal ).
I've read about adding something like
*TOOLCHAIN_HOST_TASK_