| |
@@ -127,7 +127,8 @@
|
| |
"attr"],
|
| |
|
| |
"packages-aarch64": ["grub2-efi", "ostree-grub2",
|
| |
- "efibootmgr", "shim", "atomic-devmode"],
|
| |
+ "efibootmgr", "shim", "atomic-devmode",
|
| |
+ "uboot-tools", "uboot-images-armv8", "bcm283x-firmware"],
|
| |
|
| |
"packages-armhfp": ["extlinux-bootloader"],
|
| |
|
| |
Add uboot-tools, uboot-images-armv8, bcm283x-firmware to enable us
to support devices such as the Raspberry Pi 3 and Pine64.
Signed-off-by: Peter Robinson pbrobinson@gmail.com