1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +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
}

View File

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