diff options
Diffstat (limited to 'jjb/common/include-agl-local-conf-include-ptest.sh')
-rw-r--r-- | jjb/common/include-agl-local-conf-include-ptest.sh | 4 |
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 |