- 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)
17 lines
649 B
Plaintext
17 lines
649 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI:append:imx-nxp-bsp = " file://0001-launch-allow-pipewire-pulse-can-be-started-by-root.patch"
|
|
|
|
SYSTEMD_AUTO_ENABLE:imx-nxp-bsp = "disable"
|
|
|
|
DEPENDS:append:mx95-nxp-bsp = " libdrm"
|
|
|
|
PACKAGECONFIG:remove:mx6-nxp-bsp = "gstreamer"
|
|
PACKAGECONFIG:remove:mx7-nxp-bsp = "gstreamer"
|
|
PACKAGECONFIG:remove:mx8-nxp-bsp = "gstreamer"
|
|
PACKAGECONFIG:remove:mx93-nxp-bsp = "gstreamer"
|
|
PACKAGECONFIG:class-target:append:imx-nxp-bsp = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez-lc3', '', d)}"
|
|
|
|
# FIXME: Needs to qualify on PACKAGECONFIG
|
|
SYSTEMD_SERVICE:${PN}-pulse = "pipewire-pulse.service"
|