diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-17 16:54:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-18 18:33:23 -0700 |
| commit | 171c3da4303d361258f785fbc6c958d643212779 (patch) | |
| tree | 78e3baef553c15d6cecc3c059fa510ba21a045e8 /kas/kas-security-base.yml | |
| parent | f876289913e070e7d63611439f1225cb29c57ec7 (diff) | |
| download | meta-security-171c3da4303d361258f785fbc6c958d643212779.tar.gz | |
add gitlab framework and qemu machine
Machines:
qemux86
qemux86-64
qemuarm
qemuarm64
qemuppc
qemumips84
qemuriscv64
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'kas/kas-security-base.yml')
| -rw-r--r-- | kas/kas-security-base.yml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml new file mode 100644 index 0000000..7f807d1 --- /dev/null +++ b/kas/kas-security-base.yml | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | header: | ||
| 2 | version: 8 | ||
| 3 | |||
| 4 | distro: poky | ||
| 5 | |||
| 6 | repos: | ||
| 7 | meta-security: | ||
| 8 | |||
| 9 | poky: | ||
| 10 | url: https://git.yoctoproject.org/git/poky | ||
| 11 | refspec: master | ||
| 12 | layers: | ||
| 13 | meta: | ||
| 14 | meta-poky: | ||
| 15 | meta-yocto-bsp: | ||
| 16 | |||
| 17 | meta-openembedded: | ||
| 18 | url: http://git.openembedded.org/meta-openembedded | ||
| 19 | refspec: master | ||
| 20 | layers: | ||
| 21 | meta-oe: | ||
| 22 | meta-perl: | ||
| 23 | meta-python: | ||
| 24 | meta-networking: | ||
| 25 | |||
| 26 | local_conf_header: | ||
| 27 | meta-security: | | ||
| 28 | CONF_VERSION = "1" | ||
| 29 | SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/" | ||
| 30 | SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n" | ||
| 31 | SSTATE_DIR = "/home/srv/sstate/master" | ||
| 32 | DL_DIR = "/home/srv/downloads/master" | ||
| 33 | BB_HASHSERVE = "auto" | ||
| 34 | BB_SIGNATURE_HANDLER = "OEEquivHash" | ||
| 35 | |||
| 36 | diskmon: | | ||
| 37 | BB_DISKMON_DIRS = "\ | ||
| 38 | STOPTASKS,${TMPDIR},1G,100K \ | ||
| 39 | STOPTASKS,${DL_DIR},1G,100K \ | ||
| 40 | STOPTASKS,${SSTATE_DIR},1G,100K \ | ||
| 41 | STOPTASKS,/tmp,100M,100K \ | ||
| 42 | ABORT,${TMPDIR},100M,1K \ | ||
| 43 | ABORT,${DL_DIR},100M,1K \ | ||
| 44 | ABORT,${SSTATE_DIR},100M,1K \ | ||
| 45 | ABORT,/tmp,10M,1K" | ||
| 46 | |||
| 47 | bblayers_conf_header: | ||
| 48 | meta-security: | | ||
| 49 | POKY_BBLAYERS_CONF_VERSION = "2" | ||
| 50 | BBPATH = "${TOPDIR}" | ||
| 51 | BBFILES ?= "" | ||
| 52 | |||
