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:
Kumar Gala 2019-02-19 15:26:23 -06:00 committed by Kumar Gala
commit b730fa4ccb
3 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ config POSIX_MAX_FDS
files, sockets, special devices, etc. files, sockets, special devices, etc.
config POSIX_API config POSIX_API
depends on !ARCH_POSIX
bool "POSIX APIs" bool "POSIX APIs"
help help
Enable mostly-standards-compliant implementations of Enable mostly-standards-compliant implementations of

View file

@ -2,3 +2,4 @@ tests:
portability.posix: portability.posix:
tags: posix tags: posix
min_ram: 64 min_ram: 64
arch_exclude: posix

View file

@ -1,6 +1,6 @@
tests: tests:
portability.posix: portability.posix:
arch_exclude: nios2 arch_exclude: nios2 posix
min_ram: 128 min_ram: 128
tags: posix filesystem tags: posix filesystem