1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-24 16:53:50 +02:00
meta-rpi-diya/recipes-core/images/core-image-minimal.bbappend

65 lines
2.6 KiB
Plaintext
Raw Normal View History

2021-12-17 20:30:04 +01:00
inherit extrausers
2023-07-09 22:00:04 +02:00
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)}"
2021-12-17 20:30:04 +01:00
2023-07-10 19:29:09 +02:00
# usermod -p BJpK8ADNDLsGg root;
2023-07-10 19:27:12 +02:00
EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
2021-12-17 20:30:04 +01:00
usermod -a -G video diya; \
usermod -a -G tty diya; \
usermod -a -G input diya; \
2023-07-09 23:09:37 +02:00
usermod -a -G dialout diya; \
2023-07-10 10:19:19 +02:00
usermod -a -G audio diya; \
2023-07-10 13:12:50 +02:00
usermod -a -G avahi diya; \
2023-07-09 23:09:37 +02:00
usermod -a -G sudo diya \
2021-12-17 20:30:04 +01:00
"
2023-08-02 09:51:11 +02:00
IMAGE_BOOT_FILES:append = "fs_resize extraconfig.txt recovery-${MACHINE}.cpio.gz "
2021-12-17 20:30:04 +01:00
IMAGE_INSTALL:append = "libcurl \
2021-12-17 20:30:04 +01:00
libdrm \
libgbm \
libgles2 \
libegl-mesa \
libglapi \
2023-07-09 22:52:18 +02:00
libudev \
2023-07-26 02:21:50 +02:00
libinput \
2023-07-26 02:01:08 +02:00
pango \
2023-07-26 02:21:50 +02:00
libxkbcommon \
xkeyboard-config \
seatd \
pixman \
cairo \
glib-2.0 \
2023-07-09 23:09:37 +02:00
udev \
2021-12-17 20:30:04 +01:00
glew \
freetype \
2023-07-26 02:31:04 +02:00
fontconfig \
2023-07-27 20:41:44 +02:00
librsvg librsvg-gtk \
2023-07-26 00:33:46 +02:00
gdk-pixbuf \
2023-07-26 19:43:58 +02:00
gtk-layer-shell \
2023-07-28 15:33:19 +02:00
gobject-introspection \
2023-07-28 19:42:26 +02:00
l3afpad \
2021-12-17 20:30:04 +01:00
mesa \
2023-07-09 23:09:37 +02:00
sudo \
2021-12-17 20:30:04 +01:00
htop \
waveshare-2.8-lcd \
realtekfw \
diya-overlay \
2023-07-07 15:04:13 +02:00
i2c-tools \
bash \
nano \
2023-07-08 21:37:09 +02:00
wpa-supplicant \
2023-07-09 22:03:35 +02:00
evtest \
2023-07-09 16:48:02 +02:00
raspi-gpio \
2023-07-22 22:37:41 +02:00
rsync \
coreutils \
2023-07-26 12:08:14 +02:00
wayland wayland-protocols \
2023-07-27 20:41:44 +02:00
labwc foot swaybg swayidle swaylock wlr-randr wlopm sfwbar tofi wtype \
2023-07-23 13:37:04 +02:00
gdbserver \
"
2023-07-07 11:26:20 +02:00
2023-08-02 09:51:11 +02:00
IMAGE_PREPROCESS_COMMAND += "image_patch;"
image_patch () {
# delete unused kernel image
rm -rf ${IMAGE_ROOTFS}/boot/*
}