summaryrefslogtreecommitdiffstats
path: root/libs
AgeCommit message (Collapse)AuthorFilesLines
2018-07-09Add testssandbox/excale/wipRomain Forlot1-3/+3
Create first tests to be used with afb-test binding The test binding is now found using pkg-config command. Change-Id: Ib1cd08236b6b8fab93ccb67ac613a9c83908d12e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-29Deprecate cmake variables not usefulRomain Forlot1-3/+3
Mechanism to build 3rdparty external libs isn't unique and should not be handled by app-templates Change-Id: Ib8a030184820da6577fa37f74331aaf7d6155916 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-21-0/+45591
Change-Id: Id94831651c3266861435272a6e36c7884bef2c45 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot6-67/+0
Each projects, binder and generator, has to be compiled separatly. CAN-binder will host high and low level binding CAN-config-generator only the generator used for low level binding. build.sh script just launch both build in their respective dir. Change-Id: Ic77932660fcca507b23a631d4e4e790f608880ae Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-04-14Cleaning CMAkeRomain Forlot1-12/+10
Change-Id: I4efb09946474fadcf41cf9d04ad0f462ae4d0704 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-04-14Update CMake logic making external libs globalRomain Forlot6-0/+69
Each external libraries is a target that can be linked to a target project. Change-Id: I4564eaa1c96c877c42f2a420599e27279f48d378 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-14Move sources into src directoryRomain Forlot4-34/+0
make some cleaning Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-13Added bitfield-c libraryRomain Forlot2-0/+16
Change-Id: Ied7e4819b2568205f0790751d5b753e321275990 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-01-20Added nanopb submodule instead of having it insideRomain Forlot1-0/+9
openxc-message-format. Change-Id: Ic5a0a95e9fbf575acee5f800b23e39cb1bf8de5c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-01-17Change read function and some clean upRomain Forlot1-0/+9
TODO: parse can_message read and put it into an opencx_CanMessage... Change-Id: Idbadcd7b34c1bb63eb6ae31a4588cdde873d7a1c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
>= "file://LICENSE.txt;md5=88dc1c98120259ae67b82222d7aff5c1" SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master" SRCREV = "56fcc3215e9a7e0a4576c1bcc544ec9aad2d937f" SRC_URI += "file://bluez-alsa.service" S = "${WORKDIR}/git" DEPENDS += "alsa-lib bluez5 systemd glib-2.0 sbc" PACKAGECONFIG[aac] = "--enable-aac, --disable-aac, " PACKAGECONFIG[aptx] = "--enable-aptx,--disable-aptx," PACKAGECONFIG[ofono] = "--enable-ofono, --disable-ofono," inherit autotools pkgconfig inherit systemd SYSTEMD_AUTO_ENABLE = "enable" SYSTEMD_SERVICE_${PN} = "bluez-alsa.service" PACKAGECONFIG += "ofono" # enable debug tools in devel images PACKAGECONFIG[hcitop] = "--enable-hcitop, --disable-hcitop, libbsd ncurses" PACKAGECONFIG[rfcomm] = "--enable-rfcomm, --disable-rfcomm," PACKAGECONFIG_append_agl-devel = " hcitop rfcomm" do_install_append () { install -d ${D}${base_libdir}/systemd/system install -m 0644 ${WORKDIR}/bluez-alsa.service ${D}${base_libdir}/systemd/system } FILES_${PN} += "\ ${datadir}/alsa/alsa.conf.d/20-bluealsa.conf\ ${libdir}/alsa-lib/libasound_module_ctl_bluealsa.so\ ${libdir}/alsa-lib/libasound_module_pcm_bluealsa.so\ "