sanitycheck: remove unused platforms keyword

This keyword had no effect and was being copied over to many samples
errornously.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-11-19 09:23:24 -05:00
commit 10970a60c0
10 changed files with 0 additions and 12 deletions

View file

@ -289,7 +289,6 @@ related to the sample and what is being demonstrated:
sample: sample:
name: hello world name: hello world
description: Hello World sample, the simplest Zephyr application description: Hello World sample, the simplest Zephyr application
platforms: all
tests: tests:
test: test:
build_only: true build_only: true

View file

@ -2,7 +2,6 @@ sample:
description: userspace memory domain protection description: userspace memory domain protection
example application example application
name: protected memory name: protected memory
platforms: all
common: common:
tags: userspace tags: userspace
harness: console harness: console

View file

@ -1,7 +1,6 @@
sample: sample:
description: Demonstration of the LP3943 LED driver description: Demonstration of the LP3943 LED driver
name: LP3943 sample name: LP3943 sample
platforms: all
tests: tests:
test: test:
platform_whitelist: 96b_neonkey platform_whitelist: 96b_neonkey

View file

@ -1,7 +1,6 @@
sample: sample:
description: Demonstration of the lpd880x LED driver description: Demonstration of the lpd880x LED driver
name: LPD880x sample name: LPD880x sample
platforms: all
tests: tests:
test: test:
platform_whitelist: 96b_carbon platform_whitelist: 96b_carbon

View file

@ -1,7 +1,6 @@
sample: sample:
description: Demonstration of the PCA9633 LED driver description: Demonstration of the PCA9633 LED driver
name: PCA9633 sample name: PCA9633 sample
platforms: all
tests: tests:
test: test:
platform_whitelist: stm32373c_eval platform_whitelist: stm32373c_eval

View file

@ -1,7 +1,6 @@
sample: sample:
description: Demonstration of the WS2812 LED driver description: Demonstration of the WS2812 LED driver
name: WS2812 sample name: WS2812 sample
platforms: all
tests: tests:
test: test:
platform_whitelist: 96b_carbon bbc_microbit platform_whitelist: 96b_carbon bbc_microbit

View file

@ -2,7 +2,6 @@ sample:
description: Hello World sample, the simplest Zephyr description: Hello World sample, the simplest Zephyr
application application
name: hello world name: hello world
platforms: all
common: common:
tags: introduction tags: introduction
harness: console harness: console

View file

@ -6,7 +6,6 @@ sample:
to be run in real device. This cannot be run in to be run in real device. This cannot be run in
QEMU. QEMU.
name: RPL node demo application name: RPL node demo application
platforms: all
tests: tests:
test: test:
platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056 platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056

View file

@ -1,7 +1,6 @@
sample: sample:
description: Demonstration of the CCS811 Digital Gas Sensor driver description: Demonstration of the CCS811 Digital Gas Sensor driver
name: CCS811 sample name: CCS811 sample
platforms: all
tests: tests:
test: test:
harness: sensor harness: sensor

View file

@ -106,9 +106,6 @@ mapping:
"description": "description":
type: str type: str
required: no required: no
"platforms":
type: str
required: no
# The list of testcases -- IDK why this is a sequence of # The list of testcases -- IDK why this is a sequence of
# maps maps, shall just be a sequence of maps # maps maps, shall just be a sequence of maps
# maybe it is just an artifact? # maybe it is just an artifact?