diff --git a/.github/manifest/manifest-walnascar.xml b/.github/manifest/manifest-walnascar.xml new file mode 100644 index 0000000..cea2af0 --- /dev/null +++ b/.github/manifest/manifest-walnascar.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/.github/workflows/sync-main-current-release.yml b/.github/workflows/sync-main-current-release.yml index 3d23182..938e46e 100644 --- a/.github/workflows/sync-main-current-release.yml +++ b/.github/workflows/sync-main-current-release.yml @@ -14,4 +14,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} source: 'main' - dest: 'styhead' + dest: 'walnascar' diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 860a836..4dcea26 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -38,7 +38,6 @@ jobs: machine: ['raspberrypi3-mesa', 'raspberrypi4-64'] wpe_vers: ['2_46'] yocto_rel: ['scarthgap'] - continue-on-error: true runs-on: self-hosted if: "!contains(github.event.head_commit.message, 'ci skip')" needs: scarthgap-repo @@ -103,3 +102,26 @@ jobs: bitbake_source: 'raspberrypi3-mesa-wpe-2-46 raspberrypi3-mesa poky layers.raspberrypi.webkit conf_v4.wpe-2_46' repo_release: 'styhead' needs: styhead-repo + + walnascar-repo: + runs-on: self-hosted + continue-on-error: true + if: "!contains(github.event.head_commit.message, 'ci skip')" + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/bitbake-repo + with: + repo_release: 'walnascar' + + walnascar-raspberrypi3-mesa-weston-wpe-2-46: + runs-on: self-hosted + continue-on-error: true + if: "!contains(github.event.head_commit.message, 'ci skip')" + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/bitbake-build + with: + bitbake_source: 'raspberrypi3-mesa-wpe-2-46 raspberrypi3-mesa poky layers.raspberrypi.webkit conf_v4.wpe-2_46' + repo_release: 'walnascar' + needs: walnascar-repo + diff --git a/conf/layer.conf b/conf/layer.conf index 0bfec81..7a35807 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,4 +17,4 @@ BBFILE_PRIORITY_webkit = "7" BB_DANGLINGAPPENDS_WARNONLY = "true" # Support from the current actively maintained LTS Yocto release -LAYERSERIES_COMPAT_webkit = "kirkstone langdale mickledore nanbield scarthgap styhead" +LAYERSERIES_COMPAT_webkit = "kirkstone langdale mickledore nanbield scarthgap styhead walnascar"