aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-local-conf-include-ptest.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-26 17:35:13 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-26 17:35:13 +0200
commitc9328308382ff2758a6d4c1987f139a4500d83f6 (patch)
tree1b830dd18f42502a6253fe1ba68883fee5367a6f /jjb/common/include-agl-local-conf-include-ptest.sh
parent8fc69561966adbe26bc4740ed2b94d2da2d6243b (diff)
Updates for new syntax of YP
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I96afb175096b659391e1b164f35cbdd725b5fc5f
Diffstat (limited to 'jjb/common/include-agl-local-conf-include-ptest.sh')
-rw-r--r--jjb/common/include-agl-local-conf-include-ptest.sh4
1 files changed, 2 insertions, 2 deletions
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