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:
parent
3c554bbbc2
commit
56bdbaded9
|
|
@ -156,3 +156,6 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
|||
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
|
||||
|
||||
# Disable use of vendorfs partition
|
||||
ST_VENDORFS = "0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue