Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v2024.05 for libmetal, open-amp, rpmsg examples, and rpmsg utils #45

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions recipes-openamp/libmetal/libmetal_v2024.05.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SRVREV == v2024.05.0
SRCREV = "3aee6be866b190d2e2b4997fedbd976a0c37c0c6"
BRANCH = "v2024.05"
SRCBRANCH ?= "${BRANCH}"
PV = "${SRCBRANCH}+git${SRCPV}"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=f4d5df0f12dcea1b1a0124219c0dbab4"

include libmetal.inc
8 changes: 8 additions & 0 deletions recipes-openamp/open-amp/open-amp_v2024.05.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SRCREV == v2024.05.1
SRCREV = "856680eb99cee67dfff3d2e9c6d4ede3b7549895"
BRANCH = "v2024.05"
SRCBRANCH ?= "${BRANCH}"
PV = "${SRCBRANCH}+git${SRCPV}"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=ab88daf995c0bd0071c2e1e55f3d3505"

include open-amp.inc
4 changes: 2 additions & 2 deletions recipes-openamp/rpmsg-examples/rpmsg-example.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ REPO = "git://github.com/OpenAMP/openamp-system-reference;protocol=https"
# OPENAMP_SYS_REF_BRANCH="main"
#
# These values select the commit tagged by v2023.10.0
OPENAMP_SYS_REF_SRCREV ?= "2c5d2064e45faf7e3a542d1232593beec40ff940"
OPENAMP_SYS_REF_BRANCH ?= "v2023.10"
OPENAMP_SYS_REF_SRCREV ?= "aa4163be7f4386fb49635d68b920072efc7e5f26"
tnmysh marked this conversation as resolved.
Show resolved Hide resolved
OPENAMP_SYS_REF_BRANCH ?= "v2024.05"

# This include is used by multiple recipes
# now set the variables for this recipe
Expand Down