Signaling bindings: Bump for version FF.RC4 85/16285/4
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 23 Aug 2018 15:56:53 +0000 (15:56 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 24 Aug 2018 20:04:40 +0000 (20:04 +0000)
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>
meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb
meta-agl-profile-core/recipes-apis/agl-service-can-low-level/files/run-ptest [new file with mode: 0644]
meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb
meta-agl-profile-core/recipes-apis/agl-service-signal-composer/files/run-ptest [new file with mode: 0644]

index 90b1f0a..0b9be40 100644 (file)
@@ -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 (file)
index 0000000..cc9c413
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+afm-test /usr/AGL/apps/testwgt/low-can-service-test.wgt
index e424764..065ea4a 100644 (file)
@@ -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 (file)
index 0000000..49187ad
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+afm-test /usr/AGL/apps/testwgt/signal-composer-test.wgt