manifest: add ci-tools to manifest
We need to be able to force certain versions based on the branch and code base being used. For example for 1.14 we will need to apply some fixes or revert some commits that may only apply to master. Next step is also adding this to 1.14 branch and use a working commit. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bf1f1f637f
commit
4fd627c8be
1 changed files with 3 additions and 0 deletions
3
west.yml
3
west.yml
|
@ -35,6 +35,9 @@ manifest:
|
||||||
#
|
#
|
||||||
# Please add items below based on alphabetical order
|
# Please add items below based on alphabetical order
|
||||||
projects:
|
projects:
|
||||||
|
- name: ci-tools
|
||||||
|
revision: 672cb7623b89a41370f95881290a97cccdc35cb0
|
||||||
|
path: tools/ci-tools
|
||||||
- name: esp-idf
|
- name: esp-idf
|
||||||
revision: 6835bfc741bf15e98fb7971293913f770df6081f
|
revision: 6835bfc741bf15e98fb7971293913f770df6081f
|
||||||
path: modules/hal/esp-idf
|
path: modules/hal/esp-idf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue