Add contracts submodule
This is used to build and deploy an OS contract to the fleet. Changelog-entry: Add contracts submodule Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
parent
e3d2a40d7f
commit
95c7780cb1
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
|||
[submodule "layers/meta-rust"]
|
||||
path = layers/meta-rust
|
||||
url = https://github.com/meta-rust/meta-rust.git
|
||||
[submodule "contracts"]
|
||||
path = contracts
|
||||
url = https://github.com/balena-io/contracts.git
|
||||
|
|
1
contracts
Submodule
1
contracts
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f4c2dacc2d569799b7e5c2735f0d64597bf1f045
|
2
repo.yml
2
repo.yml
|
@ -6,3 +6,5 @@ upstream:
|
|||
url: 'http://github.com/balena-os/meta-balena'
|
||||
- repo: 'balena-yocto-scripts'
|
||||
url: 'http://github.com/balena-os/balena-yocto-scripts'
|
||||
- repo: 'contracts'
|
||||
url: 'https://github.com/balena-io/contracts.git'
|
||||
|
|
Loading…
Add table
Reference in a new issue