-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add kas mirror as an independent configuration
There are situations when the upstream hash equivalent server is not available or even if its use is not desired. Having this as an independent configuration gives more freedom to choose how to use it. Signed-off-by: Jose Quaresma <[email protected]>
- Loading branch information
1 parent
6615b55
commit 691a642
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
||
header: | ||
version: 14 | ||
|
||
local_conf_header: | ||
mirror: | | ||
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" | ||
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" |