[Buildroot] [git commit] board/aarch64-efi/genimage-efi.cfg: use readable partition type
Julien Olivain
ju.o at free.fr
Thu Mar 12 18:39:12 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/42a29e88648d1faafcb5718f42d47407a848c2ab
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
genimage has an alias for the root-arm64 uuid [1].
[1] https://github.com/pengutronix/genimage/blob/v19/image-hd.c#L284
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
board/aarch64-efi/genimage-efi.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/aarch64-efi/genimage-efi.cfg b/board/aarch64-efi/genimage-efi.cfg
index 158deab87d..207fc3e3bc 100644
--- a/board/aarch64-efi/genimage-efi.cfg
+++ b/board/aarch64-efi/genimage-efi.cfg
@@ -24,7 +24,7 @@ image disk.img {
}
partition root {
- partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
+ partition-type-uuid = root-arm64
image = "rootfs.ext2"
}
}
More information about the buildroot
mailing list