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

From eLinux.org
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"