projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501ba89
)
xenomai: disallow SMP option on !SMP ARM variants
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 16 Oct 2012 07:51:55 +0000
(09:51 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 16 Oct 2012 07:54:11 +0000
(09:54 +0200)
Fixes http://autobuild.buildroot.net/results/
51bf35ed7a6224db7cdb157af4d030a787ef9159
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/xenomai/Config.in
patch
|
blob
|
history
diff --git
a/package/xenomai/Config.in
b/package/xenomai/Config.in
index ecab23e6f0f0855ce2a290b13d6c616a7a4ac4fc..b09472d2062ab4d26eeee341d9e328f7baeae014 100644
(file)
--- a/
package/xenomai/Config.in
+++ b/
package/xenomai/Config.in
@@
-41,6
+41,7
@@
config BR2_PACKAGE_XENOMAI_VERSION
config BR2_PACKAGE_XENOMAI_SMP
bool "Enable SMP support"
+ depends on BR2_cortex_a9 || !BR2_arm # only A9 has SMP support
help
This option allows to enable or disable SMP support. It has
to match your kernel configuration.