Adding CORE_IMAGE_EXTRA_INSTALL += "json-c" did the trick. Thanks!
On Thu, Apr 4, 2024 at 12:43 AM Khem Raj <[email protected]> wrote: > On Wed, Apr 3, 2024 at 1:50 PM Jacob Avraham > <[email protected]> wrote: > > > > I want to create a yocto sdk for arm64 architecture that includes the > json-c library package. > > > > After running 'source oe-init-build-env' in the poky directory, I did > the following changes to the local.conf file: MACHINE ??= "qemuarm64" > > IMAGE_INSTALL += " json-c" > > Can you try doing CORE_IMAGE_EXTRA_INSTALL += "json-c" > > > > > Then I ran 'bitbake core-image-minimal' and 'bitbake -c populate_sdk > core-image-minimal'. > > > > I see that the package is compiled as native, but I don't see it in the > created image, nor in the SDK. I tried it also with target > 'core-image-full-cmdline', but no luck there either. > > > > What am I missing here? > > > > > > Jacob > > > > > > > > > > > -- *Jacob Avraham **| Principal SW Engineer* *M: +972-52-6970067 | T: +972-9-8865314* *E: [email protected] <[email protected]>* *Grand Netter building, Kfar Netter, Israel* *Autotalks* | www.auto-talks.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62889): https://lists.yoctoproject.org/g/yocto/message/62889 Mute This Topic: https://lists.yoctoproject.org/mt/105317616/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
