summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.default2
-rw-r--r--recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.gateway-demo2
-rw-r--r--recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb2
-rw-r--r--recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.default2
-rw-r--r--recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.gateway-demo2
-rw-r--r--recipes-demo/agl-service-hvac/agl-service-hvac_git.bb2
-rw-r--r--recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.default2
-rw-r--r--recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.demo4
-rw-r--r--recipes-demo/homescreen/files/homescreen.conf2
-rw-r--r--recipes-demo/hvac/hvac/hvac.conf2
-rw-r--r--recipes-demo/libqtappfw/libqtappfw_git.bb2
-rw-r--r--recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf2
-rw-r--r--recipes-demo/navigation/ondemandnavi/navigation.conf2
-rw-r--r--recipes-demo/navigation/ondemandnavi/navigation.conf.gateway-demo2
-rw-r--r--recipes-demo/navigation/ondemandnavi/navigation.conf.kvm-demo2
-rw-r--r--recipes-demo/navigation/tbtnavi/tbtnavi.conf2
-rw-r--r--recipes-demo/navigation/tbtnavi/tbtnavi.conf.gateway-demo2
-rw-r--r--recipes-demo/navigation/tbtnavi/tbtnavi.conf.kvm-demo2
18 files changed, 34 insertions, 4 deletions
diff --git a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.default b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.default
index e0d84f8f8..eb173aa9e 100644
--- a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.default
+++ b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.default
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/agl-service-audiomixer/agl-service-audiomixer.token"
diff --git a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.gateway-demo b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.gateway-demo
index c6095ac3a..a05513d00 100644
--- a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.gateway-demo
+++ b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer/agl-service-audiomixer.conf.gateway-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "192.168.10.4"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/agl-service-audiomixer/agl-service-audiomixer.token"
diff --git a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb
index 8f591cb06..38912b1e4 100644
--- a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb
+++ b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb
@@ -26,7 +26,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.g
file://agl-service-audiomixer.service \
file://databroker.conf \
"
-SRCREV = "2e7d2c7a4d9c6dd37552c69a896286aa7dacd2c3"
+SRCREV = "e2ad7f96f1e4f3ec88848daca5909e3ae01b2126"
PV = "2.0+git${SRCPV}"
S = "${WORKDIR}/git"
diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.default b/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.default
index ca2f4f69d..ae8031a48 100644
--- a/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.default
+++ b/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.default
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/agl-service-hvac/agl-service-hvac.token"
diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.gateway-demo b/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.gateway-demo
index 929bbc1b0..4cb88db67 100644
--- a/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.gateway-demo
+++ b/recipes-demo/agl-service-hvac/agl-service-hvac/agl-service-hvac.conf.gateway-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "192.168.10.4"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/agl-service-hvac/agl-service-hvac.token"
diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb
index f7a6eb949..16008a29e 100644
--- a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb
+++ b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb
@@ -24,7 +24,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protoco
file://agl-service-hvac.service \
file://databroker.conf \
"
-SRCREV = "1f55937667e35fb79dabee0e180787e34a59169a"
+SRCREV = "03cae3b01fe81328561a90119609a81924247cfe"
PV = "2.0+git${SRCPV}"
S = "${WORKDIR}/git"
diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.default b/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.default
index 8d73b3246..57b597c79 100644
--- a/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.default
+++ b/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.default
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/cluster-dashboard/cluster-dashboard.token"
diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.demo b/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.demo
index 87fc79a85..5048c4923 100644
--- a/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.demo
+++ b/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf.demo
@@ -1,4 +1,6 @@
[kuksa-client]
-server = "192.168.10.2"
+hostname = "192.168.10.2"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/cluster-dashboard/cluster-dashboard.token"
diff --git a/recipes-demo/homescreen/files/homescreen.conf b/recipes-demo/homescreen/files/homescreen.conf
index d3998d9af..b2d9a67e2 100644
--- a/recipes-demo/homescreen/files/homescreen.conf
+++ b/recipes-demo/homescreen/files/homescreen.conf
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/homescreen/homescreen.token"
diff --git a/recipes-demo/hvac/hvac/hvac.conf b/recipes-demo/hvac/hvac/hvac.conf
index dfecdc50e..d0a4e8037 100644
--- a/recipes-demo/hvac/hvac/hvac.conf
+++ b/recipes-demo/hvac/hvac/hvac.conf
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/hvac/hvac.token"
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb
index 3c40de12d..c6fcbb7bf 100644
--- a/recipes-demo/libqtappfw/libqtappfw_git.bb
+++ b/recipes-demo/libqtappfw/libqtappfw_git.bb
@@ -22,7 +22,7 @@ DEPENDS = " \
"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "4f75c049e8ba1e7fd4f1094f9ed8b681318f021d"
+SRCREV = "c9a3824734ce41773c4306b43bb4d1add82f9b96"
S = "${WORKDIR}/git"
# PV needs to be modified with SRCPV to work AUTOREV correctly
diff --git a/recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf b/recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf
index ef4021ff0..50138337f 100644
--- a/recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf
+++ b/recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/mediaplayer/mediaplayer.token"
diff --git a/recipes-demo/navigation/ondemandnavi/navigation.conf b/recipes-demo/navigation/ondemandnavi/navigation.conf
index 00905f751..f2ec14a75 100644
--- a/recipes-demo/navigation/ondemandnavi/navigation.conf
+++ b/recipes-demo/navigation/ondemandnavi/navigation.conf
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/navigation/navigation.token"
diff --git a/recipes-demo/navigation/ondemandnavi/navigation.conf.gateway-demo b/recipes-demo/navigation/ondemandnavi/navigation.conf.gateway-demo
index ed71a4977..8fbd6cc3d 100644
--- a/recipes-demo/navigation/ondemandnavi/navigation.conf.gateway-demo
+++ b/recipes-demo/navigation/ondemandnavi/navigation.conf.gateway-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "192.168.10.4"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/navigation/navigation.token"
diff --git a/recipes-demo/navigation/ondemandnavi/navigation.conf.kvm-demo b/recipes-demo/navigation/ondemandnavi/navigation.conf.kvm-demo
index 6da2579dc..4143abf09 100644
--- a/recipes-demo/navigation/ondemandnavi/navigation.conf.kvm-demo
+++ b/recipes-demo/navigation/ondemandnavi/navigation.conf.kvm-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "172.16.10.1"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/navigation/navigation.token"
diff --git a/recipes-demo/navigation/tbtnavi/tbtnavi.conf b/recipes-demo/navigation/tbtnavi/tbtnavi.conf
index a6e971343..4d95d1f29 100644
--- a/recipes-demo/navigation/tbtnavi/tbtnavi.conf
+++ b/recipes-demo/navigation/tbtnavi/tbtnavi.conf
@@ -1,2 +1,4 @@
[kuksa-client]
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
authorization = "/etc/xdg/AGL/tbtnavi/tbtnavi.token"
diff --git a/recipes-demo/navigation/tbtnavi/tbtnavi.conf.gateway-demo b/recipes-demo/navigation/tbtnavi/tbtnavi.conf.gateway-demo
index 6f528719c..9ee14f108 100644
--- a/recipes-demo/navigation/tbtnavi/tbtnavi.conf.gateway-demo
+++ b/recipes-demo/navigation/tbtnavi/tbtnavi.conf.gateway-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "192.168.10.4"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/tbtnavi/tbtnavi.token"
diff --git a/recipes-demo/navigation/tbtnavi/tbtnavi.conf.kvm-demo b/recipes-demo/navigation/tbtnavi/tbtnavi.conf.kvm-demo
index 6e891faf6..7fab2b10a 100644
--- a/recipes-demo/navigation/tbtnavi/tbtnavi.conf.kvm-demo
+++ b/recipes-demo/navigation/tbtnavi/tbtnavi.conf.kvm-demo
@@ -1,4 +1,6 @@
[kuksa-client]
hostname = "172.16.10.1"
+use-tls = true
+ca-certificate = "/etc/kuksa-val/CA.pem"
tls-server-name = "localhost"
authorization = "/etc/xdg/AGL/tbtnavi/tbtnavi.token"