-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mayank-sirotiya-imgtec/master
update creator-kit.xml repository paths to pull from master and README.md
- Loading branch information
Showing
2 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# manifest | ||
manifest for cloning creator kit repositories | ||
# Manifest | ||
|
||
Manifest for cloning creator kit repositories. | ||
|
||
#### Steps for cloning could be: | ||
- mkdir local_dir_name | ||
- cd local_dir_name | ||
- repo init -u https://github.com/CreatorKit/manifest.git -b branch_name | ||
- repo sync | ||
|
||
After above steps, your directory structure would be like: | ||
``` | ||
. | ||
├── build | ||
├── constrained-os | ||
│ └── contiki | ||
├── dist | ||
│ ├── openwrt | ||
│ ├── openwrt-ckt-feeds | ||
| | ├── awalwm2m | ||
| | ├── button-gateway | ||
| | ├── device-manager | ||
| | ├── libflow-ex | ||
| | ├── libflow | ||
| | └── webscripts | ||
│ └── openwrt-feeds | ||
| | ├── cgilua | ||
| | └── fping | ||
└── packages | ||
├── AwaLWM2M | ||
├── button-gateway | ||
├── button-sensor | ||
├── device-manager | ||
├── led-actuator | ||
├── libobjects | ||
└── webscripts | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters