From 1d4104f0d0428297a8b447a0e08c81a9eaee7f62 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 18 Jul 2012 15:59:09 +0200 Subject: add host arch detection and Kconfig BR2_HOSTARCH This will allow to install binary package only if they are supported by the host. As example Atmel SAM-BA (x86 only). Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Thomas Petazzoni Acked-by: Arnout Vandecappelle (Essensium/Mind) --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 925c2474c..c182f7044 100644 --- a/Config.in +++ b/Config.in @@ -10,6 +10,10 @@ config BR2_VERSION string option env="BR2_VERSION_FULL" +config BR2_HOSTARCH + string + option env="HOSTARCH" + source "target/Config.in.arch" menu "Build options" -- cgit v1.2.3