diff options
| author | unitexe <unitexe70@gmail.com> | 2026-01-16 15:48:54 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-01-16 15:48:54 -0600 |
| commit | 33740a60b6bb6b98b6978829f40f1dcb9b69a7a5 (patch) | |
| tree | 942cfe553a9b6f27f1035ad943c44696c70333f4 /meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb | |
| parent | 76117bd750a2829fe60630b1eb41363962b3f0d6 (diff) | |
Add raspi-utils to unit rpi package group
Diffstat (limited to 'meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb')
| -rw-r--r-- | meta-raspberrypi-extra/recipes-core/packagegroups/packagegroup-unit-rpi.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
