From: Thomas Perrot Date: Tue, 7 Nov 2023 11:20:25 +0000 (+0100) Subject: opensbi: Upgrade to 1.3.1 release X-Git-Tag: yocto-5.2~4616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d642c49e9354c105b1269555b646bb4afaef491;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opensbi: Upgrade to 1.3.1 release Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3.1 Signed-off-by: Thomas Perrot Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/opensbi/opensbi_1.2.bb b/meta/recipes-bsp/opensbi/opensbi_1.3.bb similarity index 93% rename from meta/recipes-bsp/opensbi/opensbi_1.2.bb rename to meta/recipes-bsp/opensbi/opensbi_1.3.bb index a088fef4198..f01cae34d1f 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.2.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.3.bb @@ -8,8 +8,8 @@ require opensbi-payloads.inc inherit autotools-brokensep deploy -SRCREV = "6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8" -SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" +SRCREV = "057eb10b6d523540012e6947d5c9f63e95244e94" +SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.3.x;protocol=https" S = "${WORKDIR}/git"