Hi I am building an image for my custom board. I use the core-image-minimal and add packages needed by using > > > IMAGE_INSTALL:append = " valgrind"
I add this line in local.conf file so the core-image-minimal gets build with valgrind in this case. But the default core-image-minimal also contains > > dpkg and apt packages These packages are not needed in my RFS. I tried removing them with: > > IMAGE_INSTALL:remove = " dpkg apt " But the packages did not get removed. Can someone point me to the right configuration option to remove these packages? I use kirkstone-5.15 branch for my development. I also tried adding the following lines to local.conf DISTRO_FEATURE:remove = " dpkg apt" Even this did not work. Thanks, Vivek Sundar T
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60561): https://lists.yoctoproject.org/g/yocto/message/60561 Mute This Topic: https://lists.yoctoproject.org/mt/100115975/21656 Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Mute #distro:https://lists.yoctoproject.org/g/yocto/mutehashtag/distro Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
