-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a96467f
commit fae1653
Showing
7 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Sets a default version for thunder | ||
RECIPE_BRANCH ?= "R4" | ||
SRCREV ?= "R4.4.0" | ||
# Gets the branch name from version number | ||
def GetMajorVersion(v): | ||
return v.split('.', 1)[0] | ||
|
||
PV = "${RECIPE_BRANCH}+gitr${SRCPV}" | ||
RECIPE_BRANCH ?= "R${@GetMajorVersion('${PV}')}" | ||
|
||
# this should point to a git tag | ||
SRCREV ?= "R${PV}" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters