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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,088 次查看
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 ?

标签 (2)
0 项奖励
回复
2 回复数

1,065 次查看
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 项奖励
回复

1,070 次查看
b36401
NXP Employee
NXP Employee

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

0 项奖励
回复