Skip to content

Commit 9462515

Browse files
committed
bootstrap.sh: also install protobuf and grpcio-tools in venv
1 parent 0c15649 commit 9462515

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

extra/bootstrap.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ done
1414

1515
python3 -m venv venv
1616
source venv/bin/activate
17-
pip install west
17+
pip install west protobuf grpcio-tools
1818
west init -l .
1919
west config manifest.project-filter -- "$HAL_FILTER"
2020
west update "$@"
2121
west zephyr-export
2222
pip install -r ../zephyr/scripts/requirements-base.txt
2323
west sdk install --version 0.17.0 -t arm-zephyr-eabi
24-
25-
for hal in $NEEDED_HALS; do
26-
west blobs fetch $hal
27-
done
24+
west blobs fetch $NEEDED_HALS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy