1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-11-08 06:28:23 +01:00
meta-rpi-diya/recipes-core/base-files/base-files_%.bbappend

10 lines
221 B
Plaintext
Raw Normal View History

hostname = "diya"
do_install:append () {
cat << EOF >> "${D}${sysconfdir}/profile"
# QT related setting
2023-07-24 10:39:29 +02:00
export QT_QPA_PLATFORM=wayland-egl
2023-07-24 11:34:47 +02:00
export XDG_RUNTIME_DIR=/run/user/1000
2023-07-24 10:36:07 +02:00
# export QT_QPA_EGLFS_ROTATION=90
EOF
}