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

Compare commits

...

1 Commits

Author SHA1 Message Date
2ef30f7403 remove example package, add QT parameters to default profile 2023-07-19 22:45:13 +02:00
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
}

View File

@ -31,7 +31,6 @@ IMAGE_INSTALL:append = "libcurl \
libsdl2-image \
libsdl2-mixer \
libsdl2-net \
example \
htop \
waveshare-2.8-lcd \
realtekfw \