Advertisement
Guest User

Untitled

a guest
Aug 11th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. my-recipe_0.1.0.bb
  2. SRCTAG = "${PV}"
  3. SRC_URI = "git://github.com/SomeOrg/some-repo.git;tag=${SRCTAG};branch=${BRANCH};protocol=https;nobranch=1;rebaseable=1;"
  4.  
  5.  
  6. Seems to fail with this error:
  7. Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE).", None)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement