diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-14 14:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-14 14:27:57 +0000 |
commit | 13daf7ef923646b827cb192f35498c128bb59289 (patch) | |
tree | 987401dbd64e2d716183ed82bb0570f839a64933 /meta-audio-4a-framework/recipes-multimedia | |
parent | 2c0e20b234ec1da0a052c06fbf9280328b192953 (diff) | |
parent | e7bd4ec7f0ffe175748a66e4459d477a36b186cb (diff) |
Merge "meta-audio-4a-framework: remove unused recipes" into eel
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-community/4a-hal-community_git.bb | 23 | ||||
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-reference/4a-hal-reference_git.bb | 28 |
2 files changed, 0 insertions, 51 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-community/4a-hal-community_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-community/4a-hal-community_git.bb deleted file mode 100644 index 80bd6be8..00000000 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-community/4a-hal-community_git.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "4A - Community HALs" -DESCRIPTION = "HALs maintained by AGL Community for 4A (AGL Advanced Audio Agent)" -HOMEPAGE = "https://git.automotivelinux.org/src/4a-hal-community/" -SECTION = "apps" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-community;protocol=https;branch=${AGL_BRANCH}" - -SRCREV = "${AGL_APP_REVISION}" - -PV = "0.1+git${SRCPV}" -S = "${WORKDIR}/git" - -inherit afb-system-cmake - -#Select Here your HAL -EXTRA_OECMAKE += " -DHAL_JABRA=1" - -FILES_${PN}-dev += "${INSTALL_PREFIX}/afb-aaaa/htdocs" -FILES_${PN} += "${INSTALL_PREFIX}/afb-aaaa" -FILES_${PN} += "${INSTALL_PREFIX}/lib" diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-reference/4a-hal-reference_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-reference/4a-hal-reference_git.bb deleted file mode 100644 index 7629b69d..00000000 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-reference/4a-hal-reference_git.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "4A - Reference HALs" -DESCRIPTION = "HALs used for Reference boards in 4A (AGL Advanced Audio Agent)" -HOMEPAGE = "https://git.automotivelinux.org/src/4a-hal-reference/" -SECTION = "apps" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-reference;protocol=https;branch=${AGL_BRANCH}" - -SRCREV = "${AGL_APP_REVISION}" - -PV = "0.1+git${SRCPV}" -S = "${WORKDIR}/git" - -inherit afb-system-cmake - -EXTRA_OECMAKE += "-DHAL_USB_DEVICE=1" - -# Select platform specific additional HAL(s) -EXTRA_OECMAKE_append_x86-64 = " -DHAL_INTEL_HDA=1" -# Mark as specific to M3 -PACKAGE_ARCH_m3ulcb = "${MACHINE_ARCH}" -EXTRA_OECMAKE_append_m3ulcb = " -DHAL_RCAR-M3=1" - -FILES_${PN}-dev += "${INSTALL_PREFIX}/afb-aaaa/htdocs" -FILES_${PN} += "${INSTALL_PREFIX}/afb-aaaa" -FILES_${PN} += "${INSTALL_PREFIX}/lib" |