Skip to content
Snippets Groups Projects
Commit c3435607 authored by David Bauer's avatar David Bauer
Browse files

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
parent 72e99aa2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment