Skip to content
Snippets Groups Projects
Unverified Commit af21f912 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

generic: fix GLUON_DEBUG on targets without configurable rootfs size

Fixes: c3435607 ("generic: increase RootFS size when GLUON_DEBUG is enabled")
parent ba276dcf
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,10 @@ 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'
try_config 'CONFIG_TARGET_ROOTFS_PARTSIZE=500'
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