All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v1 2/6] package/raspberrypi-usbboot: enable for BR2_aarch64
Date: Wed, 19 May 2021 23:51:11 +0200	[thread overview]
Message-ID: <20210519215115.21684-2-ps.report@gmx.net> (raw)
In-Reply-To: <20210519215115.21684-1-ps.report@gmx.net>

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/raspberrypi-usbboot/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/raspberrypi-usbboot/Config.in.host b/package/raspberrypi-usbboot/Config.in.host
index b1a434f36e..e5772e3aa1 100644
--- a/package/raspberrypi-usbboot/Config.in.host
+++ b/package/raspberrypi-usbboot/Config.in.host
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
 	bool "host raspberrypi-usbboot"
-	depends on BR2_arm
+	depends on BR2_arm || BR2_aarch64
 	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
 	help
 	  This package builds and install the "rpiboot" tool for the
@@ -13,5 +13,5 @@ config BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
 	  https://github.com/raspberrypi/usbboot
 
 comment "host raspberrypi-usbboot needs a toolchain w/ host gcc >= 4.9"
-	depends on BR2_arm
+	depends on BR2_arm || BR2_aarch64
 	depends on !BR2_HOST_GCC_AT_LEAST_4_9
-- 
2.31.1

  reply	other threads:[~2021-05-19 21:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 21:51 [Buildroot] [PATCH/next v1 1/6] package/raspberrypi-usbboot: bump version to 9324fd7 Peter Seiderer
2021-05-19 21:51 ` Peter Seiderer [this message]
2021-05-19 21:51 ` [Buildroot] [PATCH/next v1 3/6] board/raspberrypi: add rpi3 64 bit hint Peter Seiderer
2021-05-19 21:51 ` [Buildroot] [PATCH/next v1 4/6] board/raspberrypi: add rpi4 " Peter Seiderer
2021-05-19 21:51 ` [Buildroot] [PATCH/next v1 5/6] board/raspberrypi: add Compute Module 4/IO Board support Peter Seiderer
2021-05-19 21:51 ` [Buildroot] [PATCH/next v1 6/6] board/raspberrypi: add Compute Module 4/IO Board support (64 Bit) Peter Seiderer
2021-05-20  8:00 ` [Buildroot] [PATCH/next v1 1/6] package/raspberrypi-usbboot: bump version to 9324fd7 Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210519215115.21684-2-ps.report@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.