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