summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-kernel/linux
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-09 12:41:57 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-09 22:18:29 +0000
commitf00e6dcbdca7f102d33134aebd9463abad48a77a (patch)
tree7b96a8db66d634fa1c653c91bd69ae261f78fc41 /meta-agl-bsp/recipes-kernel/linux
parent385616e4ca588ecf403823f96573f04048c5450a (diff)
Bump poky-agl.conf post release
Change-Id: Ib87b6ba6cccd56bb85b3c2086fc10227beaeffbc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11779 Reviewed-by: Thomas Rini <trini@konsulko.com> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions
modules : [ 'thread', 'filesystem', 'program_options', 'log', 'system' ]) openssl_dep = dependency('openssl') thread_dep = dependency('threads') wp_dep = dependency('wireplumber-0.4') src = [ 'vis-config.cpp', 'vis-session.cpp', 'audiomixer-service.cpp', 'audiomixer.c', 'main.cpp' ] executable('agl-service-audiomixer', src, dependencies: [boost_dep, openssl_dep, thread_dep, systemd_dep, wp_dep], install: true, install_dir : get_option('sbindir'))