From 019a45d52dc06c812c3ba74941ee692df6a72e21 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sun, 8 Feb 2026 11:41:19 -0600 Subject: U-boot splash for raspberrypi3-64 --- .../recipes-bsp/u-boot-splash/u-boot-splash.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-unit-graphics/recipes-bsp/u-boot-splash/u-boot-splash.bb (limited to 'meta-unit-graphics/recipes-bsp/u-boot-splash/u-boot-splash.bb') diff --git a/meta-unit-graphics/recipes-bsp/u-boot-splash/u-boot-splash.bb b/meta-unit-graphics/recipes-bsp/u-boot-splash/u-boot-splash.bb new file mode 100644 index 0000000..7e5b318 --- /dev/null +++ b/meta-unit-graphics/recipes-bsp/u-boot-splash/u-boot-splash.bb @@ -0,0 +1,21 @@ +SUMMARY = "Deploy u-boot splash image" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${UNIT_GRAPHICS_LAYERDIR}/LICENSE;md5=a77c12e0c0e8a14cebb1494195720ccc" + +inherit deploy + +SRC_URI = "\ + file://yocto_project_logo_white_800x480_24bpp.bmp.gz;unpack=0 \ +" + +S = "${UNPACKDIR}" + +do_deploy() { + install -d ${DEPLOY_DIR_IMAGE} + install -m 0644 ${S}/yocto_project_logo_white_800x480_24bpp.bmp.gz ${DEPLOY_DIR_IMAGE}/yocto_project_logo_white_800x480_24bpp.bmp.gz +} + +addtask deploy before do_build after do_compile + +# The recipe just deploys a file it doesn't install anything to rootfs +ALLOW_EMPTY:${PN} = "1" -- cgit v1.2.3