From patchwork Tue Apr 17 15:05:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] sam-ba: only propose it if the host is x86 or x86_64 X-Patchwork-Submitter: Jean-Christophe PLAGNIOL-VILLARD X-Patchwork-Id: 153234 Message-Id: <1334675140-20303-2-git-send-email-plagnioj@jcrosoft.com> To: buildroot@busybox.net Date: Tue, 17 Apr 2012 17:05:40 +0200 From: Jean-Christophe PLAGNIOL-VILLARD List-Id: Discussion and development of buildroot As sam-ba is deliver as a binary for x86 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Arnout Vandecappelle (Essensium/Mind) --- 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