Added missing repos
This commit is contained in:
parent
2de5d33f19
commit
f387c05645
1 changed files with 9 additions and 0 deletions
9
image.py
9
image.py
|
@ -193,6 +193,15 @@ def cmd_build(verbose):
|
||||||
'device': {
|
'device': {
|
||||||
'Server': 'file:///prebuilts/$repo',
|
'Server': 'file:///prebuilts/$repo',
|
||||||
},
|
},
|
||||||
|
'linux': {
|
||||||
|
'Server': 'file:///prebuilts/$repo',
|
||||||
|
},
|
||||||
|
'boot': {
|
||||||
|
'Server': 'file:///prebuilts/$repo',
|
||||||
|
},
|
||||||
|
'firmware': {
|
||||||
|
'Server': 'file:///prebuilts/$repo',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
create_chroot(
|
create_chroot(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue