From eabcfaaf4f5e3351384fb5d27dddfae67970cc4a Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Tue, 21 Feb 2023 08:37:22 +0000 Subject: [PATCH] Add UseLegacyInstructions for IFW License check build Change-Id: I2e2162c5e65029e67a09aa5413fc3bd1a427dd7d Reviewed-by: Toni Saario --- coin/platform_configs/installer-framework.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/installer-framework.yaml b/coin/platform_configs/installer-framework.yaml index e531aaa8..ada1e769 100644 --- a/coin/platform_configs/installer-framework.yaml +++ b/coin/platform_configs/installer-framework.yaml @@ -30,4 +30,4 @@ Configurations: - Template: 'qtci-linux-Ubuntu-18.04-x86_64' Compiler: 'GCC' - Features: ['TestOnly', 'LicenseCheck'] + Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions']