From 77ceccefc1f86f8957e1d236260a292e2af56e70 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Wed, 2 Nov 2022 14:54:17 +0100 Subject: [PATCH] chore(test config): Update to new yocto syntax Signed-off-by: Lluis Campos --- mender-convert-modify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mender-convert-modify b/mender-convert-modify index ae0efc7..dc67d29 100755 --- a/mender-convert-modify +++ b/mender-convert-modify @@ -105,7 +105,7 @@ if [ "${MENDER_CLIENT_INSTALL}" = "y" ]; then deb_get_and_install_pacakge mender-client "${MENDER_CLIENT_VERSION}" # Save installed client version for tests in Yocto variable format - testscfg_add "PREFERRED_VERSION_mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')" + testscfg_add "PREFERRED_VERSION:mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')" fi if [ "${MENDER_ENABLE_SYSTEMD}" == "y" ]; then