-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the defaults to the v2023.10 release
* Add recipes for the v2023.10 release of libmetal and open-amp and use the commit of the v2023.10.0 tag * Lock the Linux examples and utilities to the v2023.10.0 tag * Use the real branch name, not main * fix license md5sum as is done in -dev recipes Signed-off-by: Bill Mills <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SRCREV = "0cb7d293a7f25394a06847a28d0f0ace9862936e" | ||
BRANCH = "v2023.10" | ||
SRCBRANCH ?= "${BRANCH}" | ||
PV = "${SRCBRANCH}+git${SRCPV}" | ||
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=f4d5df0f12dcea1b1a0124219c0dbab4" | ||
|
||
include libmetal.inc |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SRCREV = "1904dee18da85400e72b8f55c5c99e872a486573" | ||
BRANCH = "v2023.10" | ||
SRCBRANCH ?= "${BRANCH}" | ||
PV = "${SRCBRANCH}+git${SRCPV}" | ||
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=ab88daf995c0bd0071c2e1e55f3d3505" | ||
|
||
include open-amp.inc |
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