Part Number: TDA4VMXEVM
Hi,
I am trying to remove unwanted packages from yocto build
for example i don't need bridge-utils in my build
cd ti-processor-sdk-linux-automotive-j7-evm-07_00_01/yocto-build/build
vi conf/local.conf
at the end of the file i am adding IMAGE_INSTALL_remove += " bridge-utils"
after building if i check in rootfs bridge-utils are present(brctl...)
So how to remove unwanted packges in our build( present i am building core-image-minimal-dev image)
Thanks
Gangadhar