- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
27 lines
1.0 KiB
BlitzBasic
27 lines
1.0 KiB
BlitzBasic
# Copyright 2018-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"
|
|
|
|
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"
|
|
|
|
# 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"
|
|
|
|
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)"
|