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
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
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
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