From f15373f84dd78c128a4379eda6fb241dd8792ffb Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 16 Feb 2026 22:31:09 -0600 Subject: Initramfs with plymouth splash for raspberrypi3-64 --- .../recipes-core/plymouth/plymouth/plymouthd.conf | 4 ++++ meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 meta-unit-core/recipes-core/plymouth/plymouth/plymouthd.conf create mode 100644 meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend (limited to 'meta-unit-core/recipes-core/plymouth') diff --git a/meta-unit-core/recipes-core/plymouth/plymouth/plymouthd.conf b/meta-unit-core/recipes-core/plymouth/plymouth/plymouthd.conf new file mode 100644 index 0000000..eaa41c6 --- /dev/null +++ b/meta-unit-core/recipes-core/plymouth/plymouth/plymouthd.conf @@ -0,0 +1,4 @@ +[Daemon] +Theme=spin +ShowDelay=0 +DeviceTimeout=8 diff --git a/meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend b/meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend new file mode 100644 index 0000000..458711f --- /dev/null +++ b/meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend @@ -0,0 +1,13 @@ +# Using yocto's initramfs framework to generate initramfs instead +RDEPENDS:${PN}-initrd:remove = "dracut" + +PACKAGECONFIG:append = " drm" + +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" + +SRC_URI:append = " file://plymouthd.conf" + +do_install:append() { + install -d ${D}${sysconfdir}/plymouth + install -m 0644 ${UNPACKDIR}/plymouthd.conf ${D}${sysconfdir}/plymouth/ +} -- cgit v1.2.3