1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-02 14:11:19 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
f31bcaadb9 base-file dont expand variable in here doc 2023-07-26 01:39:30 +02:00

View File

@ -1,7 +1,7 @@
hostname = "diya" 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 QT_QPA_PLATFORM=wayland-egl
export XDG_RUNTIME_DIR=/home/$USER/.xdg export XDG_RUNTIME_DIR=/home/$USER/.xdg