summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-binder
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-07-24 15:56:36 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-25 09:15:31 +0000
commit56019433f78c5351ec3acf2b56ac9eddfaa19899 (patch)
treed99516da566baf55a14ebfed76585b04de098309 /meta-app-framework/recipes-core/af-binder
parenta0a20cb8ffa9220a714c1988356182409f85e2a4 (diff)
af-main: Install debugging features when agl-devel
When agl-devel is required, installs the debugging feature needed by XDS. Also, improves AGL_DEVEL setting of af-binder. Bug-AGL: SPEC-659 Change-Id: Ia824425bbc0e055866b184f1899a2f0432d4618d Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10335 ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
index dbde967da..3ca6fb3e5 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
@@ -22,6 +22,7 @@ S = "${WORKDIR}/git"
inherit cmake pkgconfig
+EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1"
CFLAGS_append_agl-devel = " -DAGL_DEVEL"
pkg_postinst_${PN}() {