summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/wic/agl-ic-container-bootpart-uuid-demo.wks
blob: 5a81288de2cfdb331841fa52a56dda89a3f7abf2 (plain)
1
2
3
4
5
6
7
8
9
10
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 --source rawcopy --sourceparams="file=agl-ivi-demo-platform.ext4"
part --source rawcopy --sourceparams="file=agl-ivi-demo-platform-flutter.ext4"
part --source rawcopy --sourceparams="file=agl-ivi-demo-platform-html5.ext4"