Age | Commit message (Collapse) | Author | Files | Lines |
|
* 97a08a7 - Smalls improvements
* e190b7b - Simpler handling of binding subscriptions
* 9cef981 - Filter tests improvements
* ff089ab - Cleaning the code for now unused functions
* ea35eab - CAN FD implementation
* b049485 - Adds more tests about writing on CAN bus
* 99682db - Rework writing CAN message on CAN buses.
* 37379a6 - Use newly generated cpp file with default encoders
* 3275f39 - Handle several can_frame in a BCM message
* 2daa033 - Adds a new function to build from a json_object.
* 6d52fb8 - Adjust "encoder" signature to fit cpp usage
* 731624a - Code format and style changes
* 4b9b30a - Update gitignore
* 5773aa8 - Added afb-helpers submodule
* 515e55e - Change .gitmodules following submodule migration
* d43fa62 - Migrate app-templates to CMake module
* 1b3655d - Migration to binding v3
* 3331cf9 - Updated app-templates submodule
* 9fd22ed - Change the project name
* 87962da - Use feature 'required-binding'
* 513cb7f - Use the unified script to launch tests
* 390745b - doc: Changed doc to new format
* 3e6d3fa - Reach fixture files in all cases.
Change-Id: I5134c716c480cbd68142cc35ce9ee68fe62e8886
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
* 3e6d3fa - Reach fixture files in all cases.
* 0171561 - Cleaning, set up binding version in config.cmake
Change-Id: I68878acbb1e737edbdf88afc5eac83248e56c52d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I7b4da62501ffdce89c76fdc66094410cb52412a3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I6639128b0942ee2218a897a3128bbb1e3218a9f3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Changes of agl-service-can-low-level:
* 0171561 Cleaning, set up binding version in config.cmake
* efa12f0 Use TEST app-templates labels
* e17d3ee Specify the API name to be tested
* ac574c3 Use dedicated API name for the test
Changes of agl-service-signal-composer:
* 8264bd8 - Missing API_NAME for the test widget
* fbdf29b - Fix: segfault at object addition
* 3d09d0c - Bump submodules
* 7697648 - Setup the project for afb-test framework
Depends-On: I9b4da627485ad16bc4ed925e97b3a8a320dd7238
Change-Id: Ic399f97ccfdaeec392f829f406222e8c955c19f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Fix build error due to wrong apidef header file generated.
Bugs-AGL: SPEC-1613
Change-Id: Ibf563c1b4ca872c746f673494d627099aa8c5b42
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Without this commit, the service CAN is displayed by the home screen.
But it shouldn't.
Change-Id: I3b3d854edcda2b337b8b55c7e3a5eba930e43c2d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
- Typo and comments
- Correctly destroy context avoiding waiting for nothing when
no CAN bus activity.
- New CAN sample to be used for the agl-vcar configuration example
- Detecting that engine is off and use it during diagnostic messages
subscription
- Run by default as a service
- Add tests
Change-Id: I69ffb7c7f493abdb07793547f5934742bceb8b24
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This is the last larger commit in this series and deals with the graphical part.
We introduce the graphical profiles:
- meta-agl-profile-graphical
-- meta-agl-profile-graphical-html5
-- meta-agl-profile-graphical-qt5
Notable changes:
- weston-ini-conf moved to the meta-agl-bsp layer. Most BSPs have bbappends, so we need to have the recipes present (but unused) even in the console images.
- new image: agl-image-boot = terminal-only + network + package-manaager. Ready for using package-feeds
- new image/sdk: agl-image-minimal-crosssdk
- agl-service-mediaplayer has a dependency on weston, thus it cannot be in the 'core'. Moved it to profile-graphical.
- The wayland-ivi-extension moved to the agl-demo-platform.
- The app-framework layer included and pulled 'web-runtime' as dependency. This broke console-only images. This has been moved to be in meta-agl-demo only for now.
- added and massaged the agl-features.
- found and added a useful script 'oe-depends-dot' that helps to work with the dot files (produced with bitbake -g)
Todo:
- we'll need another pass through the packagegroups. The dependencies for the layers/profiles are now sorted-out but we might have to add/shuffle a few packages.
For further details, see meta-agl/docs/profiles.md.
v2: fix meta-agl/meta-security/conf/layer.conf - the immediate expansion previously used in there caused some recipes not being added to BBFILES.
v3: fix packagegroup renaming (packagegroup-agl-devel -> packagegroup-agl-core-devel)
v4: fix missing packagegroup inclusion (tnx Jose, Scott, Stephane)
v5: fix missing packagegroup inclusion
v6: explicitely put profile-graphical-qt5 on-top of profile-graphical
v7: re-add 'procps' when agl-devel feature is on
Bug-AGL: SPEC-145
Change-Id: I24cdcd1118932758d0c55d333338238f2a770877
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|