1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 05:31:02 +02:00

remove example package, add QT parameters to default profile

This commit is contained in:
DanyLE
2023-07-19 22:45:13 +02:00
parent 0c0186bcaa
commit 2ef30f7403
2 changed files with 9 additions and 2 deletions

View File

@ -1 +1,9 @@
hostname = "diya"
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
}