removing package/library from yocto build

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

removing package/library from yocto build

4,308件の閲覧回数
niranjanbc
Contributor IV

Hi

I am trying remove a library "libpcre" by adding below line into local.conf file, but it wont work.

PACKAGE_EXCLUDE = " libpcre"

 or

PACKAGECONFIG_remove = "libpcre"

i still see the library for "pcre" in root file system of sdcard. nothing works.

0 件の賞賛
3 返答(返信)

1,162件の閲覧回数
Savo
Contributor II

Did you find a way to remove alsa-conf at the end?

0 件の賞賛

2,303件の閲覧回数
SAI_TEJA
Contributor I

Hello

My requirement -- was to Remove the package alsa from the Yocto Build. So

I just tried to Remove the ALSA Packages from the Yocto Build.

I followed same procedure as you stated 

1. MACHINE_FEATURES_remove = "alsa" on your machine.conf

2. poky.conf, used DISTRO_FEATURES_remove = "alsa". 

But it removed some of the alsa packages in rootfs looks good, these alsa-lib, alsa-conf still exists in the tmp/deploy/licenses/machine/licence.manifest file

Can any one suggest me the way to Remove that from Yocto Build.

0 件の賞賛

3,365件の閲覧回数
b36401
NXP Employee
NXP Employee

Please try to add MACHINE_FEATURES_remove = "libpcre" into machine .inc file.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛