All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] yocto-uninative: Update to 2.5 release
@ 2019-05-29 18:43 Richard Purdie
  2019-05-29 18:43 ` [PATCH 2/2] uninative: Switch from bz2 to xz Richard Purdie
  0 siblings, 1 reply; 21+ messages in thread
From: Richard Purdie @ 2019-05-29 18:43 UTC (permalink / raw)
  To: openembedded-core

This includes libstdc++ changes from gcc 9.X.

It also switches uninative from bz2 to xz compression.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/distro/include/yocto-uninative.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index 59ccd6931ba..0bb8f7af176 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -8,7 +8,7 @@
 
 UNINATIVE_MAXGLIBCVERSION = "2.29"
 
-UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.4/"
-UNINATIVE_CHECKSUM[aarch64] ?= "af2e2faf6cf00ff45cc1bcd5e3fb00cee7f79b3ec7c3be15917ad4ff8c154cfe"
-UNINATIVE_CHECKSUM[i686] ?= "fafacfc537a6ce2bd122bd16c146881ab5ac69bd575abf6cb68a0dd33fa70ea2"
-UNINATIVE_CHECKSUM[x86_64] ?= "06f91685b782f2ccfedf3070b3ba0fe4a5ba2f0766dad5c9d1642dccf95accd0"
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.5/"
+UNINATIVE_CHECKSUM[aarch64] ?= "ca977ff95c77f983570141908d451ff7d78add2864471605af404302bb36a1fa"
+UNINATIVE_CHECKSUM[i686] ?= "7b5822891c293795faf8a4a80586b36f8cde405387524916a24f9055ea82f7ca"
+UNINATIVE_CHECKSUM[x86_64] ?= "ed0ac07c710b711925cb976685dd855fb1d442dd840d00194751c18bf480c4ed"
-- 
2.20.1



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

end of thread, other threads:[~2019-05-31 13:44 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-29 18:43 [PATCH 1/2] yocto-uninative: Update to 2.5 release Richard Purdie
2019-05-29 18:43 ` [PATCH 2/2] uninative: Switch from bz2 to xz Richard Purdie
2019-05-29 19:21   ` akuster808
2019-05-29 19:26     ` richard.purdie
2019-05-29 20:39       ` akuster808
2019-05-29 20:50         ` richard.purdie
2019-05-29 21:25           ` Tom Rini
2019-05-29 21:29             ` richard.purdie
2019-05-29 22:17               ` Adrian Bunk
2019-05-29 22:29                 ` Tom Rini
2019-05-29 23:02                   ` Adrian Bunk
2019-05-30  8:13                     ` richard.purdie
2019-05-30 13:32                       ` akuster808
2019-05-30 13:55                         ` richard.purdie
2019-05-30 15:57                           ` Tom Rini
2019-05-31 13:44                             ` richard.purdie
2019-05-30 13:59                       ` Adrian Bunk
2019-05-30 14:06                         ` richard.purdie
2019-05-30 14:25                           ` Adrian Bunk
2019-05-30 14:15                         ` akuster808
2019-05-30  2:54                   ` Tim Orling

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.