diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-13 07:17:54 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 15:43:04 +0000 |
commit | 7ff24f36c69161ec3fc488c7aa3b5396b158ef48 (patch) | |
tree | 3382f42ef94d7d72a14452f4234e22e32324ab5b /meta-agl-lxc/recipes-platform/images | |
parent | e2954337aee949935000ac81789ee8f550f0b130 (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: Icbc2378500a5230571a2f5a79e1e0ba0a1ddce97
Diffstat (limited to 'meta-agl-lxc/recipes-platform/images')
-rw-r--r-- | meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 \ " |