mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-26 18:58:20 +01:00
remove example package, add QT parameters to default profile
This commit is contained in:
parent
0c0186bcaa
commit
2ef30f7403
@ -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
|
||||
}
|
@ -31,7 +31,6 @@ IMAGE_INSTALL:append = "libcurl \
|
||||
libsdl2-image \
|
||||
libsdl2-mixer \
|
||||
libsdl2-net \
|
||||
example \
|
||||
htop \
|
||||
waveshare-2.8-lcd \
|
||||
realtekfw \
|
||||
|
Loading…
Reference in New Issue
Block a user