Add KAS_PREMIRRORS support
Analogously to bitbake's PREMIRRORS, this allows to define alternative sources for repo URLs specified in kas files. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
committed by
Daniel Wagner
parent
dce5c0029a
commit
2f7650bb05
@@ -77,6 +77,13 @@ Environment variables
|
||||
| ``KAS_TARGET`` | |
|
||||
| ``KAS_TASK`` | |
|
||||
+-----------------------+-----------------------------------------------------+
|
||||
| ``KAS_PREMIRRORS`` | Specifies alternatives for repo URLs. Just like |
|
||||
| | bitbake ``PREMIRRORS``, this variable consists of |
|
||||
| | new-line separated entries. Each entry defines a |
|
||||
| | regular expression to match a URL and, space- |
|
||||
| | separated, its replacement. E.g.: |
|
||||
| | "https://.*\.somehost\.io/ https://localmirror.net/"|
|
||||
+-----------------------+-----------------------------------------------------+
|
||||
| ``SSH_PRIVATE_KEY`` | Path to the private key file that should be added |
|
||||
| | to an internal ssh-agent. This key cannot be |
|
||||
| | password protected. This setting is useful for CI |
|
||||
|
Reference in New Issue
Block a user