shrinking core-image to a reasonable size of 512M
This commit is contained in:
parent
4cd7a3f3e2
commit
3171d00862
|
@ -8,7 +8,7 @@ LICENSE = "CLOSED"
|
|||
|
||||
inherit core-image
|
||||
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "5242880"
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
|
||||
|
||||
# remove not needed ipkg informations
|
||||
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|
||||
|
|
Loading…
Reference in New Issue