forked from zarhus/meta-trenchboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kas.yml
85 lines (72 loc) · 2.11 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
73
74
75
76
77
78
79
80
81
82
83
84
85
header:
version: 8
repos:
poky:
url: https://git.yoctoproject.org/git/poky
refspec: 5e1f52edb7a9f790fb6cb5d96502f3690267c1b1
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-openembedded:
url: http://git.openembedded.org/meta-openembedded
refspec: bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c
layers:
meta-oe:
meta-networking:
meta-filesystems:
meta-python:
meta-perl:
meta-python2:
url: git://git.openembedded.org/meta-python2
refspec: 4400f9155ec193d028208cf0c66aeed2ba2b00ab
meta-security:
url: https://git.yoctoproject.org/git/meta-security
refspec: ecd8c30af6b1b957b4fa814d3f25c40f060b3ac1
layers:
meta-tpm:
meta-selinux:
url: https://git.yoctoproject.org/git/meta-selinux
refspec: 44d760413920ba440439b8bc7c2a71ca26cd7a2d
meta-secure-core:
url: https://github.com/jiazhang0/meta-secure-core
refspec: 628949305cdffff6798330d58e3d8c2bcf5c89f3
layers:
meta:
meta-tpm2:
meta-signing-key:
meta-efi-secure-boot:
meta-safeboot:
url: https://github.com/3mdeb/meta-safeboot
refspec: f58a4224be26df4895cc49f12f3a84e312dba580
meta-trenchboot-attestation:
url: https://github.com/3mdeb/meta-trenchboot-attestation
refspec: 12720873f8cd0954004b5fe0bf732d568b9bfbb0
meta-trenchboot:
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
LICENSE_FLAGS_WHITELIST = "commercial"
local_conf_header:
standard: |
CONF_VERSION = "2"
PACKAGE_CLASSES = "package_rpm"
SDKMACHINE = "x86_64"
USER_CLASSES = "buildstats image-prelink"
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 \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
oe-layer-priority: |
BBFILE_PRIORITY_openembedded-layer = "4"