imx-alsa-plugins: convert to bbappend
The base recipe is in meta-freescale Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
90a664b4ad
commit
bb82f40238
|
|
@ -1,37 +0,0 @@
|
|||
# Copyright 2013-2016 Freescale Semiconductor
|
||||
# Copyright 2017-2021 NXP
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "Freescale alsa-lib plugins"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
SECTION = "multimedia"
|
||||
DEPENDS = "alsa-lib"
|
||||
|
||||
# For backwards compatibility
|
||||
PROVIDES += "fsl-alsa-plugins"
|
||||
RREPLACES:${PN} = "fsl-alsa-plugins"
|
||||
RPROVIDES:${PN} = "fsl-alsa-plugins"
|
||||
RCONFLICTS:${PN} = "fsl-alsa-plugins"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit autotools pkgconfig use-imx-headers
|
||||
|
||||
IMXALSA_SRC ?= "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https"
|
||||
SRCBRANCH = "MM_04.06.03_2110_L5.10.y"
|
||||
|
||||
SRC_URI = "${IMXALSA_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "cde60d68ab2acee913dbfacb8aabb53d87dd3e38"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
INCLUDE_DIR = "-I${STAGING_INCDIR_IMX}"
|
||||
|
||||
EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}""
|
||||
|
||||
INSANE_SKIP:${PN} = "dev-so"
|
||||
|
||||
FILES:${PN} += "${libdir}/alsa-lib/libasound_*.so"
|
||||
FILES:${PN}-dbg += "${libdir}/alsa-lib/.debug"
|
||||
FILES:${PN}-dev += "${libdir}/alsa-lib/*.la"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Copyright (C) 2022 Digi International
|
||||
|
||||
SRCBRANCH = "MM_04.07.00_2205_L5.15.y"
|
||||
SRCREV = "0f32bca96f7027c0c1145b27d1790541d34fb84c"
|
||||
|
||||
PACKAGECONFIG:append:mx8-nxp-bsp = " swpdm"
|
||||
PACKAGECONFIG[swpdm] = "--enable-swpdm,--disable-swpdm,imx-sw-pdm"
|
||||
Loading…
Reference in New Issue