diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-22 13:30:17 -0300 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-16 10:28:19 +0200 |
commit | 324fa1a4ae46561e19e787216927f8bf67a6a862 (patch) | |
tree | a613e743a53c7b85200dd3d6de759cd4b44ae24c | |
parent | c7076bfe1e4fc7c134ffbc2f9d1ea800ac93b601 (diff) | |
download | meta-updater-324fa1a4ae46561e19e787216927f8bf67a6a862.tar.gz |
sdimage-sota.wks: remove label as it gets set by image_types_ota
image_types_ota already defines the rootfs label when creating the ota
image, so drop label overwrite when creating the sdcard partition.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-rw-r--r-- | scripts/lib/wic/canned-wks/sdimage-sota.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/sdimage-sota.wks b/scripts/lib/wic/canned-wks/sdimage-sota.wks index c31c3a5..f396526 100644 --- a/scripts/lib/wic/canned-wks/sdimage-sota.wks +++ b/scripts/lib/wic/canned-wks/sdimage-sota.wks | |||
@@ -4,4 +4,4 @@ | |||
4 | # first vfat partition. | 4 | # first vfat partition. |
5 | 5 | ||
6 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20 | 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 | 7 | part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096 |