add mesa recipes and impro qeumux86_64 support

This commit is contained in:
DanyLE
2025-03-08 00:46:56 +01:00
parent a4637ec44b
commit e7fbad271f
8 changed files with 24 additions and 13 deletions

View File

@ -7,13 +7,14 @@ 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
export DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
mkdir -p "$XDG_RUNTIME_DIR"
fi
export TERM=xterm-256color
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
eval $(dbus-launch --auto-syntax)
fi
#if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
# eval $(dbus-launch --auto-syntax)
#fi
EOF
cat << EOF >> "${D}${sysconfdir}/profile"

View File

@ -1,6 +1,8 @@
inherit extrausers
EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
EXTRA_USERS_PARAMS = "groupadd xdg; \
usermod -d /home/diya -p 2Pe/4xyFxsokE diya; \
usermod -a -G xdg diya; \
usermod -a -G video diya; \
usermod -a -G tty diya; \
usermod -a -G input diya; \
@ -8,7 +10,7 @@ EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
usermod -a -G audio diya; \
usermod -a -G sudo diya; \
"
IMAGE_BOOT_FILES:append = "fs_resize config.txt recovery-${MACHINE}.cpio.gz Image "
IMAGE_BOOT_FILES:append = " fs_resize config.txt recovery-${MACHINE}.cpio.gz Image "
IMAGE_INSTALL:append = "kernel-modules \
e2fsprogs \