diff options
Diffstat (limited to 'meta-raspberrypi-extra/recipes-core')
| -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. |
