Commit e0fd08f9 authored by Florent Revest's avatar Florent Revest

asteroid-image: Always use a fixed 256MB free space (compared to the current...

asteroid-image: Always use a fixed 256MB free space (compared to the current 1.3 factor which is the bitbake's default behavior) to make sure there is enough space to save cache/config/logs/alternative watchfaces etc... this makes images slightly larger
parent 610307e9
...@@ -13,3 +13,6 @@ EXTRA_USERS_PARAMS = "groupadd system; \ ...@@ -13,3 +13,6 @@ EXTRA_USERS_PARAMS = "groupadd system; \
groupadd gps; \ groupadd gps; \
groupadd -f -g 1024 mtp; \ groupadd -f -g 1024 mtp; \
useradd -p '' -G 'audio,video,system,gps,statefs,mtp' ceres" useradd -p '' -G 'audio,video,system,gps,statefs,mtp' ceres"
IMAGE_OVERHEAD_FACTOR = "1.0"
IMAGE_ROOTFS_EXTRA_SPACE = "262144"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment