mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
da3b5d09cd
Changes: - switch to scarthgap - add required usrmerge feature to kas-security-alt configuration - add whitespaces around assignement - add common dldir/sstate - don't build apparmor in musl configus - only enable ptest for the test image Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> (squashed and recent master changes backported) Signed-off-by: Scott Murray <scott.murray@konsulko.com>
73 lines
1.7 KiB
YAML
73 lines
1.7 KiB
YAML
header:
|
|
version: 9
|
|
|
|
distro: poky
|
|
|
|
repos:
|
|
meta-security:
|
|
layers:
|
|
../meta-security:
|
|
meta-tpm:
|
|
meta-integrity:
|
|
meta-hardening:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
refspec: scarthgap
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
meta-yocto-bsp:
|
|
|
|
meta-openembedded:
|
|
url: http://git.openembedded.org/meta-openembedded
|
|
refspec: scarthgap
|
|
layers:
|
|
meta-oe:
|
|
meta-perl:
|
|
meta-python:
|
|
meta-networking:
|
|
meta-filesystems:
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/"
|
|
INHERIT += "buildstats buildstats-summary buildhistory"
|
|
INHERIT += "report-error"
|
|
IMAGE_CLASSES += "testimage"
|
|
BB_NUMBER_THREADS = "24"
|
|
BB_NUMBER_PARSE_THREADS = "12"
|
|
BB_TASK_NICE_LEVEL = '5'
|
|
BB_TASK_NICE_LEVEL_task-testimage = '0'
|
|
BB_TASK_IONICE_LEVEL = '2.7'
|
|
BB_TASK_IONICE_LEVEL_task-testimage = '2.1'
|
|
TEST_QEMUBOOT_TIMEOUT = "1500"
|
|
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
|
|
DISTRO_FEATURES:append = " security pam apparmor smack ima tpm tpm2"
|
|
DISTRO_FEATURES:remove = "ptest"
|
|
MACHINE_FEATURES:append = " tpm tpm2"
|
|
|
|
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"
|
|
|
|
dlsstate: |
|
|
DL_DIR = "/home/gitlab-runner/build/downloads"
|
|
SSTATE_DIR = "/home/gitlab-runner/build/sstate-cache"
|
|
|
|
bblayers_conf_header:
|
|
base: |
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|