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,19 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://wayland_display.sh"
|
||||
|
||||
do_install:append() {
|
||||
install -Dm0755 ${WORKDIR}/wayland_display.sh ${D}${sysconfdir}/profile.d/wayland_display.sh
|
||||
|
||||
# Disable blanking the screen on idle
|
||||
sed -i -e '/^\[core\]/a idle-time=0' ${D}${sysconfdir}/xdg/weston/weston.ini
|
||||
}
|
||||
|
||||
FILES:${PN} += "\
|
||||
${sysconfdir}/profile.d/wayland_display.sh \
|
||||
"
|
||||
|
||||
# When using imx-gpu-viv to 6.4.11.p1.2 the option changed to boolean
|
||||
# Applies only to i.MX8 as i.MX6 uses different driver,
|
||||
# thus requiring 'use-g2d=1'
|
||||
INI_UNCOMMENT_USE_G2D:mx8-nxp-bsp:imxgpu2d = "use-g2d=true"
|
||||
Reference in New Issue
Block a user