Move common recipes to meta-diya, this layer contains hardware specific recipce

This commit is contained in:
DanyLE
2025-03-05 19:54:28 +01:00
parent daa23c88e6
commit 378386087e
46 changed files with 2 additions and 1813 deletions

View File

@ -1,4 +0,0 @@
DEPENS += " mesa libdrm alsa virtual/libgbm virtual/libgles2 virtual/libgl udev libudev "
PACKAGECONFIG = " kmsdrm opengl gles2 alsa libusb "
# PACKAGECONFIG:remove = "x11 wayland"

View File

@ -1,7 +0,0 @@
# change default weston user to diya
do_install:append() {
if [ -e ${D}/${sysconfdir}/init.d/weston ]; then
sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston
fi
}