diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-09-07 09:46:55 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-09 14:37:20 +0000 |
commit | bce13c2ccfb3fc1edf29156c5b348e7d50ae59da (patch) | |
tree | 5ef19cf376919e21fba9cd3f5ea7e5ef07c4c696 | |
parent | 6a189ca290453ec5a596fcc0e20516f2b72a4dcd (diff) |
af-binder & af-main: Update to version 5.99.FFRC6
This includes the following binder changes (from newer to older):
* 29f544b afb-apiset: fixed the error message upon api open.
* 8647a34 afb-session: Use ad-hoc pseudo-random uuid
* d3edd5f VERSION 5.99.FFRC6
* 72385ab main-afb-daemon: Export API after initialization
* 408acbd app-framework-binder doc: Changed doc to fit new format.
* a02a162 Allow choice to trap or not program faults
* 5dd7df3 main-afb-daemon: Set AFB_ROOTDIR and AFB_WORKDIR in environment
* 8706522 afb-hook-flags: Fix a compilation warning
Bug-AGL: SPEC-1655
Bug-AGL: SPEC-1724
Bug-AGL: SPEC-1694
Change-Id: I3d7b191322e6fbea94ea7345979f3b80da988d8c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index f115989c3..cca794db7 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "8aac4b82fa18fe6f0feacac86fdde3d78b19cd18" +SRCREV = "29f544ba5fa53407575b549c1d3b0a4e2619af8f" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index da1780bfb..82489488e 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "bb3a30a0e517fda1a4c282a7b1fcdf95c85f5c1c" +SRCREV = "c152727a73c55782b6ffb65add51d03da5ff8e3b" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |