Skip to content
Snippets Groups Projects
Commit 08595a0d authored by Héctor Orón Martínez's avatar Héctor Orón Martínez
Browse files

uboot: grow rootfs for non minimal images


When building target and development images, recipe lacks space
to install target and development rootfs.

Signed-off-by: default avatarHéctor Orón Martínez <hector.oron@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7296
parent 9e674bff
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ actions:
start: 256M
{{ if eq $type "minimal" }}
end: 1024M
{{ else }}
end: 8192M
{{end}}
- name: general_storage
fs: btrfs
......
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