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 --- meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend (limited to 'meta-unit-core/recipes-core/plymouth/plymouth_%.bbappend') 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