diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-23 15:56:53 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-24 20:04:40 +0000 |
commit | e7668922c216d737b5e4744c27e5e61a709e5a86 (patch) | |
tree | 1d5cef415d1057301b7158870eec453ccd7dfa79 /meta-agl-profile-core/recipes-apis | |
parent | a42e4e02ed7b9bfba115e936ea4cb5278a04879e (diff) |
Signaling bindings: Bump for version FF.RC4
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>
Diffstat (limited to 'meta-agl-profile-core/recipes-apis')
4 files changed, 12 insertions, 6 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 90b1f0a1b..0b9be40ab 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,12 +7,12 @@ 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 = "16177cee48461c9d807c95bbb2519c63b2524d89" +SRCREV = "01715613f16113017529c51703f3e5d90918c4c5" -PV = "5.99.2+git${SRCPV}" +PV = "5.99.4+git${SRCPV}" S = "${WORKDIR}/git" RDEPENDS_${PN} = "dev-mapping" -inherit cmake aglwgt pkgconfig +inherit cmake aglwgt pkgconfig ptest diff --git a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/files/run-ptest b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/files/run-ptest new file mode 100644 index 000000000..cc9c41365 --- /dev/null +++ b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/files/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +afm-test /usr/AGL/apps/testwgt/low-can-service-test.wgt diff --git a/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb index e42476456..065ea4aee 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb @@ -6,14 +6,14 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -inherit cmake pkgconfig aglwgt +inherit cmake pkgconfig aglwgt ptest DEPENDS += "lua lua-native" RDEPENDS_${PN} += "lua" SRC_URI = "gitsm://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "7f15ef65f420179b606f136ed805fae9d320b321" +SRCREV = "fbdf29b8af47f567f472a459842d262e8abf5b9c" -PV = "5.99.2+git${SRCPV}" +PV = "5.99.4+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/files/run-ptest b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/files/run-ptest new file mode 100644 index 000000000..49187ad85 --- /dev/null +++ b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/files/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +afm-test /usr/AGL/apps/testwgt/signal-composer-test.wgt |