« Return to Thread: [PATCH 1/2] add host arch detection and Kconfig (BR2_HOSTARCH)

[PATCH 2/2] sam-ba: only propose it if the host is x86 or x86_64

by Jean-Christophe PLAGNIOL-VILLARD :: Rate this Message:

| View in Thread

As sam-ba is deliver as a binary for x86

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...>
---
 package/sam-ba/Config.in.host |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/sam-ba/Config.in.host b/package/sam-ba/Config.in.host
index f2ea01f..20b2b36 100644
--- a/package/sam-ba/Config.in.host
+++ b/package/sam-ba/Config.in.host
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_SAM_BA
  bool "host sam-ba"
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
  help
   Atmel SAM-BA software provides an open set of tools for
   programming the Atmel SAM3, SAM7 and SAM9 ARM-based
--
1.7.9.1

_______________________________________________
buildroot mailing list
buildroot@...
http://lists.busybox.net/mailman/listinfo/buildroot

 « Return to Thread: [PATCH 1/2] add host arch detection and Kconfig (BR2_HOSTARCH)