Remove binutils package from yocto image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Remove binutils package from yocto image

1,212 Views
mallikarjuna
Contributor II

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. 

mallikarjuna_0-1718366493508.png

So, I tried to remove wayland-ptest from image then below errors are coming like 'wayland-ptest' has no installation candidate 

mallikarjuna_1-1718366711893.png

 

Help us with steps to remove binutils package completed from image for imx8mm board

0 Kudos
Reply
0 Replies