- 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)
22 lines
601 B
BlitzBasic
22 lines
601 B
BlitzBasic
# Copyright 2020,2023 NXP
|
|
|
|
DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library"
|
|
LICENSE = "Proprietary"
|
|
SECTION = "multimedia"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
|
|
|
|
SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
|
|
SRC_URI[sha256sum] = "f778a7b785fc500df5573f5b810a190ddc561267b47ca54b9ddf4ae12571cfe3"
|
|
|
|
inherit fsl-eula-unpack autotools pkgconfig
|
|
|
|
INSANE_SKIP:${PN} = "already-stripped"
|
|
|
|
FILES:${PN} += "${datadir}/imx-mm"
|
|
|
|
COMPATIBLE_MACHINE = "(mx8-nxp-bsp)"
|
|
|
|
INSANE_SKIP:append:libc-musl = " file-rdeps"
|
|
|
|
RDEPENDS:${PN}:append:libc-musl = " gcompat"
|