blob: 768390e25c9a628542eb40717f10c98f3176b1fd [file] [log] [blame]
Andrew Geissler5bea8d82020-07-24 16:10:05 -05001header:
2 version: 8
3
4distro: poky
5
6repos:
7 meta-security:
8 layers:
9 ../meta-security:
10 meta-tpm:
11 meta-integrity:
12 meta-security-compliance:
13
14 poky:
15 url: https://git.yoctoproject.org/git/poky
16 refspec: master
17 layers:
18 meta:
19 meta-poky:
20 meta-yocto-bsp:
21
22 meta-openembedded:
23 url: http://git.openembedded.org/meta-openembedded
24 refspec: master
25 layers:
26 meta-oe:
27 meta-perl:
28 meta-python:
29 meta-networking:
30
31local_conf_header:
32 meta-security: |
33 CONF_VERSION = "1"
34 SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/"
35 SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n"
36 SSTATE_DIR = "/home/srv/sstate/master"
37 DL_DIR = "/home/srv/downloads/master"
38 BB_HASHSERVE = "auto"
39 BB_SIGNATURE_HANDLER = "OEEquivHash"
40
41 diskmon: |
42 BB_DISKMON_DIRS = "\
43 STOPTASKS,${TMPDIR},1G,100K \
44 STOPTASKS,${DL_DIR},1G,100K \
45 STOPTASKS,${SSTATE_DIR},1G,100K \
46 STOPTASKS,/tmp,100M,100K \
47 ABORT,${TMPDIR},100M,1K \
48 ABORT,${DL_DIR},100M,1K \
49 ABORT,${SSTATE_DIR},100M,1K \
50 ABORT,/tmp,10M,1K"
51
52bblayers_conf_header:
53 meta-security: |
54 POKY_BBLAYERS_CONF_VERSION = "2"
55 BBPATH = "${TOPDIR}"
56 BBFILES ?= ""
57