All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ne10: correct cpu feature comment dependency
@ 2020-05-02 20:53 Baruch Siach
  2020-05-03  8:11 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2020-05-02 20:53 UTC (permalink / raw)
  To: buildroot

Commit e845f9364c2b8 ("ne10: bump to v1.2.1") removed arm arch
dependency from the comment. This comment is only relevant to arm.
Restore the arm arch dependency.

Cc: Cody Guldner <cody.guldner@rockwellcollins.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ne10/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ne10/Config.in b/package/ne10/Config.in
index 68cb7f4cb389..0e5a595dbed2 100644
--- a/package/ne10/Config.in
+++ b/package/ne10/Config.in
@@ -17,4 +17,5 @@ config BR2_PACKAGE_NE10
 	  http://projectne10.github.io/Ne10/
 
 comment "ne10 needs a toolchain w/ neon"
+	depends on BR2_arm
 	depends on !BR2_PACKAGE_NE10_ARCH_SUPPORTS
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-03  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-02 20:53 [Buildroot] [PATCH] package/ne10: correct cpu feature comment dependency Baruch Siach
2020-05-03  8:11 ` Yann E. MORIN

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.