deleted file mode 100644
@@ -1,13 +0,0 @@
-header:
- version: 11
- includes:
- - ci/meta-openembedded.yml
-
-repos:
- meta-zephyr:
- url: https://git.yoctoproject.org/git/meta-zephyr
- layers:
- meta-zephyr-core:
-
-target:
- - zephyr-kernel-test-all
@@ -2,14 +2,9 @@ header:
version: 11
includes:
- ci/base.yml
- - ci/meta-zephyr.yml
-
-local_conf_header:
- nonbuilding_tests: |
- ZEPHYRTESTS:remove = "common sleep poll device queue"
+ - ci/meta-openembedded.yml
machine: musca-b1
target:
- trusted-firmware-m
- - zephyr-kernel-test-all
@@ -2,14 +2,9 @@ header:
version: 11
includes:
- ci/base.yml
- - ci/meta-zephyr.yml
-
-local_conf_header:
- nonbuilding_tests: |
- ZEPHYRTESTS:remove = "common sleep poll device queue"
+ - ci/meta-openembedded.yml
machine: musca-s1
target:
- trusted-firmware-m
- - zephyr-kernel-test-all
deleted file mode 100644
@@ -1,9 +0,0 @@
-header:
- version: 11
-
-local_conf_header:
- testimage: |
- IMAGE_CLASSES += "testimage"
- TEST_TARGET = "QemuTargetZephyr"
- TEST_SUITES = "zephyr"
- TESTIMAGE_AUTO = "1"
@@ -22,7 +22,6 @@ repositories = (
"https://git.yoctoproject.org/git/poky",
"https://git.openembedded.org/meta-openembedded",
"https://git.yoctoproject.org/git/meta-virtualization",
- "https://git.yoctoproject.org/git/meta-zephyr",
"https://github.com/kraj/meta-clang",
)
@@ -20,9 +20,4 @@ QB_GRAPHICS = "-nographic -vga none"
QB_MEM = "512k"
QB_RNG = ""
-# Zephyr RTOS settings
-ZEPHYR_BOARD = "v2m_musca_b1"
-ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
-ARCH:musca-b1 = "arm"
-
TFM_PLATFORM = "arm/musca_b1/sse_200"
@@ -19,9 +19,4 @@ QB_GRAPHICS = "-nographic -vga none"
QB_MEM = "512k"
QB_RNG = ""
-# Zephyr RTOS settings
-ZEPHYR_BOARD = "v2m_musca_s1"
-ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
-ARCH:musca-s1 = "arm"
-
TFM_PLATFORM = "arm/musca_s1"
@@ -4,9 +4,6 @@
For a description of the hardware, go to
https://developer.arm.com/tools-and-software/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board
-For current supported hardware by Zephyr, go to
-https://docs.zephyrproject.org/2.3.0/boards/arm/v2m_musca/doc/index.html
-
For emulated hardware, go to
https://www.qemu.org/docs/master/system/arm/musca.html
@@ -14,13 +11,5 @@ https://www.qemu.org/docs/master/system/arm/musca.html
In the local.conf file, MACHINE should be set as follows:
MACHINE ?= "musca-b1"
-To build for Zephyr:
-```bash$ bitbake-layers layerindex-fetch meta-zephyr```
-```bash$ bitbake zephyr-philosophers```
-
-To build the trusted firmware-m (and not Zephyr):
+To build the trusted firmware-m:
```bash$ bitbake trusted-firmware-m```
-
-## Running
-To run Zephyr on the QEMU based machine, execute the following command
-```bash$ runqemu qemu-musca-b1```
Since meta-zephyr is doing CI, there is no need to replicate that here. Remove all of the zephyr references. Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/meta-zephyr.yml | 13 ------------- ci/musca-b1.yml | 7 +------ ci/musca-s1.yml | 7 +------ ci/testimage-zephyr.yml | 9 --------- ci/update-repos | 1 - meta-arm-bsp/conf/machine/musca-b1.conf | 5 ----- meta-arm-bsp/conf/machine/musca-s1.conf | 5 ----- meta-arm-bsp/documentation/musca-b1.md | 13 +------------ 8 files changed, 3 insertions(+), 57 deletions(-) delete mode 100644 ci/meta-zephyr.yml delete mode 100644 ci/testimage-zephyr.yml