From 33740a60b6bb6b98b6978829f40f1dcb9b69a7a5 Mon Sep 17 00:00:00 2001 From: unitexe Date: Fri, 16 Jan 2026 15:48:54 -0600 Subject: Add raspi-utils to unit rpi package group --- .../recipes-core/packagegroups/packagegroup-unit-rpi.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb b/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb index d606aba..1848ee5 100644 --- a/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb +++ b/meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb @@ -5,6 +5,9 @@ inherit packagegroup # Allows updating RPIs on board EEPROM (if it has one). RDEPENDS:${PN}:append:raspberrypi5 = " rpi-eeprom" +# Gives us useful tools such as vcgencmd. +RDEPENDS:${PN}:append = " raspi-utils" + # Install copies of files that reside on # the boot partition to make updating them # easier. -- cgit v1.2.3