From ee1b0e554f724b4f6ea5f7e04c14ee18274e8dd6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 14 Oct 2017 21:21:45 +0200 Subject: Add include fragment for ptest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I963b015bb05b1d83ac88f69ff7921a39e16b1742 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-local-conf-include-ptest.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jjb/common/include-agl-local-conf-include-ptest.sh (limited to 'jjb') 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 + + -- cgit 1.2.3-korg