summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-ci/99_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-ci/99_local.conf.inc')
-rw-r--r--templates/feature/agl-ci/99_local.conf.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc
index 2c11e6851..3083c0168 100644
--- a/templates/feature/agl-ci/99_local.conf.inc
+++ b/templates/feature/agl-ci/99_local.conf.inc
@@ -1,7 +1,7 @@
-DISTRO_FEATURES_append = " AGLCI"
+DISTRO_FEATURES:append = " AGLCI"
# opencv seems to have a parallel make bug
# ...contrib/modules/xfeatures2d/test/test_features2d.cpp:51:10: fatal error: features2d/test/test_detectors_regression.impl.hpp: No such file or directory
-PARALLEL_MAKE_pn-opencv = "-j 1"
+PARALLEL_MAKE:pn-opencv = "-j 1"
AGL_HOST_PREMIRROR ?= "http://download.automotivelinux.org"
AGL_HOST_SSTATE_MIRROR ?= "http://download.automotivelinux.org"
@@ -29,4 +29,4 @@ BB_SIGNATURE_HANDLER = "OEEquivHash"
PRSERV_HOST = "${AGL_HOST_PRSERV}:8585"
-IMAGE_INSTALL_append = " curl"
+IMAGE_INSTALL:append = " curl"