- 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)
58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
# Copyright (C) 2013 Eric Bénard - Eukréa Electromatique
|
|
# Copyright (C) 2016 Freescale Semiconductor
|
|
# Copyright (C) 2016, 2017 O.S. Systems Software LTDA.
|
|
# Copyright (C) 2017-2018 NXP
|
|
|
|
PACKAGECONFIG_GRAPHICS:imxpxp = " \
|
|
gles2"
|
|
PACKAGECONFIG_GRAPHICS:imxgpu2d = " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)} \
|
|
${PACKAGECONFIG_GRAPHICS_IMX_GPU}"
|
|
PACKAGECONFIG_GRAPHICS:imxgpu3d = " \
|
|
gles2 \
|
|
${PACKAGECONFIG_GRAPHICS_IMX_GPU}"
|
|
PACKAGECONFIG_GRAPHICS_IMX_GPU = ""
|
|
PACKAGECONFIG_GRAPHICS_IMX_GPU:mx8-nxp-bsp = " \
|
|
gbm kms"
|
|
PACKAGECONFIG_GRAPHICS_IMX_GPU:mx95-nxp-bsp = " \
|
|
gbm kms"
|
|
|
|
PACKAGECONFIG_GRAPHICS:use-mainline-bsp ?= " \
|
|
gles2 gbm kms"
|
|
|
|
PACKAGECONFIG += " \
|
|
${PACKAGECONFIG_PLATFORM}"
|
|
|
|
PACKAGECONFIG_PLATFORM = ""
|
|
PACKAGECONFIG_PLATFORM:imxgpu2d = " \
|
|
no-opengl \
|
|
linuxfb \
|
|
${PACKAGECONFIG_PLATFORM_EGLFS}"
|
|
PACKAGECONFIG_PLATFORM:imxgpu3d = " \
|
|
${PACKAGECONFIG_PLATFORM_EGLFS}"
|
|
|
|
PACKAGECONFIG_PLATFORM_EGLFS = ""
|
|
PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d = " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
|
|
bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
|
|
'eglfs', d), d)}"
|
|
PACKAGECONFIG_PLATFORM_EGLFS:mx8-nxp-bsp = " \
|
|
eglfs"
|
|
|
|
PACKAGECONFIG_PLATFORM:use-mainline-bsp = " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}"
|
|
|
|
PACKAGECONFIG += " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '${PACKAGECONFIG_WAYLAND}', '', d)}"
|
|
PACKAGECONFIG_WAYLAND = "wayland"
|
|
|
|
PACKAGECONFIG += " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}"
|
|
PACKAGECONFIG_VULKAN = ""
|
|
PACKAGECONFIG_VULKAN:imxgpu = " \
|
|
${PACKAGECONFIG_VULKAN_IMX_GPU}"
|
|
PACKAGECONFIG_VULKAN_IMX_GPU = ""
|
|
PACKAGECONFIG_VULKAN_IMX_GPU:mx8-nxp-bsp = "vulkan"
|
|
PACKAGECONFIG_VULKAN_IMX_GPU:mx95-nxp-bsp = "vulkan"
|
|
PACKAGECONFIG_VULKAN_IMX_GPU:mx8mm-nxp-bsp = ""
|