mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-31 05:00:42 +02:00
base-file dont expand variable in here doc
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
hostname = "diya"
|
||||
|
||||
do_install:append () {
|
||||
cat << EOF >> "${D}${sysconfdir}/profile"
|
||||
cat << 'EOF' >> "${D}${sysconfdir}/profile"
|
||||
# QT related setting
|
||||
export QT_QPA_PLATFORM=wayland-egl
|
||||
export XDG_RUNTIME_DIR=/home/$USER/.xdg
|
||||
|
Reference in New Issue
Block a user