From: Khem Raj Date: Wed, 1 Mar 2023 10:32:13 +0000 (-0800) Subject: opensbi: Upgrade to 1.2 release X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a95e4d541e202cb1e19f99c18f9378c0d6aa1ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opensbi: Upgrade to 1.2 release Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.1...v1.2 Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-bsp/opensbi/opensbi_1.1.bb b/meta/recipes-bsp/opensbi/opensbi_1.2.bb similarity index 97% rename from meta/recipes-bsp/opensbi/opensbi_1.1.bb rename to meta/recipes-bsp/opensbi/opensbi_1.2.bb index d3a62965336..a088fef4198 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.1.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.2.bb @@ -8,7 +8,7 @@ require opensbi-payloads.inc inherit autotools-brokensep deploy -SRCREV = "4489876e933d8ba0d8bc6c64bae71e295d45faac" +SRCREV = "6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8" SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" S = "${WORKDIR}/git"