diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-08-16 15:16:36 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-08-26 21:37:18 -0700 |
commit | 57470052b05a003a634f3cc5101a27441556b53e (patch) | |
tree | 4245d500e87f9aa9470f89517b3829c723b2bd54 | |
parent | 8fe88fe8d589af4bb8abf55c3a7b7ed05b8441b3 (diff) | |
download | meta-security-57470052b05a003a634f3cc5101a27441556b53e.tar.gz |
kas-security-bas: bump conf value
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | kas/kas-security-base.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml index b9ce493..e5fe16b 100644 --- a/kas/kas-security-base.yml +++ b/kas/kas-security-base.yml | |||
@@ -38,7 +38,7 @@ repos: | |||
38 | 38 | ||
39 | local_conf_header: | 39 | local_conf_header: |
40 | base: | | 40 | base: | |
41 | CONF_VERSION = "1" | 41 | CONF_VERSION = "2" |
42 | SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/" | 42 | SOURCE_MIRROR_URL = "http://downloads.yoctoproject.org/mirror/sources/" |
43 | SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n" | 43 | SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n" |
44 | BB_HASHSERVE = "auto" | 44 | BB_HASHSERVE = "auto" |
@@ -73,7 +73,7 @@ local_conf_header: | |||
73 | 73 | ||
74 | bblayers_conf_header: | 74 | bblayers_conf_header: |
75 | base: | | 75 | base: | |
76 | POKY_BBLAYERS_CONF_VERSION = "2" | 76 | POKY_BBLAYERS_CONF_VERSION = "7" |
77 | BBPATH = "${TOPDIR}" | 77 | BBPATH = "${TOPDIR}" |
78 | BBFILES ?= "" | 78 | BBFILES ?= "" |
79 | 79 | ||