You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a custom Yocto image using meta-virtualization:master and including podman-compose as an image feature. It is using the podman-compose_1.0.6.bb recipe but my resulting build only includes v1.0.3 of podman-compose.
While the version of podman_compose.py on the branch stable is v1.0.6, reviewing the SRCREV shows that it matches the tag for v1.0.3. On my Yocto working directory where the repository was cloned, I see the following:
deisenhut@ubuntu:~/yocto/pi/build/tmp/work/cortexa72-poky-linux/podman-compose/1.0.6/git$ git status
On branch stable
Your branch is behind 'origin/stable' by 168 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
nothing to commit, working tree clean
deisenhut@ubuntu:~/yocto/pi/build/tmp/work/cortexa72-poky-linux/podman-compose/1.0.6/git$ git log
commit 24ec539932580a6bc96d6eb2341141b6d7198b39 (HEAD -> stable, tag: v1.0.3)
Author: Muayyad alsadi <[email protected]>
Date: Tue Dec 21 23:15:52 2021 +0200
This commit ID matches the SRCREV in the 1.0.6 recipe.
I will update the SRCDEV to match the v1.0.6 tag and submit a PR.
The text was updated successfully, but these errors were encountered:
I'm building a custom Yocto image using
meta-virtualization:master
and includingpodman-compose
as an image feature. It is using thepodman-compose_1.0.6.bb
recipe but my resulting build only includes v1.0.3 of podman-compose.I found that the file
meta-virtualization/receipes-containers/podman-compose/podman-compose_1.0.6.bb
contains the following:While the version of
podman_compose.py
on the branchstable
is v1.0.6, reviewing the SRCREV shows that it matches the tag for v1.0.3. On my Yocto working directory where the repository was cloned, I see the following:This commit ID matches the SRCREV in the 1.0.6 recipe.
I will update the SRCDEV to match the v1.0.6 tag and submit a PR.
The text was updated successfully, but these errors were encountered: