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 --- .../raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend (limited to 'meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend') diff --git a/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend new file mode 100644 index 0000000..592893f --- /dev/null +++ b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${UNIT_GRAPHICS_LAYERDIR}/recipes-kernel/linux/files:" + +require recipes-kernel/linux/unit-graphics.inc + +# Replace default linux logo with yocto project logo +SRC_URI:append = " file://0001-replace-linux-logo.patch" -- cgit v1.2.3