* [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1
@ 2021-01-12 4:01 Wang Mingyu
2021-01-12 15:33 ` Mikko Rapeli
0 siblings, 1 reply; 4+ messages in thread
From: Wang Mingyu @ 2021-01-12 4:01 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../binutils/{binutils-2.35.inc => binutils-2.35.1.inc} | 6 +++---
...s-canadian_2.35.bb => binutils-cross-canadian_2.35.1.bb} | 0
...testsuite_2.35.bb => binutils-cross-testsuite_2.35.1.bb} | 0
.../{binutils-cross_2.35.bb => binutils-cross_2.35.1.bb} | 0
...inutils-crosssdk_2.35.bb => binutils-crosssdk_2.35.1.bb} | 0
.../binutils/{binutils_2.35.bb => binutils_2.35.1.bb} | 0
6 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/binutils/{binutils-2.35.inc => binutils-2.35.1.inc} (96%)
rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.35.bb => binutils-cross-canadian_2.35.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils-cross-testsuite_2.35.bb => binutils-cross-testsuite_2.35.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils-cross_2.35.bb => binutils-cross_2.35.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.35.bb => binutils-crosssdk_2.35.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils_2.35.bb => binutils_2.35.1.bb} (100%)
diff --git a/meta/recipes-devtools/binutils/binutils-2.35.inc b/meta/recipes-devtools/binutils/binutils-2.35.1.inc
similarity index 96%
rename from meta/recipes-devtools/binutils/binutils-2.35.inc
rename to meta/recipes-devtools/binutils/binutils-2.35.1.inc
index aa02063b19..c92cb75543 100644
--- a/meta/recipes-devtools/binutils/binutils-2.35.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.35.1.inc
@@ -16,15 +16,15 @@ def binutils_branch_version(d):
# When upgrading to 2.35, please make sure there is no trailing .0, so
# that upstream version check can work correctly.
-PV = "2.35"
-CVE_VERSION = "2.35"
+PV = "2.35.1"
+CVE_VERSION = "2.35.1"
BINUPV = "${@binutils_branch_version(d)}"
#BRANCH = "binutils-${BINUPV}-branch"
BRANCH ?= "binutils-2_35-branch"
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
-SRCREV ?= "89a9065674a14a8bd94bb326b27d19a2f3583efb"
+SRCREV ?= "7e46a74aa3713c563940960e361e08defda019c2"
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${BRANCH};protocol=git"
SRC_URI = "\
${BINUTILS_GIT_URI} \
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.35.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.35.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross-canadian_2.35.bb
rename to meta/recipes-devtools/binutils/binutils-cross-canadian_2.35.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.35.bb b/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.35.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross-testsuite_2.35.bb
rename to meta/recipes-devtools/binutils/binutils-cross-testsuite_2.35.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.35.bb b/meta/recipes-devtools/binutils/binutils-cross_2.35.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross_2.35.bb
rename to meta/recipes-devtools/binutils/binutils-cross_2.35.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.35.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.35.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-crosssdk_2.35.bb
rename to meta/recipes-devtools/binutils/binutils-crosssdk_2.35.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils_2.35.bb b/meta/recipes-devtools/binutils/binutils_2.35.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils_2.35.bb
rename to meta/recipes-devtools/binutils/binutils_2.35.1.bb
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1
2021-01-12 4:01 [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1 Wang Mingyu
@ 2021-01-12 15:33 ` Mikko Rapeli
2021-01-12 16:29 ` Alexander Kanavin
0 siblings, 1 reply; 4+ messages in thread
From: Mikko Rapeli @ 2021-01-12 15:33 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hi,
Would be nice to know a bit more of the update, e.g. a changelog summary
and wether API/ABI changes are in it.
It's important to know if the patch is also needed in stable branches.
Cheers,
-Mikko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1
2021-01-12 15:33 ` Mikko Rapeli
@ 2021-01-12 16:29 ` Alexander Kanavin
2021-01-12 19:10 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2021-01-12 16:29 UTC (permalink / raw)
To: Mikko Rapeli; +Cc: Wang Mingyu, OE-core, Khem Raj
[-- Attachment #1: Type: text/plain, Size: 411 bytes --]
Maybe Khem also has a patch in progress? This update has been pending for a
while.
Alex
On Tue, 12 Jan 2021 at 16:33, Mikko Rapeli <mikko.rapeli@bmw.de> wrote:
> Hi,
>
> Would be nice to know a bit more of the update, e.g. a changelog summary
> and wether API/ABI changes are in it.
>
> It's important to know if the patch is also needed in stable branches.
>
> Cheers,
>
> -Mikko
>
>
>
[-- Attachment #2: Type: text/html, Size: 752 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1
2021-01-12 16:29 ` Alexander Kanavin
@ 2021-01-12 19:10 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2021-01-12 19:10 UTC (permalink / raw)
To: Alexander Kanavin, Mikko Rapeli; +Cc: Wang Mingyu, OE-core
This change is fine, they are bugfix release only. and yes they can be
backported to release as well.
On 1/12/21 8:29 AM, Alexander Kanavin wrote:
> Maybe Khem also has a patch in progress? This update has been pending
> for a while.
>
> Alex
>
> On Tue, 12 Jan 2021 at 16:33, Mikko Rapeli <mikko.rapeli@bmw.de
> <mailto:mikko.rapeli@bmw.de>> wrote:
>
> Hi,
>
> Would be nice to know a bit more of the update, e.g. a changelog summary
> and wether API/ABI changes are in it.
>
> It's important to know if the patch is also needed in stable branches.
>
> Cheers,
>
> -Mikko
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-12 19:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 4:01 [OE-core] [PATCH] binutils: upgrade 2.35 -> 2.35.1 Wang Mingyu
2021-01-12 15:33 ` Mikko Rapeli
2021-01-12 16:29 ` Alexander Kanavin
2021-01-12 19:10 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.