From e99d9bb6788424ec7711d187985bb93b8b5c1175 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 10 Jan 2026 23:33:48 -0600 Subject: Introduce meta-raspberrypi-extra - Install copies of cmdline, config & uboot script to rootfs; they are normally just installed to the boot partitioin but having a copy on the rootfs makes making changes and updating them easier - The rpi-eeprom package does not support raspberrypi3-64, it has not EEPROM --- .../recipes-core/packagegroups/packagegroup-unit-rpi.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb (limited to 'meta-raspberrypi-extra/recipes-core') diff --git a/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb b/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb new file mode 100644 index 0000000..d606aba --- /dev/null +++ b/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb @@ -0,0 +1,13 @@ +SUMMARY = "Raspberrypi specific packages" + +inherit packagegroup + +# Allows updating RPIs on board EEPROM (if it has one). +RDEPENDS:${PN}:append:raspberrypi5 = " rpi-eeprom" + +# Install copies of files that reside on +# the boot partition to make updating them +# easier. +RDEPENDS:${PN}:append = " rpi-config-rootfs" +RDEPENDS:${PN}:append = " rpi-cmdline-rootfs" +RDEPENDS:${PN}:append = " rpi-u-boot-scr-rootfs" -- cgit v1.2.3