ccmp15-dvk: disable use of extra partition vendorfs

By default STM layer creates extra partitions, the vendorfs partition is
reserved to save custom STM libraries and binaries, however the ccmp15 platform
does not have this additional partition, and stores all the libraries in the
rootfs.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-07-25 21:59:07 +02:00
parent 3c554bbbc2
commit 56bdbaded9
1 changed files with 3 additions and 0 deletions

View File

@ -156,3 +156,6 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
# Disable use of vendorfs partition
ST_VENDORFS = "0"