Re: how to remove a package from image
Alexander Kanavin
You need to modify the image recipe so that those packagegroups are not pulled in. If you cannot do that because it's in a layer controlled by someone else etc, then make a new image recipe, and build that image instead.
Alex
On Tue, 11 Feb 2020 at 18:05, Kent Dorfman <kent.dorfman766@...> wrote:
My vendor finally realized that I needed a full yocto release and not
the eSDK. Anyway, I can build their image, but when I modify the
kernel to remove CAN drivers I get the errors that
packagegroup-can-support
packagegroup-ow-support
are required.
What is the "yocto way" to remove those packages and dependencies
from the build?