1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-02-24 01:22:48 +01:00

9 lines
175 B
Plaintext

hostname = "diya"
do_install:append () {
cat << EOF >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=eglfs
export QT_QPA_EGLFS_ROTATION=90
EOF
}