blob: 9c78fd77afb9d828f66f890721ba0f5ce27561f8 [file] [log] [blame]
# This class removes the empty partition table header
# in the WIC file when --no-table WKS option is used
IMAGE_TYPES:append = " wic.nopt"
CONVERSIONTYPES += "nopt"
# 1024 bytes are skipped which corresponds to the size of the partition table header to remove
CONVERSION_CMD:nopt = "tail -c +1025 ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type} > ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}.nopt"