AGL/meta-agl-cluster-demo.git
4 years agoDeclare layer compatibility for dunfell next
Scott Murray [Mon, 30 Mar 2020 18:55:24 +0000 (14:55 -0400)]
Declare layer compatibility for dunfell

For the upgrade to YP dunfell/3.1 we need to update the layer
compatibility.

Bug-AGL: SPEC-3302

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I1c3fdf11893ac96471112e779d48884a5a013007

4 years agoUse top-level LICENSE files for each repo 89/24289/1
Jan-Simon Moeller [Wed, 1 Apr 2020 12:29:49 +0000 (14:29 +0200)]
Use top-level LICENSE files for each repo

We re-use the OpenEmbedded / Yocto Project style to
declare the licenses more prominently in the top level folders.

LICENSE is derived from poky's LICENSE file.

Bug-AGL: SPEC-3295
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I2dde7482fc77b55e1e40b5dbc00ad75cafd8a79d

4 years agopackagegroup-agl-cluster-demo-platform: Drop libva-utils 27/24127/2
Paul Barker [Tue, 25 Feb 2020 22:52:06 +0000 (22:52 +0000)]
packagegroup-agl-cluster-demo-platform: Drop libva-utils

libva-utils indirectly requires mesa-gl which doesn't build for the Vayu
or BBE boards with the zeus branch of meta-ti.

The utilities were only used for debugging on the Minnowboard and are
safe to remove.

Bug-AGL: SPEC-3211

Change-Id: I3be2ca9ccf9be8e2fe17091368e9fb30257d8522
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
4 years agoMerge remote-tracking branch 'agl/next' 13/24113/1
Jan-Simon Möller [Fri, 21 Feb 2020 16:22:03 +0000 (17:22 +0100)]
Merge remote-tracking branch 'agl/next'

* agl/next:
  Declare layer compatibility with zeus

Change-Id: Id36a3c7959e16d73451557bfb4553fb91984d303

4 years agoDeclare layer compatibility with zeus
Jan-Simon Möller [Tue, 5 Nov 2019 11:18:37 +0000 (12:18 +0100)]
Declare layer compatibility with zeus

For the uprev to YP 3.0 zeus we need to update the layer compatibility.

Change-Id: I763a67be9b9e8dda6660b0b94c37acc7a66bf856
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
4 years agoAdd support for CAN driven speeds for the demo dashboard 46/23546/1 8.99.5 icefish/8.99.5 icefish_8.99.5
Scott Murray [Fri, 3 Jan 2020 23:03:05 +0000 (18:03 -0500)]
Add support for CAN driven speeds for the demo dashboard

Changes include:
- Update cluster-dashboard recipe to pull in libqtappfw for
  signal-composer support
- Add signal-composer and required low-can and gps bindings to
  agl-cluster-demo-platform image
- Add recipe to install configuration file that tells the
  cluster-dashboard app to use signal-composer vehicle and engine
  speed events instead of running the default animation loop,
  and a new agl-cluster-demo-preload feature template that drives
  adding the recipe to the image for demo purposes.

Bug-AGL: SPEC-3045

Change-Id: I193f9fd764b7610eaacc4c524522552bcc1e7ccc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
4 years agocluster-windowmanager-conf: update config 19/22719/1 8.99.1 8.99.2 8.99.3 8.99.4 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4
Scott Murray [Sun, 20 Oct 2019 14:52:29 +0000 (10:52 -0400)]
cluster-windowmanager-conf: update config

Update the areas.json windowmanager configuration file to work with
the new larger 640x720 size of the streamed display from tbtnavi on
the IVI board.

Bug-AGL: SPEC-2915

Change-Id: I3a7d3932ec2264362450f6f9b9e588dd042bb7f6
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
4 years agorefactor packagegroup-agl-cluster-demo-qtcompositor.bb to make some common pieces 80/22180/2
Zhou Mingying [Tue, 20 Aug 2019 07:21:03 +0000 (15:21 +0800)]
refactor packagegroup-agl-cluster-demo-qtcompositor.bb to make some common pieces

Create the below file in recipes-platform/packagegroups
  packagegroup-agl-networking.bb
  packagegroup-agl-source-han-sans-ttf-fonts.bb
  packagegroup-agl-ttf-fonts.bb
Modify the below bb files to include the new packagegroups
  packagegroup-agl-cluster-demo-platform.bb
  packagegroup-agl-cluster-demo-qtcompositor.bb

Bug-AGL: SPEC-2731

Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com>
Change-Id: I422a45ec7d51df2f8621e3297f60383ceb8d69c1

4 years agocluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel 44/22144/4
Scott Murray [Mon, 12 Aug 2019 20:20:54 +0000 (16:20 -0400)]
cluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel

The gstreamer-vaapi plugin is not available / buildable on all non-Intel
platforms, so to avoid issues just RRECOMMEND it when building for
Intel, as the gstreamer pipeline construction code in the application
checks for its presence at runtime already.

Bug-AGL: SPEC-2732

Change-Id: I2a9f6279caa94f510ac357d1604c9a63dfa07750
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
4 years agoAdd a shrink agl-demo-platform version 80/21880/6
Ouyang Jun [Mon, 15 Jul 2019 07:30:48 +0000 (00:30 -0700)]
Add a shrink agl-demo-platform version

Base on agl-demo-platform, make a shrink version for low performance
board can run agl-demo-platform.
Weston, hmi-framework, some APPs and some services were deleted.
Using cluster-dashboard as qtwayland compositor instead of weston.

Bug-AGL: SPEC-2487

Signed-off-by: Ouyang Jun <ouyangj.fnst@cn.fujitsu.com>
Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com>
Change-Id: I96bb337f6ae157f696fc2e4fb61cdd7afc8f5109

4 years agoagl-login-manager: update LOGIN_USER override 23/21823/1 7.99.3 halibut/7.99.3 halibut_7.99.3
Scott Murray [Fri, 5 Jul 2019 13:12:17 +0000 (09:12 -0400)]
agl-login-manager: update LOGIN_USER override

The agl-login-manager bbappend was overriding the value of LOGIN_USER
to 0 (root) as was being done in meta-agl-demo-platform.  Now that the
application framework changes to run applications as non-root by default
have gone in, this needs to be updated to match the new behavior.  Since
the cluster demo image has no need to run anything as a passenger user,
keep the override, but now set it 1001 / agl-driver.

Bug-AGL: SPEC-2608

Change-Id: I0c5013ac3a89181947fac6bfc1060347d5636b55
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agorecipes-platform: crosssdk-image: remove libvcard from SDK 32/21332/1 7.99.1 7.99.2 halibut/7.99.1 halibut/7.99.2 halibut_7.99.1 halibut_7.99.2
Matt Ranostay [Fri, 17 May 2019 04:05:28 +0000 (07:05 +0300)]
recipes-platform: crosssdk-image: remove libvcard from SDK

vCard parsing is done within the agl-service-bluetooth-pbap binding
so libqtappfw not longer requires libvcard, and in turn the SDK
doesn't either

Bug-AGL: SPEC-2392
Change-Id: I588f1ebfe54924542921b67b3c2c7be5e4cd6d78
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
5 years agoUpgrade to thud 70/20970/1
Scott Murray [Mon, 18 Feb 2019 23:50:53 +0000 (18:50 -0500)]
Upgrade to thud

Changes include:
- Add LAYERSERIES_COMPAT definition to layer.conf

Bug-AGL: SPEC-1837

Change-Id: Ifcbb528adf6bbade82c74911e87f51329ed0d529
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agocluster-windowmanager-conf: Update configuration 67/19667/1 6.99.4 7.90.0 guppy/6.99.4 guppy_6.99.4 halibut/7.90.0 halibut_7.90.0
Scott Murray [Thu, 17 Jan 2019 01:29:54 +0000 (20:29 -0500)]
cluster-windowmanager-conf: Update configuration

Update the recipe and files to handle the rename of areas.db to
areas.json and the significant rewrite of layers.json.

Change-Id: I9af4e6bf29e8983568126c92b17645be4735dabe
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoInitial check-in 43/18643/2 6.99.3 guppy/6.99.3 guppy_6.99.3
Scott Murray [Fri, 7 Dec 2018 21:46:37 +0000 (16:46 -0500)]
Initial check-in

Define instrument cluster demo platform.  This layer is similar to
meta-agl-demo, except it defines a small platform for the instrument
cluster demo, based on the agl-profile-cluster-qt5 profile.  There
is a "agl-cluster-demo" feature defined to enable building the
platform.

At the moment, only qemux86-64 and Minnowboard turbot versions have
been built and tested.  Other architectures should be feasible, but the
agl-cluster-demo-receiver application needs some further development to
support non-Intel platforms, as currently it is using the vaapisink
gstreamer plug-in.

Change-Id: I217608a1ecc9678d5d55a95c65f3ab6f10d5b54f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 years agoInitial empty repository 6.99.1 6.99.2 guppy/6.99.1 guppy/6.99.2 guppy_6.99.1 guppy_6.99.2
Jan-Simon Moeller [Mon, 22 Oct 2018 14:23:50 +0000 (14:23 +0000)]
Initial empty repository