* [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8
@ 2024-11-06 18:48 Andy Shevchenko
2024-11-06 19:20 ` Jarkko Sakkinen via buildroot
2024-11-08 21:58 ` Julien Olivain
0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-11-06 18:48 UTC (permalink / raw)
To: buildroot; +Cc: Andy Yan, Andy Yan, Aaron Sierra, Andy Shevchenko
This is minor update to iotools to fix some issues Aaron noticed and
addressed. The bigger change will come later with better integration
with the regular build systems (CMake).
Cc: Aaron Sierra <aaron@bubbl-tek.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
package/iotools/iotools.hash | 2 +-
package/iotools/iotools.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/iotools/iotools.hash b/package/iotools/iotools.hash
index 11d7ffb73e39..48d347bb3c11 100644
--- a/package/iotools/iotools.hash
+++ b/package/iotools/iotools.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 13b8b87c7d1f22b8d8f50c499af09f9414a0879d69c22393f1051ed4bf28f378 iotools-v1.7.tar.gz
+sha256 9cb6184030b2e5c2e6a7c7a2d016d29d42d4075a77e1ba982bdc3cd919491faf iotools-v1.8.tar.gz
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
diff --git a/package/iotools/iotools.mk b/package/iotools/iotools.mk
index 03b87c89e9d0..f5e322eab818 100644
--- a/package/iotools/iotools.mk
+++ b/package/iotools/iotools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IOTOOLS_VERSION = v1.7
+IOTOOLS_VERSION = v1.8
IOTOOLS_SITE = $(call github,andy-shev,iotools,$(IOTOOLS_VERSION))
IOTOOLS_LICENSE = GPL-2.0+
IOTOOLS_LICENSE_FILES = COPYING
--
2.43.0.rc1.1336.g36b5255a03ac
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8
2024-11-06 18:48 [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8 Andy Shevchenko
@ 2024-11-06 19:20 ` Jarkko Sakkinen via buildroot
2024-11-08 21:58 ` Julien Olivain
1 sibling, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen via buildroot @ 2024-11-06 19:20 UTC (permalink / raw)
To: Andy Shevchenko, buildroot; +Cc: Andy Yan, Andy Yan, Aaron Sierra
On Wed Nov 6, 2024 at 8:48 PM EET, Andy Shevchenko wrote:
> This is minor update to iotools to fix some issues Aaron noticed and
> addressed. The bigger change will come later with better integration
> with the regular build systems (CMake).
>
> Cc: Aaron Sierra <aaron@bubbl-tek.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> package/iotools/iotools.hash | 2 +-
> package/iotools/iotools.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/iotools/iotools.hash b/package/iotools/iotools.hash
> index 11d7ffb73e39..48d347bb3c11 100644
> --- a/package/iotools/iotools.hash
> +++ b/package/iotools/iotools.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 13b8b87c7d1f22b8d8f50c499af09f9414a0879d69c22393f1051ed4bf28f378 iotools-v1.7.tar.gz
> +sha256 9cb6184030b2e5c2e6a7c7a2d016d29d42d4075a77e1ba982bdc3cd919491faf iotools-v1.8.tar.gz
> sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
> diff --git a/package/iotools/iotools.mk b/package/iotools/iotools.mk
> index 03b87c89e9d0..f5e322eab818 100644
> --- a/package/iotools/iotools.mk
> +++ b/package/iotools/iotools.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -IOTOOLS_VERSION = v1.7
> +IOTOOLS_VERSION = v1.8
> IOTOOLS_SITE = $(call github,andy-shev,iotools,$(IOTOOLS_VERSION))
> IOTOOLS_LICENSE = GPL-2.0+
> IOTOOLS_LICENSE_FILES = COPYING
Tested-by: Jarkko Sakkinen <jarkko@kernel.org>
I use this is my BR builds occasionally, thus tested the patch :-)
BR, Jarkko
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8
2024-11-06 18:48 [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8 Andy Shevchenko
2024-11-06 19:20 ` Jarkko Sakkinen via buildroot
@ 2024-11-08 21:58 ` Julien Olivain
2024-11-11 7:17 ` Andy Shevchenko
1 sibling, 1 reply; 4+ messages in thread
From: Julien Olivain @ 2024-11-08 21:58 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: buildroot, Andy Yan, Andy Yan, Aaron Sierra
Hi Andy, all,
On 06/11/2024 19:48, Andy Shevchenko wrote:
> This is minor update to iotools to fix some issues Aaron noticed and
> addressed. The bigger change will come later with better integration
> with the regular build systems (CMake).
>
> Cc: Aaron Sierra <aaron@bubbl-tek.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied to master, thanks!
The patch was not applying as is, as the version number in the Buildroot
tree does not have the "v". This is for the release monitoring, for new
release notifications:
https://release-monitoring.org/project/375158
Since the modification was trivial, I fixed it while applying.
Best regards,
Julien.
> ---
> package/iotools/iotools.hash | 2 +-
> package/iotools/iotools.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/iotools/iotools.hash
> b/package/iotools/iotools.hash
> index 11d7ffb73e39..48d347bb3c11 100644
> --- a/package/iotools/iotools.hash
> +++ b/package/iotools/iotools.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256
> 13b8b87c7d1f22b8d8f50c499af09f9414a0879d69c22393f1051ed4bf28f378
> iotools-v1.7.tar.gz
> +sha256
> 9cb6184030b2e5c2e6a7c7a2d016d29d42d4075a77e1ba982bdc3cd919491faf
> iotools-v1.8.tar.gz
> sha256
> ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> COPYING
> diff --git a/package/iotools/iotools.mk b/package/iotools/iotools.mk
> index 03b87c89e9d0..f5e322eab818 100644
> --- a/package/iotools/iotools.mk
> +++ b/package/iotools/iotools.mk
> @@ -4,7 +4,7 @@
> #
>
> ################################################################################
>
> -IOTOOLS_VERSION = v1.7
> +IOTOOLS_VERSION = v1.8
> IOTOOLS_SITE = $(call github,andy-shev,iotools,$(IOTOOLS_VERSION))
> IOTOOLS_LICENSE = GPL-2.0+
> IOTOOLS_LICENSE_FILES = COPYING
> --
> 2.43.0.rc1.1336.g36b5255a03ac
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8
2024-11-08 21:58 ` Julien Olivain
@ 2024-11-11 7:17 ` Andy Shevchenko
0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-11-11 7:17 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot, Andy Yan, Andy Yan, Aaron Sierra
On Fri, Nov 08, 2024 at 10:58:24PM +0100, Julien Olivain wrote:
> Hi Andy, all,
>
> On 06/11/2024 19:48, Andy Shevchenko wrote:
> > This is minor update to iotools to fix some issues Aaron noticed and
> > addressed. The bigger change will come later with better integration
> > with the regular build systems (CMake).
> >
> > Cc: Aaron Sierra <aaron@bubbl-tek.com>
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> Applied to master, thanks!
>
> The patch was not applying as is, as the version number in the Buildroot
> tree does not have the "v". This is for the release monitoring, for new
> release notifications:
> https://release-monitoring.org/project/375158
>
> Since the modification was trivial, I fixed it while applying.
I see, thanks!
--
With Best Regards,
Andy Shevchenko
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-11 7:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 18:48 [Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8 Andy Shevchenko
2024-11-06 19:20 ` Jarkko Sakkinen via buildroot
2024-11-08 21:58 ` Julien Olivain
2024-11-11 7:17 ` Andy Shevchenko
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.