Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-1520
Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
This patch removes the Mocca box application and the related
USB driver from the demo platform. It is needed to clean up
as the Mocca box is not used anymore.
Change-Id: Iebba72e773476b18974f7fff343f4e7b998090d9
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
This is the last part of the layer rework series.
Notable changes are:
- move demo specific recipes to the demo (dlt, web-runtime mocca-usb)
- wayland-ivi-extension moved to the meta-agl-demo layer for now.
- web-runtime moved here (from appfw layer to allow console-only builds with appfw)
- adapted packagegroups and agl-features
v2: squashed with commit on sandbox to form single commit (tnx, Scott)
v3: inclusion of old packagegroup-agl-image-ivi (TODO: refactor and include in profile packagegroups. Tnx, Stephane)
v4: base packagegroup-agl-demo-platform on packagegroup-agl-profile-graphical-qt5
v5: fix MOST_DRIVERS_append (disable due to FTBS)
v6: re-add RDEPENDS for virtual/pulseaudio-config
Bug-AGL: SPEC-145
Bug-AGL: SPEC-1422
Change-Id: I20bd5b9a957ea54a7ecd08bd4f8b99a32266c9c8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add packagegroup-agl-image-weston to ensure that
Weston will be successfully launched and the demo
applications will appear with image agl-demo-platform
on Raspberry Pi 3 as well as on other machines.
Bug-AGL: SPEC-1427
Change-Id: Iae5ddeea612598750de565fecb0e51b79de56d57
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
The most drivers need fix for newer kernels. Disable build until fixed.
Change-Id: I16b0af82bf1a7ed8b50efeb335e99ac141cf8aaf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Qt AGLExtras module provides a set of easy to create AGL Qt
application. It uses the AGL HMI and application framework,
therefore the application can be easily integrated to AGL
HomeScreen/WindowManager on AGL Demo Platform.
Bug-AGL: SPEC-1229
Change-Id: If4b2d3087f46cef7ce61487f6f8a6acd4bbf4d98
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Bug-AGL: SPEC-1186
Change-Id: Ife32412a9ef29502dfe518674e18258e089a583f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Add AGL Navigation API library to rootfs and SDK.
This change is necessary change for CES 2018 version POI App to commit in the future.
Change-Id: I08996778dd858ee2d3c91e47defa1d6846c28bf9
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
|
|
Change the navigation recipe to an RPROVIDES to allow various other
options for navigation. This change also updates the respective
packagegroup.
Bug-AGL: SPEC-1157
Change-Id: I98a90510fca18f55b0db2ccac0e5aa00899730ac
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
MOST_HVAC_append
This patch is needed to have agl-service-unicens compiled with
the agl-demo-platform
Change-Id: I67e443e1cd99e3100eb34f25aaa469f308389c66
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
This patch adds the necessary files to have the MOST driver
configured for UNICENS2 at system start up.
Change-Id: I9a69192332d355a3f9d3df3771cd364771e8eb9a
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
As discussed with Soya-san during the Integration F2F in Yokohama, these components are no longer
required and replaced by the service binding 'agl-service-unicens'.
Remove from packagegroup and remove the recipes.
│··
Change-Id: I4542ba282c2cc1108715ec4e1774d003d9aa024e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This patch ensures that the MOST driver is not being built, when
the machine is set to porter.
Change-Id: I0ccead42d3f158dcee03c4a5d3de80dedab16059
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
This integration use non automatic post installation at first
boot on a board.
Change-Id: I0f080c72ec98b9280256de20a45aa847714bebf0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: Id3b4ddaeba650e15be87de7bf9fdca20335d9464
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
This patch adds a new "most" receipe for building the MOST driver. The
receipe replaces the old ones, as it builds all modules at once. Hence,
the receipes aim*, hdm* and mostcore are removed. Additionally, the *.bb
file for the demo platform is modified to reflect these changes.
This patch is needed to avoid dependency issues among the modules of the
driver stack. Although, the problem has been reported with SPEC 438 and a
patch set to fix it has been introduced with Change #8447, it is still
present on RaspberryPi.
Change-Id: Id6104ee6d9bf1b7d9744761a6529461176fdd8b2
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
The "controls" demo app is not particularly useful at this point, and
where as it was not launchable from the homescreen in Chinook, the new
dynamic list in Dab picks it up when it is installed, so it both throws
off the current app icon spacing and makes thing look odd because it
has no icon. So, just remove it to clean up the homescreen.
Change-Id: I617e832b559b4df54e197f0056cb9da84fed4d7b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Replace usage of the CES2017 repository with the new split out
qtquickcontrols2-agl and qtquickcontrols2-agl-style repositories
containing the AGL demo custom widgets and style. Since the
CES2017-demo recipe no longer serves a purpose, remove it now as
well.
Bug-AGL: SPEC-404, SPEC-462
Change-Id: I0c31ccfe45c8912da4589e38c2cb159975536aad
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
In packagegroup-agl-demo-platform.bb it is written as follows.
add packages for CES2017 demo
Only for porter as these kernel module sources
are for the 3.10.x kernel only
But, it install in all environments. This fix is to delete comments.
Bug-AGL: SPEC-498
Change-Id: Ibc179c446b1bc20e8dc539ffc4864410a3f08754
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
|
|
Add recipes for the split out controls, dashboard, phone, and radio app
repositories, remove the related packaging of same from the CES2017-demo
recipe, and add the split out apps to IMAGE_AGL_APPS in the agl-demo-platform
image definition.
Bug-AGL: SPEC-400, SPEC-401, SPEC-402, SPEC-403, SPEC-404
Change-Id: Ic3c7d134c90dd3fe989cb1ef7a510b1c5bf1fee8
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
* [SPEC-424]
* yocto image should use dependency to facilitate maintenance
* yocto image should have its own LICENSE defined
Change-Id: Ie7f2e48bab9cc194ce10e7d364e150d2678e64d6
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Now using AGL Application Framework Binding system
Change-Id: Iac8844645cb85838922bb2fe4e4f355d4444bc09
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This change adds
the homescreen package into the default image.
Change-Id: I5e0f5d7f0fe3937af02bcbe8c1be443da4c2128d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I13c48bf7f16869d687ab563b5495836e6980df13
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
The recipe files and thier names are reworked by design of AGL
packagegroup.
For more details, see 'Packagegroups'section in README.md.
Change-Id: Ib7fc66ec5f785b974719e85887715cc76f610ab4
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|