diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 13:59:21 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 13:59:21 +0200 |
commit | abe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (patch) | |
tree | 040bcd7509accf453145b2c0c77b06d8e35a13e9 /meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks | |
parent | e4bc8c7058fbf27969a967a5e30f15fcf22544bd (diff) |
Wipe out sota-related codeeel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.1dab_3.99.1dab/3.99.14.99.34.99.24.99.13.99.1
Moved to meta-updater@github.com/advancedtelenmatic
Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks')
-rw-r--r-- | meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks b/meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks deleted file mode 100644 index c31c3a5..0000000 --- a/meta-sota/scripts/lib/wic/canned-wks/sdimage-sota.wks +++ /dev/null @@ -1,7 +0,0 @@ -# short-description: Create OTA-enabled SD card image -# long-description: Creates a partitioned SD card image with OSTree -# physical sysroot as a payload. Boot files are located in the -# first vfat partition. - -part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20 -part / --source otaimage --ondisk mmcblk --fstype=ext4 --label root --align 4096 |