posix_lib: Disable support on native posix arch
For now we are disabling support for POSIX lib on native posix arch. We need to cleanup and support POSIX lib cleanly for hardware targets. Once that is working properly we can look to support the feature on native posix arch. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
eca2f0768d
commit
b730fa4ccb
3 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ config POSIX_MAX_FDS
|
|||
files, sockets, special devices, etc.
|
||||
|
||||
config POSIX_API
|
||||
depends on !ARCH_POSIX
|
||||
bool "POSIX APIs"
|
||||
help
|
||||
Enable mostly-standards-compliant implementations of
|
||||
|
|
|
@ -2,3 +2,4 @@ tests:
|
|||
portability.posix:
|
||||
tags: posix
|
||||
min_ram: 64
|
||||
arch_exclude: posix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
portability.posix:
|
||||
arch_exclude: nios2
|
||||
arch_exclude: nios2 posix
|
||||
min_ram: 128
|
||||
tags: posix filesystem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue