mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-01 21:50:55 +02:00
remove example package, add QT parameters to default profile
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user