1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-16 15:26:39 +02:00
meta-rpi-diya/recipes-core/base-files/base-files_%.bbappend
2023-07-24 11:55:00 +02:00

10 lines
223 B
Plaintext

hostname = "diya"
do_install:append () {
cat << EOF >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=wayland-egl
# export XDG_RUNTIME_DIR=/run/user/1000
# export QT_QPA_EGLFS_ROTATION=90
EOF
}