diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-18 23:17:46 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-18 23:17:46 +0200 |
commit | 0dd4a29cb2bba9b60839907d320b56543a3cb0da (patch) | |
tree | 8ba2ee6517e405fdb5aa96f4ab3327c94cd18862 /jjb/ci-AGL-verify | |
parent | 3ef949feb4a13dde9ff2cc46ac872b953df8bb6e (diff) |
Enable CI specific DISTRO_FEATURES
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-AGL-verify')
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 6a4088a6..5f37bd1b 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -276,7 +276,7 @@ - ../common/include-agl-source-aglsetup.sh - ../common/include-agl-auto-conf.sh - ../common/include-agl-limit-parallelism.sh - #- ../common/include-agl-local-conf-fstypes.sh + - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh - ../common/include-agl-cat-auto-conf.sh - ../common/include-agl-bitbake-image.sh - ../common/include-agl-run-test-prepare.sh |