aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-local-conf-include-ptest.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-14 21:21:45 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-14 21:21:45 +0200
commitee1b0e554f724b4f6ea5f7e04c14ee18274e8dd6 (patch)
treeef621db514e9a6662c0b911125f6a1133c0faf08 /jjb/common/include-agl-local-conf-include-ptest.sh
parent4299c6a6be308d5725713299fb009090b88a94fc (diff)
Add include fragment for ptest
Change-Id: I963b015bb05b1d83ac88f69ff7921a39e16b1742 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-local-conf-include-ptest.sh')
-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
+
+