diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-05-27 21:05:27 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-28 09:35:25 +0000 |
commit | 3cabc6c787176b2ae3ba4d6ef040c9b12832b84c (patch) | |
tree | 7ce0983701fc3191a5a5fb7919a8788ec2b0a5f4 /templates/feature/agl-ptest | |
parent | 4028c726be78adc1f1df3708dbe99f9eb2303790 (diff) |
Ensure the ptests used in CI are part of the filesystem
Explicitely call of the ptests used in CI to be part of the filesystem.
This will fix h3ulcb-nogfx not having the lua ptest deployed.
Bug-AGL: SPEC-3398
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I058a5a0d0a3a39710316b3d366a3d94215d1cedc
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24577
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'templates/feature/agl-ptest')
-rw-r--r-- | templates/feature/agl-ptest/90_local.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/feature/agl-ptest/90_local.conf.inc b/templates/feature/agl-ptest/90_local.conf.inc index 554c93e8b..4c546e70e 100644 --- a/templates/feature/agl-ptest/90_local.conf.inc +++ b/templates/feature/agl-ptest/90_local.conf.inc @@ -4,5 +4,6 @@ OVERRIDES .= ":agl-ptest" DISTRO_FEATURES_append = " ptest" EXTRA_IMAGE_FEATURES_append = " ptest-pkgs" +IMAGE_INSTALL_append = " lua-ptest xmlsec1-ptest libxml2-ptest" # / ptest |