mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
rpi-firmware: allow to build for aarch64 targets
The RaspberryPi 3 is based on a AArch64 CPU and requires binaries from this package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bedb3be1c1
commit
7eac560184
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_RPI_FIRMWARE
|
config BR2_PACKAGE_RPI_FIRMWARE
|
||||||
bool "rpi-firmware"
|
bool "rpi-firmware"
|
||||||
depends on BR2_arm
|
depends on BR2_arm || BR2_aarch64
|
||||||
help
|
help
|
||||||
RaspberryPi Firmware
|
RaspberryPi Firmware
|
||||||
Pre-compiled binaries of the current bootloader and GPU firmware
|
Pre-compiled binaries of the current bootloader and GPU firmware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user