This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: TDA4vmEXm yocto build

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