From 4a19c32921e12a0897a4546281da271408047b4c Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Wed, 13 Oct 2021 07:17:54 +0900 Subject: BUG FIX: mominavi is not showing map Current ivi-demo is not showing map. It has some bugs. Not enabling the mapbox plugin in qtlocation. Not enabling the sqlite in qt-base. Not including the font in image. Not including the ca-certificates in image. This patch fix these issue. Bug-AGL: SPEC-4095 Signed-off-by: Naoto Yamaguchi Change-Id: Icbc2378500a5230571a2f5a79e1e0ba0a1ddce97 --- meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-agl-lxc/recipes-platform') diff --git a/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb b/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb index 9a18444d..4c9dd177 100644 --- a/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb @@ -14,4 +14,12 @@ IMAGE_INSTALL += " \ qtquickcontrols2 \ qtwayland \ systemd-netif-config \ + ttf-dejavu-sans \ + ttf-dejavu-sans-mono \ + ttf-dejavu-sans-condensed \ + ttf-dejavu-serif \ + ttf-dejavu-serif-condensed \ + ttf-dejavu-mathtexgyre \ + ttf-dejavu-common \ + ca-certificates \ " -- cgit 1.2.3-korg