[Buildroot] [PATCH 2/3] package/openocd: disable aice programmer on non-MMU architecture

Samuel Martin s.martin49 at gmail.com
Fri Jan 2 21:19:27 UTC 2015


aice sources use fork function, which is only available on architecture
with MMU.

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
---
 package/openocd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index 1f9889c..7c140c7 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -76,6 +76,7 @@ config BR2_PACKAGE_OPENOCD_OPENDOUS
 config BR2_PACKAGE_OPENOCD_AICE
 	bool "Andes JTAG Programmer"
 	select BR2_PACKAGE_LIBUSB
+	depends on BR2_USE_MMU # use fork()
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
 	help
 	  Enable building support for the Andes JTAG
-- 
2.2.1



More information about the buildroot mailing list