1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-08 12:26:39 +02:00
meta-rpi-diya/recipes-core/images/core-image-minimal.bbappend
2023-07-26 02:38:49 +02:00

64 lines
2.5 KiB
Plaintext

inherit extrausers
inherit populate_sdk_qt5
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 \
gdk-pixbuf \
pixman \
cairo \
glib-2.0 \
udev \
glew \
freetype \
fontconfig \
liberation-fonts \
gdk-pixbuf \
mesa \
sudo \
htop \
waveshare-2.8-lcd \
realtekfw \
diya-overlay \
i2c-tools \
bash \
nano \
wpa-supplicant \
evtest \
raspi-gpio \
rsync \
coreutils \
wayland wayland-protocols hwdata \
qtbase \
qtdeclarative \
qtquickcontrols2 \
qtquickcontrols \
qtgraphicaleffects \
qtwayland \
gdbserver \
"