Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28
@ 2020-02-23  9:18 Mauro Condarelli
  2020-02-23  9:18 ` [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832 Mauro Condarelli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mauro Condarelli @ 2020-02-23  9:18 UTC (permalink / raw)
  To: buildroot

---
 package/ell/ell.hash | 2 +-
 package/ell/ell.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ell/ell.hash b/package/ell/ell.hash
index 02e6e27..cbf83e4 100644
--- a/package/ell/ell.hash
+++ b/package/ell/ell.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256 b6a4b46807391ea69f9271074cc778aa74263af2bea3f797ab0c092e8dedd21f ell-0.24.tar.gz
+sha256 f7d41781eebcec5795554249400895532460bcf533f2a55ee0c3b9c792dda42d  ell-0.28.tar.gz
 
 # License files
 sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 6cafdd7..664976a 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.24
+ELL_VERSION = 0.28
 ELL_SITE = https://git.kernel.org/pub/scm/libs/ell/ell.git
 ELL_SITE_METHOD = git
 ELL_LICENSE = LGPL-2.1+
-- 
2.25.1

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

* [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832.
  2020-02-23  9:18 [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Mauro Condarelli
@ 2020-02-23  9:18 ` Mauro Condarelli
  2020-02-23 11:40   ` Pierre-Jean Texier
  2020-02-23  9:18 ` [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5 Mauro Condarelli
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Mauro Condarelli @ 2020-02-23  9:18 UTC (permalink / raw)
  To: buildroot

It has bugfixes needed by swupdate.

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
---
 package/libubootenv/libubootenv.hash | 2 +-
 package/libubootenv/libubootenv.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/libubootenv/libubootenv.hash b/package/libubootenv/libubootenv.hash
index bde2ac3..383f550 100644
--- a/package/libubootenv/libubootenv.hash
+++ b/package/libubootenv/libubootenv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 332c45d46401f1859f0781fd0fd316bb1c251264674677c26a4d9b9e1c592719 libubootenv-879c0731fa0725785b9fa4499bbf6aacd04ee4c2.tar.gz
+sha256 dc84eefd7dcde46e6754517be37dc0c5a6cd07d38db06564eb54acd9b9ff936e libubootenv-ba952d05ec9ab16029816a06d956bac7fb4e9832.tar.gz
 sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 Licenses/lgpl-2.1.txt
diff --git a/package/libubootenv/libubootenv.mk b/package/libubootenv/libubootenv.mk
index 99cbd0d..3912fda 100644
--- a/package/libubootenv/libubootenv.mk
+++ b/package/libubootenv/libubootenv.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LIBUBOOTENV_VERSION = 879c0731fa0725785b9fa4499bbf6aacd04ee4c2
+#LIBUBOOTENV_VERSION = 879c0731fa0725785b9fa4499bbf6aacd04ee4c2
+LIBUBOOTENV_VERSION = ba952d05ec9ab16029816a06d956bac7fb4e9832
 LIBUBOOTENV_SITE = $(call github,sbabic,libubootenv,$(LIBUBOOTENV_VERSION))
 LIBUBOOTENV_LICENSE = LGPL-2.1
 LIBUBOOTENV_LICENSE_FILES = Licenses/lgpl-2.1.txt
-- 
2.25.1

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

* [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5
  2020-02-23  9:18 [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Mauro Condarelli
  2020-02-23  9:18 ` [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832 Mauro Condarelli
@ 2020-02-23  9:18 ` Mauro Condarelli
  2020-02-23 13:45   ` Thomas Petazzoni
  2020-02-23  9:18 ` [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e Mauro Condarelli
  2020-02-23 20:47 ` [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Thomas Petazzoni
  3 siblings, 1 reply; 9+ messages in thread
From: Mauro Condarelli @ 2020-02-23  9:18 UTC (permalink / raw)
  To: buildroot

---
 package/iwd/iwd.hash | 3 +--
 package/iwd/iwd.mk   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
index e7ba107..cdf28d2 100644
--- a/package/iwd/iwd.hash
+++ b/package/iwd/iwd.hash
@@ -1,5 +1,4 @@
 # Locally computed
-sha256 f52ed3cc0dae1f9a82c601df638977f0f6d8d4629ba5e333b4743748a907c0e7 iwd-0.22.tar.gz
-
+sha256 4d7c92b9fdbf14f46f208f1b053597a7e5225a4ad42369a3c28bcdb595087833  iwd-1.5.tar.gz
 # License files
 sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index fc8b83d..799e631 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 0.22
+IWD_VERSION = 1.5
 IWD_SITE = https://git.kernel.org/pub/scm/network/wireless/iwd.git
 IWD_SITE_METHOD = git
 IWD_LICENSE = LGPL-2.1+
-- 
2.25.1

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

* [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e.
  2020-02-23  9:18 [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Mauro Condarelli
  2020-02-23  9:18 ` [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832 Mauro Condarelli
  2020-02-23  9:18 ` [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5 Mauro Condarelli
@ 2020-02-23  9:18 ` Mauro Condarelli
  2020-02-23 13:46   ` Thomas Petazzoni
  2020-02-29 20:55   ` James Hilliard
  2020-02-23 20:47 ` [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Thomas Petazzoni
  3 siblings, 2 replies; 9+ messages in thread
From: Mauro Condarelli @ 2020-02-23  9:18 UTC (permalink / raw)
  To: buildroot

It has bugfixes for clering U-Boot variables (needs fixed libubootenv).
Implements support for toolchains without locale.

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
---
 package/swupdate/swupdate.hash | 2 +-
 package/swupdate/swupdate.mk   | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash
index 3de8d25..8c43e7e 100644
--- a/package/swupdate/swupdate.hash
+++ b/package/swupdate/swupdate.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256  31b2561c9c91ab1e8b6f73704f9a3560816961c2cade4f5d5fc15f55c77ec819  swupdate-2019.11.tar.gz
+sha256  205b2dccd97285d5535cdb2bc50f808226131825d386f01838863c2d552f1612  swupdate-119173d1cfa061140a809cb7589fa1970fb3f44e.tar.gz
 sha256  43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478  Licenses/Exceptions
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  Licenses/gpl-2.0.txt
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  Licenses/lgpl-2.1.txt
diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index 60dc0e9..26af1fa 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SWUPDATE_VERSION = 2019.11
+SWUPDATE_VERSION = 119173d1cfa061140a809cb7589fa1970fb3f44e
 SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION))
 SWUPDATE_LICENSE = GPL-2.0+ with OpenSSL exception, LGPL-2.1+, MIT
 SWUPDATE_LICENSE_FILES = Licenses/Exceptions Licenses/gpl-2.0.txt \
@@ -145,6 +145,12 @@ ifeq ($(BR2_PACKAGE_LIBRSYNC),y)
 SWUPDATE_DEPENDENCIES += librsync
 endif
 
+ifeq ($(BR2_ENABLE_LOCALE),y)
+SWUPDATE_MAKE_ENV += LOCALE=y
+else
+SWUPDATE_MAKE_ENV += LOCALE=n
+endif
+
 SWUPDATE_BUILD_CONFIG = $(@D)/.config
 
 SWUPDATE_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_SWUPDATE_CONFIG))
-- 
2.25.1

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

* [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832.
  2020-02-23  9:18 ` [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832 Mauro Condarelli
@ 2020-02-23 11:40   ` Pierre-Jean Texier
  0 siblings, 0 replies; 9+ messages in thread
From: Pierre-Jean Texier @ 2020-02-23 11:40 UTC (permalink / raw)
  To: buildroot

Hello Mauro,

Le 23/02/2020 ? 10:18, Mauro Condarelli a ?crit?:
> It has bugfixes needed by swupdate.
> 
> Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
> ---
>   package/libubootenv/libubootenv.hash | 2 +-
>   package/libubootenv/libubootenv.mk   | 3 ++-
>   2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libubootenv/libubootenv.hash b/package/libubootenv/libubootenv.hash
> index bde2ac3..383f550 100644
> --- a/package/libubootenv/libubootenv.hash
> +++ b/package/libubootenv/libubootenv.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256 332c45d46401f1859f0781fd0fd316bb1c251264674677c26a4d9b9e1c592719 libubootenv-879c0731fa0725785b9fa4499bbf6aacd04ee4c2.tar.gz
> +sha256 dc84eefd7dcde46e6754517be37dc0c5a6cd07d38db06564eb54acd9b9ff936e libubootenv-ba952d05ec9ab16029816a06d956bac7fb4e9832.tar.gz
>   sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 Licenses/lgpl-2.1.txt
> diff --git a/package/libubootenv/libubootenv.mk b/package/libubootenv/libubootenv.mk
> index 99cbd0d..3912fda 100644
> --- a/package/libubootenv/libubootenv.mk
> +++ b/package/libubootenv/libubootenv.mk
> @@ -4,7 +4,8 @@
>   #
>   ################################################################################
>   
> -LIBUBOOTENV_VERSION = 879c0731fa0725785b9fa4499bbf6aacd04ee4c2
> +#LIBUBOOTENV_VERSION = 879c0731fa0725785b9fa4499bbf6aacd04ee4c2
> +LIBUBOOTENV_VERSION = ba952d05ec9ab16029816a06d956bac7fb4e9832
>   LIBUBOOTENV_SITE = $(call github,sbabic,libubootenv,$(LIBUBOOTENV_VERSION))
>   LIBUBOOTENV_LICENSE = LGPL-2.1
>   LIBUBOOTENV_LICENSE_FILES = Licenses/lgpl-2.1.txt
> 

Thanks for the patch.

But in fact this bump was already applied on -next branch [1].

Regards,

[1] - 
https://git.buildroot.net/buildroot/commit/?h=next&id=11c87edde2eef60b56168df39520fe67555e3f59

-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

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

* [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5
  2020-02-23  9:18 ` [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5 Mauro Condarelli
@ 2020-02-23 13:45   ` Thomas Petazzoni
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2020-02-23 13:45 UTC (permalink / raw)
  To: buildroot

On Sun, 23 Feb 2020 10:18:02 +0100
Mauro Condarelli <mc5686@mclink.it> wrote:

> ---

Your Signed-off-by is missing. Also bumping from 0.2 to 1.5 is probably
a significant version bump. There are no changes in the dependencies
needed by iwd ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e.
  2020-02-23  9:18 ` [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e Mauro Condarelli
@ 2020-02-23 13:46   ` Thomas Petazzoni
  2020-02-29 20:55   ` James Hilliard
  1 sibling, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2020-02-23 13:46 UTC (permalink / raw)
  To: buildroot

On Sun, 23 Feb 2020 10:18:03 +0100
Mauro Condarelli <mc5686@mclink.it> wrote:

> It has bugfixes for clering U-Boot variables (needs fixed libubootenv).
> Implements support for toolchains without locale.

Our current swupdate package does not depend on BR2_ENABLE_LOCALE, so
it already builds fine without locale I believe. Could you be more
specific about what is being fixed?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28
  2020-02-23  9:18 [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Mauro Condarelli
                   ` (2 preceding siblings ...)
  2020-02-23  9:18 ` [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e Mauro Condarelli
@ 2020-02-23 20:47 ` Thomas Petazzoni
  3 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2020-02-23 20:47 UTC (permalink / raw)
  To: buildroot

On Sun, 23 Feb 2020 10:18:00 +0100
Mauro Condarelli <mc5686@mclink.it> wrote:

> ---
>  package/ell/ell.hash | 2 +-
>  package/ell/ell.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

This patch lacks your Signed-off-by. Could you resend with your SoB
line added?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e.
  2020-02-23  9:18 ` [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e Mauro Condarelli
  2020-02-23 13:46   ` Thomas Petazzoni
@ 2020-02-29 20:55   ` James Hilliard
  1 sibling, 0 replies; 9+ messages in thread
From: James Hilliard @ 2020-02-29 20:55 UTC (permalink / raw)
  To: buildroot

On Sun, Feb 23, 2020 at 10:34 AM Mauro Condarelli <mc5686@mclink.it> wrote:
>
> It has bugfixes for clering U-Boot variables (needs fixed libubootenv).
> Implements support for toolchains without locale.
>
> Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
> ---
>  package/swupdate/swupdate.hash | 2 +-
>  package/swupdate/swupdate.mk   | 8 +++++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash
> index 3de8d25..8c43e7e 100644
> --- a/package/swupdate/swupdate.hash
> +++ b/package/swupdate/swupdate.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256  31b2561c9c91ab1e8b6f73704f9a3560816961c2cade4f5d5fc15f55c77ec819  swupdate-2019.11.tar.gz
> +sha256  205b2dccd97285d5535cdb2bc50f808226131825d386f01838863c2d552f1612  swupdate-119173d1cfa061140a809cb7589fa1970fb3f44e.tar.gz
>  sha256  43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478  Licenses/Exceptions
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  Licenses/gpl-2.0.txt
>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  Licenses/lgpl-2.1.txt
> diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
> index 60dc0e9..26af1fa 100644
> --- a/package/swupdate/swupdate.mk
> +++ b/package/swupdate/swupdate.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -SWUPDATE_VERSION = 2019.11
> +SWUPDATE_VERSION = 119173d1cfa061140a809cb7589fa1970fb3f44e
>  SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION))
>  SWUPDATE_LICENSE = GPL-2.0+ with OpenSSL exception, LGPL-2.1+, MIT
>  SWUPDATE_LICENSE_FILES = Licenses/Exceptions Licenses/gpl-2.0.txt \
> @@ -145,6 +145,12 @@ ifeq ($(BR2_PACKAGE_LIBRSYNC),y)
>  SWUPDATE_DEPENDENCIES += librsync
>  endif
>
> +ifeq ($(BR2_ENABLE_LOCALE),y)
From my understanding this does not directly correspond with the locale support
used by swupdate as toolchains such as uclibc which do not select
BR2_ENABLE_LOCALE still provide the functions required by swupdate.
See:
https://git.uclibc.org/uClibc/tree/include/locale.h

On the other hand from my understanding the swupdate locale issue fixed by
https://github.com/sbabic/swupdate/commit/95a2b9961119aac80aea1eeabbc1cd52b72d876a
is mostly just a glibc issue so locale may not be needed for non-glibc
toolchains.
I'm fairly certain that is the case for musl as it defaults to C.UTF-8
but I'm not
entirely sure for uclibc. I'm not sure what use cases would need locale support
for anything other than UTF-8 locales however.
> +SWUPDATE_MAKE_ENV += LOCALE=y
> +else
> +SWUPDATE_MAKE_ENV += LOCALE=n
> +endif
> +
>  SWUPDATE_BUILD_CONFIG = $(@D)/.config
>
>  SWUPDATE_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_SWUPDATE_CONFIG))
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2020-02-29 20:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-23  9:18 [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Mauro Condarelli
2020-02-23  9:18 ` [Buildroot] [PATCH 2/4] package/libubootenv: bump version to git ba952d05ec9ab16029816a06d956bac7fb4e9832 Mauro Condarelli
2020-02-23 11:40   ` Pierre-Jean Texier
2020-02-23  9:18 ` [Buildroot] [PATCH 3/4] package/iwd: bump to version 1.5 Mauro Condarelli
2020-02-23 13:45   ` Thomas Petazzoni
2020-02-23  9:18 ` [Buildroot] [PATCH 4/4] package/swupdate: bump version to git 119173d1cfa061140a809cb7589fa1970fb3f44e Mauro Condarelli
2020-02-23 13:46   ` Thomas Petazzoni
2020-02-29 20:55   ` James Hilliard
2020-02-23 20:47 ` [Buildroot] [PATCH 1/4] package/ell: bump to version 0.28 Thomas Petazzoni

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