You may want to add following in local.conf

EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug dbg-pkgs"

that should get you going. Then you can install the additional
packages you need.

On Sat, Apr 13, 2019 at 12:26 PM Patrick Schneider
<patrick.schnei...@bhtronik.de> wrote:
>
> Hi guys,
> I am trying to use gcc on my target board. In order to do that I added 
> packagegroup-core-buildessentials to my image. At least I tried to.
> When building I get that error:
> packagegroup-core-buildessential : Depends: libstdc++-dev but it is not 
> installable
> After trying a lot of things and playing around with different packages it 
> seems that I am generally not able to add *-dev packages to my image, or at 
> least build them with bitbake to add them manually. Everything I try with 
> *-dev involved throws an error. For example if I am adding 'dev-pkgs' to my 
> EXTRA_IMAGE_FEATURES variable I get over 200 errors with all dev-packages 
> missing just like that above.
> I must have something misconfigured in my local/distro/machine/image conf 
> files but I can't figure out what.
> Any help appreciated.
>
> Best regards,
> Patrick Schneider
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to