From 56bdbaded99e4a65f486117b4305698809c361c4 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 25 Jul 2022 21:59:07 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index 3032e6cc7..ce21adfdb 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -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"