-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.config.yaml
44 lines (42 loc) · 1001 Bytes
/
.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
header:
version: 11
distro: kapernikov
build_system: oe
machine: qemux86-64
target: image-kpv-swupdate
#local_conf_header:
# meta-custom: |
# BB_ALLOWED_NETWORKS="github.com"
repos:
poky:
url: "https://git.yoctoproject.org/git/poky"
branch: "scarthgap"
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-openembedded:
url: "https://github.com/openembedded/meta-openembedded"
branch: "scarthgap"
layers:
meta-networking:
meta-python:
meta-oe:
meta-filesystems:
meta-virtualization:
url: "https://git.yoctoproject.org/git/meta-virtualization"
branch: "scarthgap"
layers:
../meta-virtualization:
meta-security:
url: "https://git.yoctoproject.org/git/meta-security"
branch: "scarthgap"
layers:
../meta-security:
meta-swupdate:
url: "https://github.com/sbabic/meta-swupdate"
branch: "scarthgap"
layers:
../meta-swupdate:
meta-kapernikov:
path: "./meta-kapernikov/"