Use same rootfs size for all images
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 22 Jan 2023 20:19:34 +0000 (15:19 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000 (12:10 -0500)
conf/distro/hvmpd.conf
recipes-core/images/image-hvmpd-dev.bb
recipes-core/images/image-hvmpd-prod.bb

index e4902d2..f352305 100644 (file)
@@ -3,6 +3,9 @@ require conf/distro/poky.conf
 DISTRO = "hvmpd"
 DISTRO_NAME = "HV MPD distribution"
 
+# This can be overrided by machine-specific extra configuration:
+IMAGE_ROOTFS_SIZE = "1048576"
+
 # Use include instead of require as these are optional
 # depending on the particular machine:
 include raspberrypi/conf/machine/${MACHINE}-extra.conf
index fae9a50..ed15947 100644 (file)
@@ -17,6 +17,3 @@ IMAGE_INSTALL:append = " \
        lsof \
        spitools \
 "
-
-# Size must be in Kbytes:
-IMAGE_ROOTFS_SIZE = "1048576"
index 643f66d..b5ac0cb 100644 (file)
@@ -1,6 +1,3 @@
 SUMMARY = "HV MPD production image"
 
 require image-hvmpd-common.inc
-
-# Size must be in Kbytes:
-IMAGE_ROOTFS_SIZE = "768000"