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

I am not sure if adding a package to IMAGE_INSTALL will affect the SDK, since 
no other recipe really depends on it. You could try to add it manually to your 
SDK by using something like.
```
TOOLCHAIN_TARGET_TASK:append = "json-c"
```
If you need the `-dev` or `-staticdev` packages, you can add them as well.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62888): https://lists.yoctoproject.org/g/yocto/message/62888
Mute This Topic: https://lists.yoctoproject.org/mt/105317616/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to