Skip to content

Commit

Permalink
manifest: Get BabbleSim via the manifest
Browse files Browse the repository at this point in the history
To facilitate users experience, fetch the required
BabbleSim components using the west manifest.
Until now, users would need to either use the Zephyr
docker image, or fetch bsim on their own.
For many years there has been a request to automate this
process. This is the first step.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Mar 11, 2023
1 parent 68955eb commit 091db62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ manifest:
- name: upstream
url-base: https://github.com/zephyrproject-rtos

group-filter: [-babblesim]

#
# Please add items below based on alphabetical order
projects:
- name: bsim
revision: da8ca8270cc14010ff1deda851112b7a04ec562e
# This URL would not be here, instead this manifest repo would be hosted
# in the zephyrproject-rtos org. This is here just to enable a functional demo.
url: https://github.com/BabbleSim/bsim_west.git
import:
path-prefix: tools
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
Expand Down Expand Up @@ -263,6 +272,7 @@ manifest:
path: modules/lib/thrift
revision: 10023645a0e6cb7ce23fcd7fd3dbac9f18df6234


self:
path: zephyr
west-commands: scripts/west-commands.yml
Expand Down

0 comments on commit 091db62

Please sign in to comment.