diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-05 12:41:03 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-12 11:35:37 +0100 |
commit | 249eaf7f087f5926096165e0b02860b5ce8dd83f (patch) | |
tree | 453b4ffac551015e3d7553a16ef502e675d04838 /recipes-sota | |
parent | 81143ca5802916a5cd3a395ff36e00f8909359bc (diff) | |
download | meta-updater-249eaf7f087f5926096165e0b02860b5ce8dd83f.tar.gz |
Disable ptest for aktualizr by default
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 9508f96..6164b4f 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -39,6 +39,10 @@ S = "${WORKDIR}/git" | |||
39 | 39 | ||
40 | inherit cmake pkgconfig ptest systemd | 40 | inherit cmake pkgconfig ptest systemd |
41 | 41 | ||
42 | # disable ptest by default as it slows down builds quite a lot | ||
43 | # can be enabled manually by setting 'PTEST_ENABLED_pn-aktualizr' to '1' in local.conf | ||
44 | PTEST_ENABLED = "0" | ||
45 | |||
42 | SYSTEMD_PACKAGES = "${PN} ${PN}-secondary" | 46 | SYSTEMD_PACKAGES = "${PN} ${PN}-secondary" |
43 | SYSTEMD_SERVICE_${PN} = "aktualizr.service" | 47 | SYSTEMD_SERVICE_${PN} = "aktualizr.service" |
44 | SYSTEMD_SERVICE_${PN}-secondary = "aktualizr-secondary.socket" | 48 | SYSTEMD_SERVICE_${PN}-secondary = "aktualizr-secondary.socket" |