diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-19 10:50:54 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 20:06:35 +0000 |
commit | 13b95b872e8b5b177199e2317acc13ac65198a91 (patch) | |
tree | bf0dc7ed0839f6e98d5bf823e3563a366d4981be /meta-agl-profile-core | |
parent | 9f26f8bd14ea9f889be0c21657dfab4532fc9ef3 (diff) |
Bump agl-service-can-low-level
* 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>
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb index e10a3e085..a16ffcb2c 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3e6d3fa8be349b40d6fd03d198b5e033cc7719e2" +SRCREV = "97a08a7e37835f0e8619d22c83243bee26a2bff2" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |