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

62 lines
2.4 KiB
Plaintext
Raw Normal View History

2021-12-17 20:30:04 +01:00
inherit extrausers
2023-07-21 12:51:46 +02:00
inherit populate_sdk_qt5
2021-12-17 20:30:04 +01:00
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
"
IMAGE_BOOT_FILES:append = "fs_resize"
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 \
gdk-pixbuf \
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 00:33:46 +02:00
gdk-pixbuf \
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 00:50:27 +02:00
wayland wayland-protocols hwdata \
2023-07-18 16:48:51 +02:00
qtbase \
2023-07-22 21:23:14 +02:00
qtdeclarative \
2023-07-22 15:29:28 +02:00
qtquickcontrols2 \
2023-07-22 20:29:42 +02:00
qtquickcontrols \
2023-07-22 20:43:07 +02:00
qtgraphicaleffects \
2023-07-23 14:00:38 +02:00
qtwayland \
2023-07-23 13:37:04 +02:00
gdbserver \
"
2023-07-07 11:26:20 +02:00