[Buildroot] [git commit branch/next] sam-ba: only propose it if the host is x86 or x86_64

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Aug 2 19:55:20 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=498ea22be27863c8eff99033384f9d268167a2b3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

As sam-ba is delivered as a binary for x86

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 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


More information about the buildroot mailing list