From: Jan-Simon Möller Date: Sat, 14 Oct 2017 19:21:45 +0000 (+0200) Subject: Add include fragment for ptest X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F11329%2F1;p=ci-management.git Add include fragment for ptest Change-Id: I963b015bb05b1d83ac88f69ff7921a39e16b1742 Signed-off-by: Jan-Simon Möller --- 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 + +