[poky] PACKAGE_EXCLUDE not working (Custom layer)
Prasant J
pj0585 at gmail.com
Mon Dec 28 07:26:37 PST 2015
On Wed, Dec 23, 2015 at 8:51 PM, Prasant J <pj0585 at gmail.com> wrote:
> Hi,
>
>
> I'm creating a custom layer for my imx6 based setup.
>
> In build/conf/local.conf I have added: PACKAGE_EXCLUDE = "imx-lib imx-test"
> but my custom image still tries to build these packages.
>
>
> Can someone please point out the helpful debug commands/steps to figure out
> why these packages are being included?
>
> Can PACKAGE_EXCLUDE be overridden if some other package depends on the
> excluded packages and is included?
>
>
> In my package exclude list I added other package groups that bring imx-lib &
> imx-test but still its being build. Any inputs will be of help!
>
>
>
I excluded the packages by adding IMAGE_INSTALL_remove = " imx-test
imx-lib " to my image recipe.
Regards, PJ
More information about the poky
mailing list