projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deef3a8
)
package/openocd: disable aice programmer on non-MMU architecture
author
Samuel Martin
<s.martin49@gmail.com>
Fri, 2 Jan 2015 21:19:27 +0000
(22:19 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 3 Jan 2015 20:28:51 +0000
(21:28 +0100)
aice sources use fork function, which is only available on architecture
with MMU.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openocd/Config.in
patch
|
blob
|
history
diff --git
a/package/openocd/Config.in
b/package/openocd/Config.in
index 1f9889cdd400446a371c0e87dbf53a02f0fa05b3..7c140c7d042159de209a10c44b39d19e8da491e8 100644
(file)
--- 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