From c3435607e1c771003286fffcaa8e9446cee17709 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 5 Jan 2020 15:34:52 +0100
Subject: [PATCH] generic: increase RootFS size when GLUON_DEBUG is enabled

This increases the size of the root filesystem when GLUON_DEBUG is
enabled. Otherwise, the filesystem is too small.

Closes #1907
---
 targets/generic | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/generic b/targets/generic
index 0153386df..9d87ba4eb 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
-- 
GitLab