From c9328308382ff2758a6d4c1987f139a4500d83f6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 26 Apr 2022 17:35:13 +0200 Subject: Updates for new syntax of YP Signed-off-by: Jan-Simon Moeller Change-Id: I96afb175096b659391e1b164f35cbdd725b5fc5f --- jjb/common/include-agl-local-conf-include-ptest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-agl-local-conf-include-ptest.sh') diff --git a/jjb/common/include-agl-local-conf-include-ptest.sh b/jjb/common/include-agl-local-conf-include-ptest.sh index df73625e..6ae33c5f 100644 --- a/jjb/common/include-agl-local-conf-include-ptest.sh +++ b/jjb/common/include-agl-local-conf-include-ptest.sh @@ -1,6 +1,6 @@ echo '# CI: Enabling ptest in image ... ' >> conf/local.conf -echo 'DISTRO_FEATURES_append = " ptest"' >> conf/local.conf -echo 'EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"' >> conf/local.conf +echo 'DISTRO_FEATURES:append = " ptest"' >> conf/local.conf +echo 'EXTRA_IMAGE_FEATURES:append = " ptest-pkgs"' >> conf/local.conf -- cgit 1.2.3-korg