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

refactory remove all common recipes

This commit is contained in:
DanyLE
2025-03-27 20:24:19 +01:00
parent eaeb4e9f2b
commit e8e3a82bfe
53 changed files with 15 additions and 2467 deletions

View File

@ -2,18 +2,6 @@ hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
export GDK_BACKEND=wayland
export XDG_RUNTIME_DIR=/home/$USER/.xdg
export XDG_CONFIG_HOME=/home/$USER/.config
export PATH=$PATH:/home/$USER/bin:/home/$USER/.local/bin
export LD_LIBRARY_PATH=/home/$USER/lib:/home/$USER/.local/lib
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
mkdir -p "$XDG_RUNTIME_DIR"
fi
export TERM=xterm-256color
EOF
cat << EOF >> "${D}${sysconfdir}/profile"
export MACHINE=${MACHINE}
export DISK="mmcblk0"
EOF
}