mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-20 03:48:22 +01:00
remove qt support
This commit is contained in:
parent
a07bff36fc
commit
1e68858b43
@ -3,7 +3,7 @@ hostname = "diya"
|
|||||||
do_install:append () {
|
do_install:append () {
|
||||||
cat << 'EOF' >> "${D}${sysconfdir}/profile"
|
cat << 'EOF' >> "${D}${sysconfdir}/profile"
|
||||||
# QT related setting
|
# QT related setting
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export GDK_BACKEND=wayland
|
||||||
export XDG_RUNTIME_DIR=/home/$USER/.xdg
|
export XDG_RUNTIME_DIR=/home/$USER/.xdg
|
||||||
export PATH=$PATH:/home/$USER/bin
|
export PATH=$PATH:/home/$USER/bin
|
||||||
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
|
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
inherit extrausers
|
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)}"
|
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 \
|
libxkbcommon \
|
||||||
xkeyboard-config \
|
xkeyboard-config \
|
||||||
seatd \
|
seatd \
|
||||||
gdk-pixbuf \
|
|
||||||
pixman \
|
pixman \
|
||||||
cairo \
|
cairo \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
@ -52,12 +50,6 @@ IMAGE_INSTALL:append = "libcurl \
|
|||||||
coreutils \
|
coreutils \
|
||||||
wayland wayland-protocols \
|
wayland wayland-protocols \
|
||||||
labwc foot swaybg swayidle swaylock wlr-randr yambar\
|
labwc foot swaybg swayidle swaylock wlr-randr yambar\
|
||||||
qtbase \
|
|
||||||
qtdeclarative \
|
|
||||||
qtquickcontrols2 \
|
|
||||||
qtquickcontrols \
|
|
||||||
qtgraphicaleffects \
|
|
||||||
qtwayland \
|
|
||||||
gdbserver \
|
gdbserver \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user