Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit b1be3ba

Browse files
grgustafJimmy Huang
authored andcommitted
[deps] Remove old deps scripts and update deps README as README.md (#391)
Signed-off-by: Geoff Gustafson <[email protected]>
1 parent a764528 commit b1be3ba

File tree

4 files changed

+24
-108
lines changed

4 files changed

+24
-108
lines changed

deps/README

Lines changed: 0 additions & 11 deletions
This file was deleted.

deps/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ZJS Dependencies
2+
================
3+
4+
This directory contains projects that the ZJS work depends on so we can
5+
maintain our own patches to them when necessary.
6+
7+
Now we use git submodules to maintain these dependencies, so the old scripts
8+
that were here have been removed. Use `make update` to sync the dependencies
9+
to the commits they are supposed to be on given the version of ZJS you have
10+
checked out. This update target runs automatically when you build normally.
11+
12+
To update the commit for a dependency directory, change to the `deps`
13+
subdirectory and check out the desired commit. Then when you look at your
14+
`git diff` back at the root level, you will see the change and can commit it.
15+
16+
For example:
17+
18+
```bash
19+
$ cd deps/zephyr
20+
$ git checkout v1.6.0
21+
$ cd ../..
22+
$ git add deps/zephyr
23+
$ git commit
24+
```

deps/getrepos

Lines changed: 0 additions & 48 deletions
This file was deleted.

deps/update

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)