diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-06-05 14:48:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-07 10:44:23 +0000 |
commit | 4cda9a18e7a49df5507d79c074ef1ff39ccb62ce (patch) | |
tree | 6e81887c532e5644e9a73f727d3f9d490cd4764d /meta-audio-4a-framework/recipes-multimedia/4a-hal-generic | |
parent | 450f9c8293a6923c4a071c890ad7f51a4f7bd4d5 (diff) |
First recipes for 4a-hal-generic and 4a-softmixer
During the F2F we're working on the integration of these two
as a preview and getting it into ppl's hands.
Change-Id: I5392664e1736b4505bf72cf3424e8372aa4a10b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
(cherry picked from commit cf3716a3089b00279673cdc3f1cf65e741a7ae54)
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-hal-generic')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb new file mode 100644 index 00000000..7d799c29 --- /dev/null +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "4A - Generic HAL" +DESCRIPTION = "Generic HAL in 4A (AGL Advanced Audio Agent)" +HOMEPAGE = "https://github.com/iotbzh/4a-hal-generic/" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10" + +SRC_URI = "gitsm://github.com/iotbzh/4a-hal-generic;protocol=https;branch=rc1" + +SRCREV = "b66e65b1b3c6981cfefd5ba42dcc6acce7d40696" +##SRCREV = "${AUTOREV}" + +DEPENDS += "lua" + +PV = "0.1+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit afb-system-cmake + +# FIXME: +#FILES_${PN}-dev += "${INSTALL_PREFIX}/4a-hal/htdocs" +#FILES_${PN} += "${INSTALL_PREFIX}/afb-aaaa" +#FILES_${PN} += "${INSTALL_PREFIX}/lib" |