R-Car/Boards/Yocto-Gen3-CommonFAQ/How to disable unnecessary packages with Kingfisher BSP

From eLinux.org
< R-Car‎ | Boards/Yocto-Gen3-CommonFAQ
Revision as of 18:24, 24 December 2020 by Y.H. (talk | contribs) (Created page with "== How to disable unnecessary packages with Kingfisher BSP == Kingfisher BSP can disable some package groups.<br/> Note) All packages are enabled in the default Kingfisher B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to disable unnecessary packages with Kingfisher BSP

Kingfisher BSP can disable some package groups.
Note) All packages are enabled in the default Kingfisher BSP.

Add the following line to conf/local.conf file.

Ex.) Remove "ADAS" packages(Yocto v4.1.0 or later)

DISTRO_FEATURES_remove = "bsp-pkgs"

Ex.) Remove "Surround view" packages

DISTRO_FEATURES_remove = "Surroundview opencv-sdk"