mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
inherit extrausers
|
|
|
|
KERNEL_DEVICETREE:append = "${@bb.utils.contains('RPI_USE_wS_28_DPI_LCD', '1', ' overlays/dpi24.dtbo overlays/vc4-kms-dpi-generic.dtbo overlays/ads1115-i2c-gpio.dtbo overlays/ads1115-i2c-gpio.dtbo overlays/vc4-kms-DPI-28inch.dtbo overlays/waveshare-28dpi-3b-4b.dtbo overlays/waveshare-28dpi-3b.dtbo overlays/waveshare-28dpi-4b.dtbo ', ' ', d)}"
|
|
|
|
# usermod -p BJpK8ADNDLsGg root;
|
|
EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
|
|
usermod -a -G video diya; \
|
|
usermod -a -G tty diya; \
|
|
usermod -a -G input diya; \
|
|
usermod -a -G dialout diya; \
|
|
usermod -a -G audio diya; \
|
|
usermod -a -G avahi diya; \
|
|
usermod -a -G sudo diya \
|
|
"
|
|
IMAGE_BOOT_FILES:append = "fs_resize"
|
|
|
|
IMAGE_INSTALL:append = "libcurl \
|
|
libdrm \
|
|
libgbm \
|
|
libgles2 \
|
|
libegl-mesa \
|
|
libglapi \
|
|
libudev \
|
|
libinput \
|
|
pango \
|
|
libxkbcommon \
|
|
xkeyboard-config \
|
|
seatd \
|
|
pixman \
|
|
cairo \
|
|
glib-2.0 \
|
|
udev \
|
|
glew \
|
|
freetype \
|
|
fontconfig \
|
|
librsvg librsvg-gtk \
|
|
gdk-pixbuf \
|
|
gtk-layer-shell \
|
|
mesa \
|
|
sudo \
|
|
htop \
|
|
waveshare-2.8-lcd \
|
|
realtekfw \
|
|
diya-overlay \
|
|
i2c-tools \
|
|
bash \
|
|
nano \
|
|
wpa-supplicant \
|
|
evtest \
|
|
raspi-gpio \
|
|
rsync \
|
|
coreutils \
|
|
wayland wayland-protocols \
|
|
labwc foot swaybg swayidle swaylock wlr-randr wlopm sfwbar tofi wtype \
|
|
gdbserver \
|
|
"
|
|
|