Skip to content

Commit b572260

Browse files
committed
ci: Update bitbake source to layers.freescale for the wandboard workflows
Changed the bitbake_source from 'layers.raspberrypi' to 'layers.freescale' in both the test-build-wandboard-mesa-nightly-manually and test-build-wandboard-mesa-stable-manually workflows to align with the new configuration requirements. Maintenance-Type: ci
1 parent 92ed005 commit b572260

2 files changed

+2
-2
lines changed

.github/workflows/test-build-wandboard-mesa-nightly-manually.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
3636
bitbake_machine: ${{ matrix.machine }}
37-
bitbake_source: 'poky-wayland layers.raspberrypi conf.wpe-${{ matrix.wpe_vers }} --update-config'
37+
bitbake_source: 'poky-wayland layers.freescale conf.wpe-${{ matrix.wpe_vers }} --update-config'
3838
repo_release: ${{ matrix.yocto_rel }}
3939

4040
test-wandboard-mesa-nightly:

.github/workflows/test-build-wandboard-mesa-stable-manually.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
3636
bitbake_machine: ${{ matrix.machine }}
37-
bitbake_source: 'poky-wayland layers.raspberrypi conf.wpe-${{ matrix.wpe_vers }} --update-config'
37+
bitbake_source: 'poky-wayland layers.freescale conf.wpe-${{ matrix.wpe_vers }} --update-config'
3838
repo_release: ${{ matrix.yocto_rel }}
3939

4040
test-wandboard-mesa-stable:

0 commit comments

Comments
 (0)