1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-03 05:56:39 +02:00

remove qt support

This commit is contained in:
DanyLE 2023-07-26 15:02:10 +02:00
parent a07bff36fc
commit 1e68858b43
2 changed files with 1 additions and 9 deletions

View File

@ -3,7 +3,7 @@ hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=wayland-egl
export GDK_BACKEND=wayland
export XDG_RUNTIME_DIR=/home/$USER/.xdg
export PATH=$PATH:/home/$USER/bin
if [ ! -e "$XDG_RUNTIME_DIR" ]; then

View File

@ -1,5 +1,4 @@
inherit extrausers
inherit populate_sdk_qt5
KERNEL_DEVICETREE:append = "${@bb.utils.contains('RPI_USE_wS_28_DPI_LCD', '1', ' overlays/dpi24.dtbo overlays/vc4-kms-dpi-generic.dtbo overlays/ads1115-i2c-gpio.dtbo overlays/ads1115-i2c-gpio.dtbo overlays/vc4-kms-DPI-28inch.dtbo overlays/waveshare-28dpi-3b-4b.dtbo overlays/waveshare-28dpi-3b.dtbo overlays/waveshare-28dpi-4b.dtbo ', ' ', d)}"
@ -27,7 +26,6 @@ IMAGE_INSTALL:append = "libcurl \
libxkbcommon \
xkeyboard-config \
seatd \
gdk-pixbuf \
pixman \
cairo \
glib-2.0 \
@ -52,12 +50,6 @@ IMAGE_INSTALL:append = "libcurl \
coreutils \
wayland wayland-protocols \
labwc foot swaybg swayidle swaylock wlr-randr yambar\
qtbase \
qtdeclarative \
qtquickcontrols2 \
qtquickcontrols \
qtgraphicaleffects \
qtwayland \
gdbserver \
"