diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-10-11 14:43:04 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-10-24 10:27:58 -0400 |
commit | d7d3056ed7a2a98cd33f183ca1a6a74c36f39a4c (patch) | |
tree | c357bf1343cb4bc152cbc3785b3b6edf7c9dda00 | |
parent | e8e731818928fcc822688a53d244a98ef5f02488 (diff) | |
download | meta-security-d7d3056ed7a2a98cd33f183ca1a6a74c36f39a4c.tar.gz |
kas-security-base.yml: make work again
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | kas/kas-security-base.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml index a594fd7..e7abb3c 100644 --- a/kas/kas-security-base.yml +++ b/kas/kas-security-base.yml | |||
@@ -34,9 +34,6 @@ local_conf_header: | |||
34 | base: | | 34 | base: | |
35 | CONF_VERSION = "2" | 35 | CONF_VERSION = "2" |
36 | SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/" | 36 | SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/" |
37 | SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n" | ||
38 | BB_HASHSERVE = "auto" | ||
39 | BB_SIGNATURE_HANDLER = "OEEquivHash" | ||
40 | INHERIT += "buildstats buildstats-summary buildhistory" | 37 | INHERIT += "buildstats buildstats-summary buildhistory" |
41 | INHERIT += "report-error" | 38 | INHERIT += "report-error" |
42 | IMAGE_CLASSES += "testimage" | 39 | IMAGE_CLASSES += "testimage" |
@@ -59,10 +56,10 @@ local_conf_header: | |||
59 | STOPTASKS,${DL_DIR},1G,100K \ | 56 | STOPTASKS,${DL_DIR},1G,100K \ |
60 | STOPTASKS,${SSTATE_DIR},1G,100K \ | 57 | STOPTASKS,${SSTATE_DIR},1G,100K \ |
61 | STOPTASKS,/tmp,100M,100K \ | 58 | STOPTASKS,/tmp,100M,100K \ |
62 | ABORT,${TMPDIR},100M,1K \ | 59 | HALT,${TMPDIR},100M,1K \ |
63 | ABORT,${DL_DIR},100M,1K \ | 60 | HALT,${DL_DIR},100M,1K \ |
64 | ABORT,${SSTATE_DIR},100M,1K \ | 61 | HALT,${SSTATE_DIR},100M,1K \ |
65 | ABORT,/tmp,10M,1K" | 62 | HALT,/tmp,10M,1K" |
66 | 63 | ||
67 | bblayers_conf_header: | 64 | bblayers_conf_header: |
68 | base: | | 65 | base: | |