diff options
| -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: | |
