Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump layer revisions #676

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cron-master-qemu86-64-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.yoctoproject.org/poky.git
ref: 7c1de3118fef96fa899ae5365f80ea8ccb1a5876
ref: a1c5e16c62f26401be8f5c0673efebfa18ed5abd
branch: none
remove-git: "0"
add-layer: "0"
Expand All @@ -55,7 +55,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.openembedded.org/meta-openembedded
ref: 62b0d5902314f953d1207b338e6f583922bc7427
ref: 49d707e0301d7bcbad386cbf3dd205ef6fdc561c
branch: none
remove-git: "0"
add-layer: "0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron-master-qemu86-64-pkgupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.yoctoproject.org/poky.git
ref: 7c1de3118fef96fa899ae5365f80ea8ccb1a5876
ref: a1c5e16c62f26401be8f5c0673efebfa18ed5abd
branch: none
add-layer: "0"
- name: checkout (meta-rubygems)
Expand All @@ -66,7 +66,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.openembedded.org/meta-openembedded
ref: 62b0d5902314f953d1207b338e6f583922bc7427
ref: 49d707e0301d7bcbad386cbf3dd205ef6fdc561c
branch: none
add-layer: "0"
- name: activate (caches)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-master-qemu86-64-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.yoctoproject.org/poky.git
ref: 7c1de3118fef96fa899ae5365f80ea8ccb1a5876
ref: a1c5e16c62f26401be8f5c0673efebfa18ed5abd
branch: none
add-layer: "0"
- name: checkout (meta-rubygems)
Expand All @@ -49,7 +49,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.openembedded.org/meta-openembedded
ref: 62b0d5902314f953d1207b338e6f583922bc7427
ref: 49d707e0301d7bcbad386cbf3dd205ef6fdc561c
branch: none
add-layer: "0"
- name: configure (caches)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-master-qemu86-64-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.yoctoproject.org/poky.git
ref: 7c1de3118fef96fa899ae5365f80ea8ccb1a5876
ref: a1c5e16c62f26401be8f5c0673efebfa18ed5abd
branch: none
add-layer: "0"
- name: checkout (meta-rubygems)
Expand All @@ -56,7 +56,7 @@ jobs:
uses: priv-kweihmann/meta-sca-ci-utils/addlayer@latest
with:
repo: git://git.openembedded.org/meta-openembedded
ref: 62b0d5902314f953d1207b338e6f583922bc7427
ref: 49d707e0301d7bcbad386cbf3dd205ef6fdc561c
branch: none
add-layer: "0"
- name: configure (caches)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Feel free to contribute any needed patches.

Up to the following revisions automated checks being performed

* poky: 7c1de3118fef96fa899ae5365f80ea8ccb1a5876
* meta-openembedded: 62b0d5902314f953d1207b338e6f583922bc7427
* poky: a1c5e16c62f26401be8f5c0673efebfa18ed5abd
* meta-openembedded: 49d707e0301d7bcbad386cbf3dd205ef6fdc561c

## Support

Expand Down
Loading