Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 TQ-Systems GmbH <oss@ew.tq-group.com>,
|
||||
# D-82229 Seefeld, Germany.
|
||||
# Author: Markus Niebel
|
||||
|
||||
PACKAGECONFIG:append:class-target = " examples"
|
||||
@@ -0,0 +1,34 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 TQ-Systems GmbH <oss@ew.tq-group.com>,
|
||||
# D-82229 Seefeld, Germany.
|
||||
# Author: Markus Niebel
|
||||
|
||||
PACKAGECONFIG:append:class-target = " examples"
|
||||
|
||||
# From meta-freescale: linuxfb missing in meta-freescale for imx91 / imx93
|
||||
# current linuxfb plugin can handle DRM framebuffer, too
|
||||
PACKAGECONFIG_GRAPHICS:imxpxp += "\
|
||||
linuxfb \
|
||||
"
|
||||
|
||||
# From meta-freescale: we want eglfs QPA plugin even when we have wayland
|
||||
# and / or X11. This way we can use this for testing without display server
|
||||
# based on MACHINEOVERRIDES for imx:
|
||||
PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d += "eglfs"
|
||||
|
||||
# From meta-freescale: we want eglfs and linuxfb QPA plugin even when we have
|
||||
# wayland and / or X11. This way we can use this for testing without
|
||||
# display server
|
||||
PACKAGECONFIG_GRAPHICS:use-mainline-bsp += "\
|
||||
linuxfb \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs', '', d)} \
|
||||
"
|
||||
|
||||
# collect everything we expect from libs on system
|
||||
# it is better to use these libs than to rely on the builtin versions
|
||||
# if Qt provides such.
|
||||
PACKAGECONFIG_SYSTEM += "\
|
||||
mtdev \
|
||||
tslib \
|
||||
"
|
||||
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 TQ-Systems GmbH <oss@ew.tq-group.com>,
|
||||
# D-82229 Seefeld, Germany.
|
||||
# Author: Markus Niebel
|
||||
|
||||
PACKAGECONFIG:append:class-target = " examples"
|
||||
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 TQ-Systems GmbH <oss@ew.tq-group.com>,
|
||||
# D-82229 Seefeld, Germany.
|
||||
# Author: Markus Niebel
|
||||
|
||||
PACKAGECONFIG:append:class-target = " examples"
|
||||
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 TQ-Systems GmbH <oss@ew.tq-group.com>,
|
||||
# D-82229 Seefeld, Germany.
|
||||
# Author: Markus Niebel
|
||||
|
||||
PACKAGECONFIG:append:class-target = " examples"
|
||||
Reference in New Issue
Block a user