[yocto] Fwd: Unable to add a dev package to the Extended SDK

2018-08-23 Thread Gabriele Favalessa
Hi! I'm attempting to add `curl-dev` to an Extensible SDK for yocto (sumo release) with target machine qemuarm. On a fresh checkout I've added to `conf/local.conf` TOOLCHAIN_TARGET_TASK_append = " curl-dev" and then run `bitbake -c populate_sdk_ext core-image-minimal`. This is the error I ge

Re: [yocto] Fwd: Unable to add a dev package to the Extended SDK

2018-08-24 Thread Gabriele Favalessa
On Fri, Aug 24, 2018 at 5:08 AM ChenQi wrote: > I think using IMAGE_INSTALL_append = " curl", and then `bitbake > core-image-minimal -c populate_sdk_ext" is sufficient. > It was indeed all it was needed. Thanks! Gabriele -- ___ yocto mailing list yo

[yocto] Extended SDK installation fails during git fetch of kernel source hosted on private repo

2018-08-29 Thread Gabriele Favalessa
Hi, I'm trying to install on ubuntu 17.04 an Extensible SDK that I have built, and it stops with an error: --- sdk@sdk:~$ ./ acme-linux-glibc-x86_64-acme-image-datalogger-cortexa7hf-neon-toolchain-ext-2.5.1.sh -D … + sh -c . buildtools/environme

Re: [yocto] Extended SDK installation fails during git fetch of kernel source hosted on private repo

2018-09-06 Thread Gabriele Favalessa
is ignored during install, so potentially other useful variables could be ignored. Is that intentional? Is there a way to prevent it? Gabriele On Wed, Aug 29, 2018 at 3:55 PM Gabriele Favalessa < gabri...@analyticsfire.com> wrote: > Hi, > > I'm trying to install on ubuntu 17.04