summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-12-17SPEC-3723: restructure meta-aglJan-Simon Moeller1-23/+0
Goal is to reach a minimal meta-agl-core as base for IVI and IC work at the same time. Trim dependencies and move most 'demo' related recipes to meta-agl-demo. v2: changed to bbapend + .inc , added description v3: testbuild of all images v4: restore -test packagegroup and -qa images, compare manifests and adapt packagegroups. v5: rebased v6: merged meta-agl-distro into meta-agl-core, due to dependency on meta-oe, moved -test packagegroup and -qa images to own layer meta-agl-core-test v7: Fixed comments from Paul Barker v8: Update the markdown files v9: restore wayland/weston/agl-compositor recipes/appends, reworked to move app f/w specific changes to bbappends in meta-app-framework and only demo specific weston-init changes to meta-agl-demo v10: fix s/agldemo/aglcore/ missed in weston-init.bbappend Description: This patch is part 1 out of 2 large patches that implement the layer rework discussed during the previous workshop. Essentially meta-agl-core is the small but versatile new core layer of AGL serving as basis for the work done by the IC and IVI EGs. All demo related work is moved to meta-agl-demo in the 2nd patchset. This should be applied together as atomic change. The resulting meta-agl/* follows these guidelines: - only bsp adaptations in meta-agl-bsp - remove the agl-profile-* layers for simplicity -- the packagegroup-agl(-profile)-graphical and so on have been kept in meta-agl-demo - meta-agl-profile-core is now meta-agl-core - meta-agl-core does pass yocto-check-layer -- therefore use the bbappend + conditional + .inc file construct found in meta-virtualization - meta-agl/meta-security has been merged into meta-agl/meta-app-framework - meta-netboot does pass yocto-check-layer - meta-pipewire does pass yocto-check-layer Migration: All packagegroups are preserved but they're now enabled by 'agl-demo'. Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia6c6e5e6ce2b4ffa69ea94959cdc57c310ba7c53 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25769
2020-08-20Enable J1939 support for qemu machinesScott Murray1-0/+4
Tweak the can-bus.cfg kernel configuration fragment to set CONFIG_CAN_J1939, and add an over-ride in the agl-service-can-low-level recipe to enable J1939 support on qemu platforms where we know we have a 5.4 kernel where it will work. Bug-AGL: SPEC-3538 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I16e77a70794dd79ac37139dd19b15a9e131cbf3e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25139 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2019-12-30Update dependencies of agl-service-can-low-levelJan-Simon Moeller1-1/+1
The upcoming changes require a new dependency to be added to the recipe. Bug-AGL: SPEC-3078 . Change-Id: Iaf1954075903fcbbf414f024fce7b521e00c9017 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2019-12-30dev-mapping: Add RPROVIDES mechanismScott Murray1-1/+1
Add RPROVIDES and PREFFERED_RPROVIDER definitions to define a new virtual/low-can-dev-mapping runtime package dependency that will enable providing a different device mapping configuration for demo setups. Bug-AGL: SPEC-3076 Change-Id: I73d253a0a1285dd4576bb3b5bf04568c3d05e60c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-11-28can-low-level: bump version to get latest changesRomain Forlot1-1/+1
Be in sync with the low-can-generator. Update the version of the binding wih the following changes: 42163fc Add steering wheel LIN message signal definitions 069aa21 refactor(config.xml.in):Replace required api with required binding 9402835 Update documentation ccf35c0 Remove file socketcan-j1939 that was not removed before f83aef5 Remove in function convert_from_addr, the variable flags was not used 4c8485a Remove in function rx_filter_can, the variable val was not used 491c4d4 Add new decoders bytes for signal of long size 96232f8 Change signature of decoders 6d6b880 Add some typedef to reduce the size of the lines d489919 Change vector to list to allow to remove signal. b9b4580 Update bit position and bit size in signal b8e8186 Add feature ISO TP (multi frames and peer to peer) 7f038fe Replace all enum types with masks 6208328 Update function tx_send for multi frame prevision 7656fad Only defined signals can be written 59bffa4 Update function rx_filter_can for multi frame prevision. 5d0fe05 Change function get_bcm_msg to return a reference. fa8c188 Move attributes flags and maxdlen f516a12 Add function remove last bcm frame ff6e251 Add many frames in a subscription in the function tx_send. f5997f7 Add function to convert vector to canfd or can frame. 4216b5e Add function get_data_vector with index 4693c2e Update function to encode and decode message 9230028 Update j1939 decode with function to_hex 3d8c045 Add file converter to manage all conversions 4bc8984 Uniform indentation with tabulation 08a4337 Fix: only one subscription could be made Bug-AGL: SPEC-2976 Change-Id: I4f813b634421c781dbe34190417febc69336c649 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-06-19agl-service-ca-low-level: run at platform scopeJosé Bollo1-1/+1
Integrate running at platform scope. Bug-AGL: SPEC-2006 Change-Id: I7d47512c0f7b29f91be9c18144400b02f62b562f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-03-25meta-agl-profile-core: recipes-apis: agl-service-can-low-level: bump SRCREVraquel medina1-1/+1
Bug-AGL: SPEC-2164 Change-Id: Ic2ca171ad57806003438d46ec723c5f19619df40 Signed-off-by: raquel medina <raquel.medina@konsulko.com>
2019-03-16meta-agl-profile-core: recipes-apis: remove git submodules from SRC_URIMatt Ranostay1-1/+2
Building now is done with respective SDK dependencies and not with git submodules, so gitsm:// can be changed to git:// Bug-AGL: SPEC-2268 Change-Id: I4ac5ceea55cfb98c302396948acbbf9271036183 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-20Bump agl-service-can-low-levelRomain Forlot1-1/+1
* 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>
2018-09-27Bump agl-service-can-low-level revisionRomain Forlot1-1/+1
* 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>
2018-09-27can-low-level: Set version from AGLVERSIONRomain Forlot1-1/+1
Change-Id: I7b4da62501ffdce89c76fdc66094410cb52412a3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-09-09Update low-can, signal-composer version labelRomain Forlot1-1/+1
Change-Id: I6639128b0942ee2218a897a3128bbb1e3218a9f3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-24Signaling bindings: Bump for version FF.RC4Romain Forlot1-3/+3
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>
2018-07-25agl-service-can-low-level: bump revision.Romain Forlot1-2/+2
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>
2018-07-17agl-service-can-low-level: Remove low-can-service from homescreenJosé Bollo1-1/+1
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>
2018-07-11Bump low-can versionRomain Forlot1-2/+2
- 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>
2018-05-313rd part of the layer/profile rework [1/2]Jan-Simon Möller1-0/+18
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>