Age | Commit message (Collapse) | Author | Files | Lines |
|
HTML5 demo IVI support was dropped in AGL IVI demo.
But that guest support was not removed completely.
This patch remove HTML5 demo IVI support from momiweb
Bug-AGL: SPEC-5262
Change-Id: I0f48b0df0020c4b51419f3fe0e88cb2a0724defa
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Fixed these issue:
Momiscreen did not show default app in boot time.
Momiplay out error message in playing time that cause Qt6.7.
Bug-AGL: SPEC-5162
Change-Id: I46ba8cc4a1ce0dca8264b2c11d5b460856362543
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Momiweather is sample world weather app for Momi IVI.
That enable more better demo.
Bug-AGL: SPEC-5162
Change-Id: I3e234a5c87322548f315297c45cfb49294cc8242
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
HTML5 demo IVI support was dropped in AGL IVI demo.
But that guest support was not removed completely.
This patch remove HTML5 demo IVI support from momikey.
Bug-AGL: SPEC-5262
Change-Id: Ib4a8b2e489083494e452d5151737f9148ebe3624
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
AGL UI is based on touch screen that shall not show cursor.
Current Qt apps show cursor.
This patch disable cursor.
Bug-AGL: SPEC-5162
Change-Id: I21717dbb3a281b1ce06d9735d0776ceeb1d360d4
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The AGL IC container integration migrate to Qt6 from Qt5 now.
Each Apps needs modification.
This patch change rev and environment setting.
Bug-AGL: SPEC-5162
Change-Id: Ib7273fc13d5ab381bed7675662bd1cdc7f941c33
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
New MomiPlay support video playing feature.
This change add demo movie.
Bug-AGL: SPEC-5162
Change-Id: I60f6221e69dcd5400c48d3ba9e3acb9ef86e6c1c
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Qt6 packages structure was changed from Qt5.
This change adopt to this structure changes.
Bug-AGL: SPEC-5162
Change-Id: Ia64e066b1334436bea8654c48dd38cd89fa65fa5
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Qt6 packages structure was changed from Qt5.
This change adopt to this structure changes.
Bug-AGL: SPEC-5162
Change-Id: I8f63babb7bd11d8e069dc42ec5824660e03b693b
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
New Momi IVI uses QtWaylandCompositor based compositor.
It will realize to fix for touch event bug in Momi IVI.
After this changes, weston with wayland-ivi-extention is not needed.
Bug-AGL: SPEC-5162
Change-Id: Ib0e2346dd9907d3e154359b8b9d7d7bf492b2093
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The cluster-refgui was ported to Qt6 by Jiu Shanheng <shanheng.jiu@qt.io>.
This patch changes to that version.
Bug-AGL: SPEC-5162
Change-Id: I07a5424ef7f14c5b560d18cc696358a0ebe82295
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The lighttpd-module-alias and the lighttpd-module-access plugin
changed to builtin plugin from dynamic loading plugin.
This patch remove package dependency for the
lighttpd-module-alias and the lighttpd-module-access from
the momiweb.
Bug-AGL: SPEC-5158
Change-Id: I718a480f697d3cc7ff790ba371174a57131746a1
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The mominavi out style error after Jan. 2024.
Previous mominavi doesn't have capability for style setting change.
This patch fix this error using configurations by recipe.
Bug-AGL: SPEC-5158
Change-Id: I6571bf9e39cf8b0563d7842e3f29962987d8e37e
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The cluster-refgui shall re-connect in case of cluster-service
rebooting. This method should support to realize robustness system.
This patch add support sync rebootig feature.
Bug-AGL: SPEC-5040
Change-Id: Iadd1c254d4b8e32be15419b3526dc581333a5456
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The latest cluster service is supporting demo signal passing by
cluster API.
This patch change cluster-refgui to cluster-service oriented
version that behavior is controlled by cluster-service.
Bug-AGL: SPEC-4991
Change-Id: Ibe687482bbf2b21b21668596cc035e0c4fe1ec33
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Existing AGL Instrument Cluster is not implement cluster service
only a framework library.
This patch add support cluster service to cluster-refgui.
Bug-AGL: SPEC-4991
Change-Id: Idee17d652d86e743c11de48337d01502bf9f8ff7
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
In R-Car platform such as ref-hw is not show cluster and ivi screen.
It cause by installing gles-user-module-firmware into guest image.
gles-user-module-firmware is installed by kernel-module-gles dependency.
kernel-module-gles is installed by MACHINE_EXTRA_RRECOMMENDS from agl_rcar.inc,
but this environment variable can't delete in guest build.
This patch fix this issue.
Bug-AGL: SPEC-4888
Change-Id: Ica0f8d6ef48d30333bbccdff7380471b11ad063c
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Mominavi, momiplay and momiscreen are refernce application of
AGL IC container integration. These repository was refer to
outside development repository.
This patch change repository from outside development repository
to AGL repository.
Bug-AGL: SPEC-4821
Change-Id: I5380f002982978457df5320c66a4bba3135778db
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
When CH57x keyboard connect USB port, a systemd-udev-settle.servic
fail boot up in boot time.
This patch change udev rule to fix this bug.
Bug-AGL: SPEC-4766
Change-Id: I7f0002c74050041d31d24fca5e95ad81830df193
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Container exchange user interface using CH57x keyboard.
This UI based on mock container manager for AGL CES2023
demo.
That is contributed by Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>
Bug-AGL: SPEC-4766
Change-Id: I3654bb0fd22787c66af554db71fc3adb82440702
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
Momi web is a Web UI for AGL IC container demo. That support
IVI guest change and force rebooting to ivi guest.
This patch add support momi web to use full demo integration.
It use lighttpd.
Bug-AGL: SPEC-4766
Change-Id: Ie0a91b80cee7462e580706d89abca8ece8142712
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
After the drm-lease-manager update, the drm-lease socket
file setting is move on each environment variable setting.
On the other hand, previous setting was not remove from
system.conf for each guest.
This patch remove drm-lease-manager and qt environment
variable setting from system.conf for each guest.
Bug-AGL: SPEC-4777
Change-Id: I972ee51f593ab305e0ffa548083cff11cf0014d5
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
The ivi-layer manager configuration file needs to know the name
of display connector to set up the layer configuration.
Adjust the connector name in the configuration file to reflect
the connector names in us on the platform being built. This
currently only applies to qemu, but could be applied to other
build configurations in future.
Bug-AGL: SPEC-4464
Change-Id: Ie52c9b8639a2bd5c83c4686ff9b557d05a2a7e1e
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
|
|
meta-agl-lxc is no longer reflecting the actual content and use of the layer.
Rename it to 'meta-agl-ic-container' and the feature to 'agl-ic-container'.
Also rename the main image to 'agl-cluster-demo-lxc-host' to match the pattern used
by all other images e.g. agl-<ivi,cluster,telematics>-demo-* .
But keep the names of the underlying images as-is.
Bug-AGL: SPEC-4464
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I898c786ca884331b302a3be8e150379fcf5bdc9b
|