Hi All,

I have one yocto recipe which inherit meson as build system and generate the 
right libs in the image folder

├── liblc_core.so -> liblc_core.so.0
├── liblc_core.so.0 -> liblc_core.so.0.4.7
└── liblc_core.so.0.4.7

but in the deploy-ipks the .so symbolic link is missing
drwxr-xr-x root/root         0 2024-05-08 14:29 ./usr/
drwxr-xr-x root/root         0 2024-05-08 14:29 ./usr/lib/
lrwxrwxrwx root/root         0 2024-05-08 14:29 ./usr/lib/liblc_core.so.0 -> 
liblc_core.so.0.4.7
-rwxr-xr-x root/root     26536 2024-05-08 14:29 ./usr/lib/liblc_core.so.0.4.7

and in the dev-ipk package the missing *.so exist

drwxr-xr-x root/root         0 2024-05-08 14:29 ./usr/lib/
lrwxrwxrwx root/root         0 2024-05-08 14:29 ./usr/lib/liblc_core.so -> 
liblc_core.so.0

I need to have all in on files/symbolic-link in the release ipk, and the rootfs 
wihtout the need to install the dev-ipk later on, any idea what I need to add 
in the yocto recipe or the meson file?

Regards,

Salahaldeen
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63301): https://lists.yoctoproject.org/g/yocto/message/63301
Mute This Topic: https://lists.yoctoproject.org/mt/106589714/21656
Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to