aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-agl-local-conf-include-ptest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-local-conf-include-ptest.sh b/jjb/common/include-agl-local-conf-include-ptest.sh
new file mode 100644
index 00000000..df73625e
--- /dev/null
+++ b/jjb/common/include-agl-local-conf-include-ptest.sh
@@ -0,0 +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
+
+