Files
tqma6-yocto-mirror/sources/meta-tq/meta-dumpling/recipes-graphics/wayland/weston-init.bbappend
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

20 lines
619 B
Plaintext

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"