Browse Source

tests: Add "mender-convert" to distro_features.

Makes it easier to detect that we are doing a mender-convert test
round.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.0.x
Kristian Amlie 5 years ago
parent
commit
ddb2667437
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 1
      mender-convert-package

1
mender-convert-package

@ -283,6 +283,7 @@ else
# This is the name of the DISTRO_FEATURES in Yocto # This is the name of the DISTRO_FEATURES in Yocto
distro_feature="mender-uboot" distro_feature="mender-uboot"
fi fi
distro_feature="${distro_feature} mender-convert"
cat <<- EOF > deploy/${image_name}.cfg cat <<- EOF > deploy/${image_name}.cfg
MENDER_BOOT_PART="${MENDER_STORAGE_DEVICE}${MENDER_BOOT_PART_INDEX}" MENDER_BOOT_PART="${MENDER_STORAGE_DEVICE}${MENDER_BOOT_PART_INDEX}"

Loading…
Cancel
Save