mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 17:19:34 +00:00
kas-security-base.yml: make work again
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -34,9 +34,6 @@ local_conf_header:
|
|||||||
base: |
|
base: |
|
||||||
CONF_VERSION = "2"
|
CONF_VERSION = "2"
|
||||||
SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/"
|
SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/"
|
||||||
SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n"
|
|
||||||
BB_HASHSERVE = "auto"
|
|
||||||
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
|
||||||
INHERIT += "buildstats buildstats-summary buildhistory"
|
INHERIT += "buildstats buildstats-summary buildhistory"
|
||||||
INHERIT += "report-error"
|
INHERIT += "report-error"
|
||||||
IMAGE_CLASSES += "testimage"
|
IMAGE_CLASSES += "testimage"
|
||||||
@@ -59,10 +56,10 @@ local_conf_header:
|
|||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
STOPTASKS,/tmp,100M,100K \
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
HALT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
HALT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K \
|
HALT,${SSTATE_DIR},100M,1K \
|
||||||
ABORT,/tmp,10M,1K"
|
HALT,/tmp,10M,1K"
|
||||||
|
|
||||||
bblayers_conf_header:
|
bblayers_conf_header:
|
||||||
base: |
|
base: |
|
||||||
|
|||||||
Reference in New Issue
Block a user