I have a question regarding containers and was curious if you could provide some assistance.
I have built container image using my own recipe. The recipe pulls in other recipes such as mono recipe. Mono recipe is a custom recipe .bb file. I have changed the code which mono recipe .bb file references in SRC, but the container build doesn't pick up the changes. If I build the host image which also uses the recipe, it picks up the changes. So, it seems the fact that I am using container build, the mono recipe build for some reason doesn't put the libraries and etc in the container usr/lib directory. Is there anything special to get container build to work proper by pulling in libraries and object? I have tried "bitbake -c cleanall mono" bitbake -f mono The build actually works, but it continues to pull the stale libraries (mar 9 2018) and not the new libraries which were just built. [asmith@rtxdoclp001 build]$ ls -l /home/asmith/preValContainer/poky/build/tmp/work/containerx86_64-enea-linux/fss-preval-container/1.0-r0/rootfs/usr/lib/libmonotonic_clock.so.0 lrwxrwxrwx 1 asmith domain users 27 Mar 9 2018 /home/asmith/preValContainer/poky/build/tmp/work/containerx86_64-enea-linux/fss-preval-con local.conf snipnets.. DISTRO_FEATURES_append = " virtualization" IMAGE_FSTYPES = "container" PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" IMAGE_LINGUAS_append = " en-us" #SSTATE_MIRRORS ?= "file://.* file:///proj/bitbake/poky-cache/sstate-cache/PATH<file://.*%20file:/proj/bitbake/poky-cache/sstate-cache/PATH>" MACHINE ?= "containerx86-64" Thanks, Al
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6762): https://lists.yoctoproject.org/g/meta-virtualization/message/6762 Mute This Topic: https://lists.yoctoproject.org/mt/85492173/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
