mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
27 lines
1.0 KiB
BlitzBasic
27 lines
1.0 KiB
BlitzBasic
# Copyright 2018-2021,2023 NXP
|
|
|
|
DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP"
|
|
LICENSE = "Proprietary"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
|
|
|
|
inherit fsl-eula-unpack autotools pkgconfig
|
|
|
|
SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
|
|
|
|
SRC_URI[sha256sum] = "fa30f3e1b13e570d7c6f0a5f335c11fc3c6336a266fd3a4941e27c4c2a5b13d3"
|
|
|
|
# Fix strip command failed: 'Unable to recognise the format of the input file'
|
|
INHIBIT_PACKAGE_STRIP = "1"
|
|
INHIBIT_SYSROOT_STRIP = "1"
|
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|
INSANE_SKIP:${PN} = "arch dev-so ldflags"
|
|
|
|
EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp"
|
|
EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp"
|
|
EXTRA_OECONF:append:mx8dx-nxp-bsp = " --enable-imx8qmqxp"
|
|
EXTRA_OECONF:append:mx8mp-nxp-bsp = " --enable-imx8m"
|
|
EXTRA_OECONF:append:mx8ulp-nxp-bsp = " --enable-imx8ulp"
|
|
|
|
FILES:${PN} += "${libdir}/imx-mm/audio-codec/dsp ${datadir}/imx-mm"
|
|
COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp|mx8mp-nxp-bsp|mx8ulp-nxp-bsp)"
|