summaryrefslogtreecommitdiff
path: root/meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-16 22:31:09 -0600
committerunitexe <unitexe70@gmail.com>2026-02-16 23:08:43 -0600
commitf15373f84dd78c128a4379eda6fb241dd8792ffb (patch)
tree5c0addbb3844e564edff14b2387a97efc68c2286 /meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images
parent019a45d52dc06c812c3ba74941ee692df6a72e21 (diff)
Initramfs with plymouth splash for raspberrypi3-64
Diffstat (limited to 'meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images')
-rw-r--r--meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images/core-image-unit-initramfs.bbappend16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images/core-image-unit-initramfs.bbappend b/meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images/core-image-unit-initramfs.bbappend
new file mode 100644
index 0000000..20c3d3b
--- /dev/null
+++ b/meta-unit-core/dynamic-layers/raspberrypi/recipes-unit/images/core-image-unit-initramfs.bbappend
@@ -0,0 +1,16 @@
+INITRAMFS_SCRIPTS:append:raspberrypi3-64 = " initramfs-module-backlight"
+
+PACKAGE_INSTALL:append:raspberrypi3-64 = " \
+ initramfs-graphics-modules \
+ kernel-module-rpi-panel-attiny-regulator \
+ kernel-module-i2c-mux-pinctrl \
+ kernel-module-edt-ft5x06 \
+ kernel-module-panel-raspberrypi-touchscreen \
+ kernel-module-tc358762 \
+ kernel-module-v3d \
+ kernel-module-raspberrypi-gpiomem \
+ kernel-module-snd-bcm2835 \
+ kernel-module-rpi-backlight \
+ kernel-module-backlight \
+ kernel-module-panel-simple \
+"