Hi,
I am using imx8mm-lpddr4-evk target board with mickledore yocto source code(6.1.55 Linux Kernel).
My requirement is, to remove binutils package for production build.
For that, I addedIMAGE_INSTALL:remove = " binutils" line in my-image-prod.bb file then no effect takes place. binutils package not removed from image,
then, tried PACKAGE_EXCLUDE += " binutils" in my-image-prod.bb file then below errors are coming as shown in below image, like wayland-ptest depends on binutils.
So, I tried to remove wayland-ptest from image then below errors are coming like 'wayland-ptest' has no installation candidate
Help us with steps to remove binutils package completed from image for imx8mm board.