From 5409f17b5ec13f7b41c60845ad902159f7d03ab6 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Fri, 5 May 2023 11:10:46 +0900 Subject: Update raspberrypi4 support for AGL IC container integration The raspberrypi4 and R-CarH3-refhw board is main supporting board for AGL IC container integration. The raspberrypi4 is require few patches. This patch update raspberrypi4 support for AGL IC container integration. Bug-AGL: SPEC-4777 Change-Id: I719e01aa8d603eced73e99fc54652b89d2d612b9 Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid.wks | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid.wks (limited to 'meta-agl-ic-container/wic') diff --git a/meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid.wks b/meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid.wks new file mode 100644 index 00000000..b56e80e4 --- /dev/null +++ b/meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid.wks @@ -0,0 +1,11 @@ +# short-description: Create SD card image with a boot partition +# long-description: Creates a partitioned SD card image. Boot files +# are located in the first vfat partition. + +part /boot --source bootimg-partition --fstype=vfat --label boot --use-uuid --active --align 4 --size 16 +part / --source rootfs --fstype=ext4 --label host --align 4096 --size 1024 +part --source rawcopy --sourceparams="file=guest-image-cluster-demo.ext4" +part --source rawcopy --sourceparams="file=guest-image-ivi-demo.ext4" +part --fstype=ext4 --label agl-qt-ivi --align 4096 --size 3072 +part --fstype=ext4 --label agl-flutter-ivi --align 4096 --size 3072 +part --fstype=ext4 --label agl-html5-ivi --align 4096 --size 3072 -- cgit 1.2.3-korg