Hi, How can we remove inclusion of any package which comes because some other package RDPENDS on it?
For example, rpcbind recipe RDEPENDS on shadow and libpam packages, because of which if IMAGE_INSTALL+="rpcbind" is mentioned in recipe ( even though shadow and libpam are not added like this explicilty) , shadow and libpam packages get packaged in Image rootfs. This even includes any bin/sbin provided by shadow/libpam, even when they are not needed in rootfs. Is there an optimum way to control inclusion of RDEPENDS packages? One way is to use ROOTFS_POST_PROCESS and remove specific files after do_rootfs task is done. But is there a way to remove entire package, instead of removing each file ? Warm Regards, Priyanshu Sharma
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto