diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | e2bb49124f6f25477dd9056802199a5e74ad7463 (patch) | |
| tree | 68b0796b681124e727ffaad5f0f1779113f1032a | |
| parent | 45561574118d55ab40e949371377847f86cb78b5 (diff) | |
| download | meta-freescale-e2bb49124f6f25477dd9056802199a5e74ad7463.tar.gz | |
packagegroup-imx-tools-audio: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all
recipe content into a single layer. meta-freescale-distro is becoming a
thin backward-compatibility layer that only keeps the distro definitions
for the wrynose LTS lifetime and is no longer used for recipe development.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb new file mode 100644 index 000000000..54a428fdf --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | # Copyright (C) 2015 Freescale Semiconductor | ||
| 2 | # Copyright (C) 2015 O.S. Systems Software LTDA. | ||
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 4 | |||
| 5 | SUMMARY = "Set of audio tools for inclusion on images" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | ||
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 9 | |||
| 10 | inherit packagegroup | ||
| 11 | |||
| 12 | ALSA_INSTALL = " \ | ||
| 13 | alsa-utils \ | ||
| 14 | alsa-tools \ | ||
| 15 | " | ||
| 16 | |||
| 17 | PULSEAUDIO_INSTALL = " \ | ||
| 18 | pulseaudio-server \ | ||
| 19 | pulseaudio-module-cli \ | ||
| 20 | pulseaudio-misc \ | ||
| 21 | pulseaudio-module-device-manager \ | ||
| 22 | ${@bb.utils.contains('DISTRO_FEATURES',"x11", "pulseaudio-module-x11-xsmp \ | ||
| 23 | pulseaudio-module-x11-publish \ | ||
| 24 | pulseaudio-module-x11-cork-request \ | ||
| 25 | pulseaudio-module-x11-bell \ | ||
| 26 | consolekit", \ | ||
| 27 | "", d)} \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RDEPENDS:${PN} = " \ | ||
| 31 | ${@bb.utils.contains("DISTRO_FEATURES", "alsa", "${ALSA_INSTALL}", "", d)} \ | ||
| 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pulseaudio", "${PULSEAUDIO_INSTALL}", "", d)} \ | ||
| 33 | " | ||
