diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-03 12:05:53 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-03 12:10:27 +0200 |
commit | b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8 (patch) | |
tree | 1493f6d046067c36a4059b26b690f5d8cae9f50d /scripts/lib/wic/canned-wks | |
parent | 501e07acd803df6f9264c4206b4b9529006f287a (diff) | |
download | meta-updater-b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8.tar.gz |
Replace sdcard_image* classes with wic
Diffstat (limited to 'scripts/lib/wic/canned-wks')
-rw-r--r-- | scripts/lib/wic/canned-wks/sdimage-sota.wks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/sdimage-sota.wks b/scripts/lib/wic/canned-wks/sdimage-sota.wks new file mode 100644 index 0000000..c31c3a5 --- /dev/null +++ b/scripts/lib/wic/canned-wks/sdimage-sota.wks | |||
@@ -0,0 +1,7 @@ | |||
1 | # short-description: Create OTA-enabled SD card image | ||
2 | # long-description: Creates a partitioned SD card image with OSTree | ||
3 | # physical sysroot as a payload. Boot files are located in the | ||
4 | # first vfat partition. | ||
5 | |||
6 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20 | ||
7 | part / --source otaimage --ondisk mmcblk --fstype=ext4 --label root --align 4096 | ||