shrinking core-image to a reasonable size of 512M

This commit is contained in:
Lukas Bulwahn 2012-11-28 15:44:42 +01:00
parent 4cd7a3f3e2
commit 3171d00862
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LICENSE = "CLOSED"
inherit core-image inherit core-image
IMAGE_ROOTFS_EXTRA_SPACE = "5242880" IMAGE_ROOTFS_EXTRA_SPACE = "524288"
# remove not needed ipkg informations # remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "