summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/sdcard_image-rpi.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 0ae98cd..e18a596 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -13,14 +13,14 @@ inherit image_types
13# Default Free space = 1.3x 13# Default Free space = 1.3x
14# Use IMAGE_OVERHEAD_FACTOR to add more space 14# Use IMAGE_OVERHEAD_FACTOR to add more space
15# <---------> 15# <--------->
16# 4MiB 40MiB SDIMG_ROOTFS 16# 4MiB 48MiB SDIMG_ROOTFS
17# <-----------------------> <----------> <----------------------> 17# <-----------------------> <----------> <---------------------->
18# ------------------------ ------------ ------------------------ 18# ------------------------ ------------ ------------------------
19# | IMAGE_ROOTFS_ALIGNMENT | BOOT_SPACE | ROOTFS_SIZE | 19# | IMAGE_ROOTFS_ALIGNMENT | BOOT_SPACE | ROOTFS_SIZE |
20# ------------------------ ------------ ------------------------ 20# ------------------------ ------------ ------------------------
21# ^ ^ ^ ^ 21# ^ ^ ^ ^
22# | | | | 22# | | | |
23# 0 4MiB 4MiB + 40MiB 4MiB + 40Mib + SDIMG_ROOTFS 23# 0 4MiB 4MiB + 48MiB 4MiB + 48Mib + SDIMG_ROOTFS
24 24
25# This image depends on the rootfs image 25# This image depends on the rootfs image
26IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}" 26IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
@@ -34,7 +34,7 @@ SDIMG_KERNELIMAGE_raspberrypi3-64 ?= "kernel8.img"
34BOOTDD_VOLUME_ID ?= "${MACHINE}" 34BOOTDD_VOLUME_ID ?= "${MACHINE}"
35 35
36# Boot partition size [in KiB] (will be rounded up to IMAGE_ROOTFS_ALIGNMENT) 36# Boot partition size [in KiB] (will be rounded up to IMAGE_ROOTFS_ALIGNMENT)
37BOOT_SPACE ?= "40960" 37BOOT_SPACE ?= "49152"
38 38
39# Set alignment to 4MB [in KiB] 39# Set alignment to 4MB [in KiB]
40IMAGE_ROOTFS_ALIGNMENT = "4096" 40IMAGE_ROOTFS_ALIGNMENT = "4096"