Remove unnedded apps like imx-test from image build on Yocto 2.6

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

Remove unnedded apps like imx-test from image build on Yocto 2.6

760 Views
dimitarmaznekov
Contributor II

I'm trying to do tiny image from my build (tested and working) by removing unneeded test apps and  not used apps like nfs, crypto etc. but specialy imx-test.

Tried with IMAGE_INSTALL_remove, IMAGE_FEATURES_remove or PACKAGECONFIG_remove but without success.

When try to remove it with PACKAGE_EXCLUDE in distro.conf build failed with 

nothing provides imx-test needed by packagegroup-fsl-tools-testapps-1.0-r0.var_som_mx6

Obviuosly I should compile fiirst packagegroup and then remove it from image config.

How can effectively remove such apps unneeded in particular production image ?

Labels (2)
0 Kudos
2 Replies

737 Views
dimitarmaznekov
Contributor II

Thanks for response.

The goal is to use packages (which is list of apps) but to remove particular unneeded and bigger apps from them like imx-tests

0 Kudos

742 Views
b36401
NXP Employee
NXP Employee

You can use the core-image-minimal and add some packages you need.

0 Kudos