File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,24 @@ runs:
3939 run : |
4040 mkdir $KAS_WORK_DIR
4141 ${{inputs.kas}} dump --resolve-env --resolve-local --resolve-refs \
42- ci/${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }} > kas-build.yml
42+ ci/mirror.yml:ci/ ${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }} > kas-build.yml
4343
4444 - name : Kas qcom world build
4545 shell : bash
4646 run : |
47- ${{inputs.kas}} build ci/${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}:ci/world.yml
47+ ${{inputs.kas}} build ci/mirror.yml:ci/ ${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}:ci/world.yml
4848 ci/kas-container-shell-helper.sh ci/yocto-pybootchartgui.sh
4949 mv $KAS_WORK_DIR/build/buildchart.svg buildchart-world.svg
5050
5151 - name : Kas build images
5252 shell : bash
5353 run : |
54- ${{inputs.kas}} build ci/${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}
54+ ${{inputs.kas}} build ci/mirror.yml:ci/ ${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}
5555 ci/kas-container-shell-helper.sh ci/yocto-pybootchartgui.sh
5656 mv $KAS_WORK_DIR/build/buildchart.svg .
5757
5858 if [ "${{ inputs.machine }}" = "qcom-armv8a" ]; then
59- ${{inputs.kas}} build ci/${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}:ci/initramfs-test.yml
59+ ${{inputs.kas}} build ci/mirror.yml:ci/ ${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }}:ci/initramfs-test.yml
6060 fi
6161
6262 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
2+
3+ header :
4+ version : 14
5+
6+ local_conf_header :
7+ mirror : |
8+ BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
9+ SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
You can’t perform that action at this time.
0 commit comments