]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
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 e4902d27a2f067aed7281d63790589d8b3267175..f352305387a2520c509189e0dc308b85fbcb4c9f 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 fae9a50cb4a78eb6610054e9b46fbd2cc04a1b7a..ed159478ab76e96d85ec31ae3fa90301e25697f8 100644 (file)
@@ -17,6 +17,3 @@ IMAGE_INSTALL:append = " \
        lsof \
        spitools \
 "
-
-# Size must be in Kbytes:
-IMAGE_ROOTFS_SIZE = "1048576"
index 643f66d16139cd802e7ceb44162719b8eb697738..b5ac0cb2ee96dda3ec8710841d1af73e3cabe2d4 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"