blob: d606aba1146f46b04d6cc3678a1144e6d1b619e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|