mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-13 13:22:47 +01:00
base-file dont expand variable in here doc
This commit is contained in:
parent
0cae78a47c
commit
f31bcaadb9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user