Skip to content

recipes: use nobranch=1 for upstream git sources#41

Open
kvinwang wants to merge 1 commit intomainfrom
fix/ovmf-nobranch
Open

recipes: use nobranch=1 for upstream git sources#41
kvinwang wants to merge 1 commit intomainfrom
fix/ovmf-nobranch

Conversation

@kvinwang
Copy link
Collaborator

Summary

  • Replace branch=master with nobranch=1 in OVMF recipe
  • Replace branch=zfs-2.2-release with nobranch=1 in ZFS recipe
  • SRCREV is already pinned to specific commits, so branch names are unnecessary and can cause fetch failures if upstream rebases

Test plan

  • bitbake dstack-ovmf fetches and builds successfully
  • bitbake dstack-zfs fetches and builds successfully

Replace branch= with nobranch=1 in OVMF and ZFS recipes since
SRCREV is already pinned to specific commits. This makes fetching
more robust against upstream branch rebases or renames.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant