Skip to content

Commit

Permalink
Change workflow job to use mickledore (eclipse-kanto#53)
Browse files Browse the repository at this point in the history
[eclipse-kanto#52] Switch GitHub workflow to use mickledore release

---------

Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
  • Loading branch information
k-gostev authored May 18, 2023
1 parent d44e5fa commit 3d181d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
with:
path: meta-kanto
- name: Clone poky
run: git clone -b kirkstone git://git.yoctoproject.org/poky
run: git clone -b mickledore git://git.yoctoproject.org/poky
- name: Clone meta-openembedded
run: git clone -b kirkstone https://github.com/openembedded/meta-openembedded.git
run: git clone -b mickledore https://github.com/openembedded/meta-openembedded.git
- name: Clone meta-virtualization
run: git clone -b kirkstone https://github.com/lgirdk/meta-virtualization.git
run: git clone -b mickledore https://github.com/lgirdk/meta-virtualization.git
- name: Add dependencies
run: |
sudo apt-get update
Expand Down
3 changes: 2 additions & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ LAYERDEPENDS_meta-kanto = " \
virtualization-layer \
"

LAYERSERIES_COMPAT_meta-kanto = "kirkstone langdale"
LAYERSERIES_COMPAT_meta-kanto = "langdale mickledore"

0 comments on commit 3d181d0

Please sign in to comment.