From ae2dd87a6a8b678ccbfe762533c077197eecf047 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Sun, 5 Jan 2020 15:41:59 +0100 Subject: [PATCH] Increase ROOTFS when GLUON_DEBUG is set --- targets/generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/generic b/targets/generic index 0153386d..9d87ba4e 100644 --- a/targets/generic +++ b/targets/generic @@ -54,6 +54,7 @@ end if envtrue.GLUON_DEBUG then config 'CONFIG_DEBUG=y' config 'CONFIG_NO_STRIP=y' + config 'CONFIG_TARGET_ROOTFS_PARTSIZE=500' config '# CONFIG_USE_STRIP is not set' config '# CONFIG_USE_SSTRIP is not set' end