From 3171d008622f92120515151b9d5f2a6e6149052b Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 28 Nov 2012 15:44:42 +0100 Subject: [PATCH] shrinking core-image to a reasonable size of 512M --- meta/recipes-core/images/core-image-bmw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/core-image-bmw.bb b/meta/recipes-core/images/core-image-bmw.bb index 29039ee..2af9aa9 100644 --- a/meta/recipes-core/images/core-image-bmw.bb +++ b/meta/recipes-core/images/core-image-bmw.bb @@ -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 ; "