Skip to content

Commit

Permalink
Use go mix-in repository (#59)
Browse files Browse the repository at this point in the history
* [#58] Use go mix-in repository
---------

Signed-off-by: Hristo Bozhilov <[email protected]>
  • Loading branch information
hristobojilov authored Jun 26, 2023
1 parent 4ae27ac commit 79769e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: git clone -b ${{ env.BRANCH_NAME }} https://github.com/openembedded/meta-openembedded.git
- name: Clone meta-virtualization
run: git clone -b ${{ env.BRANCH_NAME }} https://github.com/lgirdk/meta-virtualization.git
- name: Clone meta-lts-mixins
run: git clone -b ${{ env.BRANCH_NAME }}/go git://git.yoctoproject.org/meta-lts-mixins
- name: Add dependencies
run: |
sudo apt-get update
Expand All @@ -64,6 +66,7 @@ jobs:
bitbake-layers add-layer ../meta-openembedded/meta-python
bitbake-layers add-layer ../meta-openembedded/meta-networking
bitbake-layers add-layer ../meta-openembedded/meta-filesystems
bitbake-layers add-layer ../meta-lts-mixins
bitbake-layers add-layer ../meta-virtualization
bitbake-layers add-layer ../meta-kanto
- name: Build suite connector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/container-management;protocol=https;br
file://service.template \
"

SRCREV = "65e00358fa5aed1792059488a80fe755b36a8191"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down

0 comments on commit 79769e1

Please sign in to comment.