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
This commit is contained in:
David Bauer 2020-01-05 15:34:52 +01:00
parent 72e99aa2ba
commit c3435607e1
1 changed files with 1 additions and 0 deletions

View File

@ -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