-
Notifications
You must be signed in to change notification settings - Fork 85
/
kas-bsp.yml
51 lines (42 loc) · 1.1 KB
/
kas-bsp.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
header:
version: 2
machine: iot2000
repos:
meta-iot2000:
layers:
meta-iot2000-bsp:
poky:
url: https://git.yoctoproject.org/git/poky
refspec: 1e298a42223dd2628288b372caf66c52506a8081
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-efibootguard:
url: https://github.com/siemens/meta-efibootguard
refspec: e13f038bb362a6c086be50359f1bf31cf770e151
meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
refspec: deee226017877d51188e0a46f9e6b93c10ffbb34
layers:
meta-oe:
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
local_conf_header:
standard: |
CONF_VERSION = "1"
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 \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"