Re: [yocto] How to remove packages from Image coming because of RDEPENDS

2019-04-23 Thread Bruce Ashfield
On Tue, Apr 23, 2019 at 6:09 AM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > 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_

Re: [yocto] How to remove packages from Image coming because of RDEPENDS

2019-04-23 Thread Lukasz Zemla
On Tuesday, April 23, 2019 12:08 PM, Priyanshu Sharma wrote: > 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 re

[yocto] How to remove packages from Image coming because of RDEPENDS

2019-04-23 Thread Priyanshu Sharma
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 expl