Increase ROOTFS when GLUON_DEBUG is set

This commit is contained in:
Christof Schulze 2020-01-05 15:41:59 +01:00
parent b6ec44d6af
commit ae2dd87a6a

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