Update Dockerfile for Zephyr SDK and Zephyr-project versioning (#4335)
Use a minimum manifest to reduce time consumption
This commit is contained in:
15
product-mini/platforms/zephyr/simple/west_lite.yml
Normal file
15
product-mini/platforms/zephyr/simple/west_lite.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# The west manifest file for WAMR on Zephyr smoke test.
|
||||
#
|
||||
manifest:
|
||||
#
|
||||
# Please add items below based on alphabetical order
|
||||
projects:
|
||||
- name: zephyr
|
||||
url: https://github.com/zephyrproject-rtos/zephyr
|
||||
revision: v3.7.0
|
||||
clone-depth: 1
|
||||
path: modules/zephyr
|
||||
west-commands: scripts/west-commands.yml
|
||||
|
||||
self:
|
||||
path: smoke-test
|
||||
Reference in New Issue
Block a user