From ae156b865e274a5bb4bc9df92a6a88cf5afb1a03 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 22 Feb 2018 13:30:17 -0300 Subject: 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 --- scripts/lib/wic/canned-wks/sdimage-sota.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib') 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 @@ # 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 +part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096 -- cgit v1.2.3-54-g00ecf