-
Notifications
You must be signed in to change notification settings - Fork 3
/
kas.yml
72 lines (64 loc) · 1.67 KB
/
kas.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
header:
version: 2
machine: orange-pi-zero
distro: rte
target:
- core-image-minimal
- core-image-minimal-swu
repos:
meta-rte:
poky:
url: https://git.yoctoproject.org/git/poky
refspec: f7def85be9f99dcb4ba488bead201f670304379b
layers:
meta:
meta-poky:
meta-yocto-bsp:
patches:
meta-rte:
repo: meta-rte
path: patches/0001-do-not-remove-wic-partitions.patch
meta-sunxi:
url: https://github.com/linux-sunxi/meta-sunxi
refspec: 8f5b915749709f21c2af543fdcde0898aff60154
meta-arm:
url: https://git.yoctoproject.org/git/meta-arm
refspec: 58268ddccbe2780de28513273e15193ee949987b
layers:
meta-arm:
meta-arm-toolchain:
meta-openembedded:
url: http://git.openembedded.org/meta-openembedded
refspec: 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7
layers:
meta-oe:
meta-python:
meta-networking:
meta-swupdate:
url: https://github.com/sbabic/meta-swupdate
refspec: a924d4bfd9dd54638ac8348d3f2845339f789770
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
local_conf_header:
standard: |
CONF_VERSION = "1"
PACKAGE_CLASSES = "package_rpm"
SDKMACHINE = "x86_64"
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"
diskmon: |
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"