public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] newlib: Upgrade to latest yearly release 3.3.0
@ 2020-05-04 20:57 Alejandro Hernandez
  2020-05-04 21:02 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Hernandez @ 2020-05-04 20:57 UTC (permalink / raw)
  To: openembedded-core

Upgrade to the latest snapshot, also drop md5sum while were at it.

Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
---
 .../newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb}            | 0
 meta/recipes-core/newlib/newlib.inc                            | 3 +--
 meta/recipes-core/newlib/{newlib_3.2.0.bb => newlib_3.3.0.bb}  | 0
 3 files changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-core/newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb} (100%)
 rename meta/recipes-core/newlib/{newlib_3.2.0.bb => newlib_3.3.0.bb} (100%)

diff --git a/meta/recipes-core/newlib/libgloss_3.2.0.bb b/meta/recipes-core/newlib/libgloss_3.3.0.bb
similarity index 100%
rename from meta/recipes-core/newlib/libgloss_3.2.0.bb
rename to meta/recipes-core/newlib/libgloss_3.3.0.bb
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc
index 5edea8aba1..96e230f985 100644
--- a/meta/recipes-core/newlib/newlib.inc
+++ b/meta/recipes-core/newlib/newlib.inc
@@ -16,8 +16,7 @@ LIC_FILES_CHKSUM = " \
 		"
 
 SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz"
-SRC_URI[md5sum] = "afb3a01c8c82b6717ea55659a4de30ec"
-SRC_URI[sha256sum] = "f7b2322964a1e3b37bec0768da20f50dfb62247d729110974dd95756a53bb6d4"
+SRC_URI[sha256sum] = "58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66"
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "virtual/${TARGET_PREFIX}gcc"
diff --git a/meta/recipes-core/newlib/newlib_3.2.0.bb b/meta/recipes-core/newlib/newlib_3.3.0.bb
similarity index 100%
rename from meta/recipes-core/newlib/newlib_3.2.0.bb
rename to meta/recipes-core/newlib/newlib_3.3.0.bb
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0
  2020-05-04 20:57 [PATCH] newlib: Upgrade to latest yearly release 3.3.0 Alejandro Hernandez
@ 2020-05-04 21:02 ` Patchwork
  2020-05-04 21:12   ` [OE-core] " Alejandro Hernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Patchwork @ 2020-05-04 21:02 UTC (permalink / raw)
  To: Alejandro Enedino Hernandez Samaniego; +Cc: openembedded-core

== Series Details ==

Series: newlib: Upgrade to latest yearly release 3.3.0
Revision: 1
URL   : https://patchwork.openembedded.org/series/23943/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 26eb22191f)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0
  2020-05-04 21:02 ` ✗ patchtest: failure for " Patchwork
@ 2020-05-04 21:12   ` Alejandro Hernandez
  2020-05-05  1:17     ` Steve Sakoman
  0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Hernandez @ 2020-05-04 21:12 UTC (permalink / raw)
  To: openembedded-core, Alejandro Enedino Hernandez Samaniego

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

My bad, this meant to be a patch for Dunfell since its been merged on 
master already, please disregard this failure


Alejandro

On 5/4/20 2:02 PM, Patchwork wrote:
> == Series Details ==
>
> Series: newlib: Upgrade to latest yearly release 3.3.0
> Revision: 1
> URL   : https://patchwork.openembedded.org/series/23943/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Issue             Series does not apply on top of target branch [test_series_merge_on_head]
>    Suggested fix    Rebase your series on top of targeted branch
>    Targeted branch  master (currently at 26eb22191f)
>
>
>
> If you believe any of these test results are incorrect, please reply to the
> mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
> Otherwise we would appreciate you correcting the issues and submitting a new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
>
> 

[-- Attachment #2: Type: text/html, Size: 2430 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0
  2020-05-04 21:12   ` [OE-core] " Alejandro Hernandez
@ 2020-05-05  1:17     ` Steve Sakoman
  2020-05-05  1:21       ` Alejandro Hernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Sakoman @ 2020-05-05  1:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: Alejandro Enedino Hernandez Samaniego

On Mon, May 4, 2020 at 11:12 AM Alejandro Hernandez
<alhe@linux.microsoft.com> wrote:
>
> My bad, this meant to be a patch for Dunfell since its been merged on master already, please disregard this failure

If you'd like me to consider a patch for dunfell, I'll need a little
more info than just that it is a version upgrade.

For dunfell patches to be considered they should be in one of the
following categories:

Acceptable:

Security and CVE fixes
Fixes for bugs
Changes to follow an upstream stable series or LTS that aligns with
the original release (based on compatibility)

Potentially Acceptable:

Fixes so codebase works with newly released distros (only in the first
six months after a given release series first releases)
Bug fix only version upgrades for upstreams with a good stable process

So if you could tag any patches for dunfell LTS with [dunfell] in the
subject and let me know which of the above categories the patch falls
into I will be a happy maintainer ;-)

Steve

> On 5/4/20 2:02 PM, Patchwork wrote:
>
> == Series Details ==
>
> Series: newlib: Upgrade to latest yearly release 3.3.0
> Revision: 1
> URL   : https://patchwork.openembedded.org/series/23943/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Issue             Series does not apply on top of target branch [test_series_merge_on_head]
>   Suggested fix    Rebase your series on top of targeted branch
>   Targeted branch  master (currently at 26eb22191f)
>
>
>
> If you believe any of these test results are incorrect, please reply to the
> mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
> Otherwise we would appreciate you correcting the issues and submitting a new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
>
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0
  2020-05-05  1:17     ` Steve Sakoman
@ 2020-05-05  1:21       ` Alejandro Hernandez
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Hernandez @ 2020-05-05  1:21 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2749 bytes --]

On Mon, May 4, 2020, 7:17 PM Steve Sakoman <sakoman@gmail.com> wrote:

> On Mon, May 4, 2020 at 11:12 AM Alejandro Hernandez
> <alhe@linux.microsoft.com> wrote:
> >
> > My bad, this meant to be a patch for Dunfell since its been merged on
> master already, please disregard this failure
>
> If you'd like me to consider a patch for dunfell, I'll need a little
> more info than just that it is a version upgrade.
>
> For dunfell patches to be considered they should be in one of the
> following categories:
>
> Acceptable:
>
> Security and CVE fixes
> Fixes for bugs
> Changes to follow an upstream stable series or LTS that aligns with
> the original release (based on compatibility)
>
> Potentially Acceptable:
>
> Fixes so codebase works with newly released distros (only in the first
> six months after a given release series first releases)
> Bug fix only version upgrades for upstreams with a good stable process
>
> So if you could tag any patches for dunfell LTS with [dunfell] in the
> subject and let me know which of the above categories the patch falls
> into I will be a happy maintainer ;-)
>
> Steve
>

Understood, I don't think it fits any of those, so lets keep this one off
Dunfell for now.

Thanks Steve

Cheers,

Alejandro


> > On 5/4/20 2:02 PM, Patchwork wrote:
> >
> > == Series Details ==
> >
> > Series: newlib: Upgrade to latest yearly release 3.3.0
> > Revision: 1
> > URL   : https://patchwork.openembedded.org/series/23943/
> > State : failure
> >
> > == Summary ==
> >
> >
> > Thank you for submitting this patch series to OpenEmbedded Core. This is
> > an automated response. Several tests have been executed on the proposed
> > series by patchtest resulting in the following failures:
> >
> >
> >
> > * Issue             Series does not apply on top of target branch
> [test_series_merge_on_head]
> >   Suggested fix    Rebase your series on top of targeted branch
> >   Targeted branch  master (currently at 26eb22191f)
> >
> >
> >
> > If you believe any of these test results are incorrect, please reply to
> the
> > mailing list (openembedded-core@lists.openembedded.org) raising your
> concerns.
> > Otherwise we would appreciate you correcting the issues and submitting a
> new
> > version of the patchset if applicable. Please ensure you add/increment
> the
> > version number when sending the new version (i.e. [PATCH] -> [PATCH v2]
> ->
> > [PATCH v3] -> ...).
> >
> > ---
> > Guidelines:
> https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> > Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> > Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
> >
> >
> > 
>

[-- Attachment #2: Type: text/html, Size: 4475 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-05  1:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 20:57 [PATCH] newlib: Upgrade to latest yearly release 3.3.0 Alejandro Hernandez
2020-05-04 21:02 ` ✗ patchtest: failure for " Patchwork
2020-05-04 21:12   ` [OE-core] " Alejandro Hernandez
2020-05-05  1:17     ` Steve Sakoman
2020-05-05  1:21       ` Alejandro Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox