From cbd4f91656b28ab485a693d0d720eb730fbccbf8 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 15 May 2014 10:50:00 +0200 Subject: [PATCH] examples/tests: blacklisted udoo board blacklisted for: - ccn-lite-client - ccn-lite-relay - rpl_udp - test_net_if - test_pnet --- examples/ccn-lite-client/Makefile | 2 +- examples/ccn-lite-relay/Makefile | 2 +- examples/rpl_udp/Makefile | 2 +- tests/test_net_if/Makefile | 2 +- tests/test_pnet/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/ccn-lite-client/Makefile b/examples/ccn-lite-client/Makefile index 52ab07f424..72807e7f60 100644 --- a/examples/ccn-lite-client/Makefile +++ b/examples/ccn-lite-client/Makefile @@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../.. export QUIET ?= 1 BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/examples/ccn-lite-relay/Makefile b/examples/ccn-lite-relay/Makefile index 79576a9c44..ef547b9a7a 100644 --- a/examples/ccn-lite-relay/Makefile +++ b/examples/ccn-lite-relay/Makefile @@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../.. export QUIET ?= 1 BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/examples/rpl_udp/Makefile b/examples/rpl_udp/Makefile index 60343d3744..203f9fa2a0 100644 --- a/examples/rpl_udp/Makefile +++ b/examples/rpl_udp/Makefile @@ -35,7 +35,7 @@ ifeq ($(shell $(CC) -Wno-cpp -E - 2>/dev/null >/dev/null dev/null ; echo $$?),0) endif BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/tests/test_net_if/Makefile b/tests/test_net_if/Makefile index 08acba4edc..742f3aa282 100644 --- a/tests/test_net_if/Makefile +++ b/tests/test_net_if/Makefile @@ -1,6 +1,6 @@ export PROJECT = test_net_if -BOARD_BLACKLIST = mbed_lpc1768 arduino-due +BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo include ../Makefile.tests_common diff --git a/tests/test_pnet/Makefile b/tests/test_pnet/Makefile index d7e4e2e901..c94edb7f68 100644 --- a/tests/test_pnet/Makefile +++ b/tests/test_pnet/Makefile @@ -2,7 +2,7 @@ export PROJECT = test_pnet include ../Makefile.tests_common BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 arduino-due + telosb wsn430-v1_3b wsn430-v1_4 arduino-due udoo # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658