From 0dd4a29cb2bba9b60839907d320b56543a3cb0da Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 18 Sep 2017 23:17:46 +0200 Subject: Enable CI specific DISTRO_FEATURES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is the tuning for the output filesystems that we need in CI (ext4.xz). Later this is used for other flags. Benefit of a DISTRO_FEATURES is that it is easily reproducible outside of CI. Change-Id: I24b7e3240539c5d463a4656b8e50725b90dbac13 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh (limited to 'jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh') diff --git a/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh new file mode 100644 index 00000000..77b0058c --- /dev/null +++ b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh @@ -0,0 +1,2 @@ +# This is the big switch for in-CI builds +DISTRO_FEATURES_append = "AGLCI" -- cgit 1.2.3-korg