Skip to content

Commit

Permalink
Add compatibility with walnascar
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Nov 12, 2024
1 parent 42bc8c6 commit f72071b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/manifest/manifest-walnascar.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="2"/>

<remote fetch="https://git.openembedded.org/" name="oe"/>
<remote fetch="https://git.yoctoproject.org/git/" name="yocto"/>
<remote fetch="https://github.com" name="github"/>
<remote fetch="https://github.com/Igalia" name="igalia"/>
<remote fetch="https://gitlab.com" name="gitlab"/>
<remote fetch="http://code.qt.io/yocto" name="qt"/>

<project remote="oe" revision="master" name="meta-openembedded" path="sources/meta-openembedded"/>

<project remote="yocto" revision="master" name="poky" path="sources/poky"/>
<project remote="yocto" revision="master" name="meta-raspberrypi" path="sources/meta-raspberrypi"/>

<project remote="igalia" revision="main" name="meta-webkit.git" path="sources/meta-webkit"/>
</manifest>
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-current-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'styhead'
dest: 'walnascar'
24 changes: 23 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f72071b

Please sign in to comment.