meta-agl-core: update images in conf-notes.txt
[AGL/meta-agl.git] / meta-agl-bsp / wic / sdimage-bootpart-uuid.wks
1 # short-description: Create SD card image with a boot partition
2 # long-description: Creates a partitioned SD card image. Boot files
3 # are located in the first vfat partition.
4
5 part /boot --source bootimg-partition --fstype=vfat --label boot --use-uuid --active --align 4 --size 16
6 part / --source rootfs --fstype=ext4 --label root --align 4 --use-uuid