All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs
@ 2022-01-31  2:44 Ricardo Martincoski
  2022-01-31  2:44 ` [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8 Ricardo Martincoski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ricardo Martincoski @ 2022-01-31  2:44 UTC (permalink / raw)
  To: buildroot; +Cc: Ricardo Martincoski

Old project homepage was removed, so switch to github, already in use to
download the sources.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
This commit can be backported to maintenance branches
---
 package/thermald/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/thermald/Config.in b/package/thermald/Config.in
index 6d74a164b6..e5e15b9b8d 100644
--- a/package/thermald/Config.in
+++ b/package/thermald/Config.in
@@ -20,7 +20,7 @@ config BR2_PACKAGE_THERMALD
 	  reaches a certain threshold, the Linux daemon activates
 	  various cooling methods to try to cool the system.
 
-	  https://01.org/linux-thermal-daemon
+	  https://github.com/intel/thermal_daemon
 
 comment "thermald needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
 	depends on BR2_i386 || BR2_x86_64
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8
  2022-01-31  2:44 [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Ricardo Martincoski
@ 2022-01-31  2:44 ` Ricardo Martincoski
  2022-02-12 13:09   ` Arnout Vandecappelle
  2022-02-12 13:06 ` [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Arnout Vandecappelle
  2022-02-27 17:51 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Ricardo Martincoski @ 2022-01-31  2:44 UTC (permalink / raw)
  To: buildroot; +Cc: Ricardo Martincoski

Two source files had their header updated to correctly state the licence
is GPL-2.0+, not GPL-2.0. There is no real licensing change to the
project in this bump.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
It is a bugfix release, so it is only for master:

Release 2.4.8
-Fix Ideapad thermal shutdown issue #328

Release 2.4.7
- Fix AC/DC power limit issue in some HP TigerLake systems
- Regression fix for RAPL MSR usage in xml config file
- Added Japer Lake and Alder Lake CPU models
- Debug scripts for log collection to upload
---
test-pkg config 1:
BR2_PACKAGE_THERMALD=y
BR2_INIT_SYSTEMD=y
https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/459263710

test-pkg config 2:
BR2_PACKAGE_THERMALD=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/459264537
---
 package/thermald/thermald.hash | 2 +-
 package/thermald/thermald.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
index 0a37f0e413..3a7c0f6952 100644
--- a/package/thermald/thermald.hash
+++ b/package/thermald/thermald.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  80c92902a89b72a9df85c51a8b5fc472cc01b4410600ef1f56d62c4ac23890c1  thermald-2.4.6.tar.gz
+sha256  3e5a5033339c021de41ed4f946dd39e13f79f722fb5bd98d798e83658184c39b  thermald-2.4.8.tar.gz
 sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
index 9b303104e3..4e43277128 100644
--- a/package/thermald/thermald.mk
+++ b/package/thermald/thermald.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-THERMALD_VERSION = 2.4.6
+THERMALD_VERSION = 2.4.8
 THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
 # fetched from Github, with no configure script
 THERMALD_AUTORECONF = YES
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs
  2022-01-31  2:44 [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Ricardo Martincoski
  2022-01-31  2:44 ` [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8 Ricardo Martincoski
@ 2022-02-12 13:06 ` Arnout Vandecappelle
  2022-02-27 17:51 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-02-12 13:06 UTC (permalink / raw)
  To: Ricardo Martincoski, buildroot



On 31/01/2022 03:44, Ricardo Martincoski wrote:
> Old project homepage was removed, so switch to github, already in use to
> download the sources.
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
> This commit can be backported to maintenance branches
> ---
>   package/thermald/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/thermald/Config.in b/package/thermald/Config.in
> index 6d74a164b6..e5e15b9b8d 100644
> --- a/package/thermald/Config.in
> +++ b/package/thermald/Config.in
> @@ -20,7 +20,7 @@ config BR2_PACKAGE_THERMALD
>   	  reaches a certain threshold, the Linux daemon activates
>   	  various cooling methods to try to cool the system.
>   
> -	  https://01.org/linux-thermal-daemon
> +	  https://github.com/intel/thermal_daemon
>   
>   comment "thermald needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
>   	depends on BR2_i386 || BR2_x86_64
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8
  2022-01-31  2:44 ` [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8 Ricardo Martincoski
@ 2022-02-12 13:09   ` Arnout Vandecappelle
  0 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-02-12 13:09 UTC (permalink / raw)
  To: Ricardo Martincoski, buildroot, Peter Korsgaard



On 31/01/2022 03:44, Ricardo Martincoski wrote:
> Two source files had their header updated to correctly state the licence
> is GPL-2.0+, not GPL-2.0. There is no real licensing change to the
> project in this bump.
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> ---
> It is a bugfix release, so it is only for master:

  No, it's a bugfix release, so it should be backported to stable...

> 
> Release 2.4.8
> -Fix Ideapad thermal shutdown issue #328
> 
> Release 2.4.7
> - Fix AC/DC power limit issue in some HP TigerLake systems
> - Regression fix for RAPL MSR usage in xml config file
> - Added Japer Lake and Alder Lake CPU models
> - Debug scripts for log collection to upload

  Peter does backporting by going through the commit messages and deciding based 
on them whether it's for backport or not. Therefore, it's better to put this 
above the --- line.


  Applied to master, thanks.

  Regards,
  Arnout

> ---
> test-pkg config 1:
> BR2_PACKAGE_THERMALD=y
> BR2_INIT_SYSTEMD=y
> https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/459263710
> 
> test-pkg config 2:
> BR2_PACKAGE_THERMALD=y
> BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
> https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/459264537
> ---
>   package/thermald/thermald.hash | 2 +-
>   package/thermald/thermald.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
> index 0a37f0e413..3a7c0f6952 100644
> --- a/package/thermald/thermald.hash
> +++ b/package/thermald/thermald.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  80c92902a89b72a9df85c51a8b5fc472cc01b4410600ef1f56d62c4ac23890c1  thermald-2.4.6.tar.gz
> +sha256  3e5a5033339c021de41ed4f946dd39e13f79f722fb5bd98d798e83658184c39b  thermald-2.4.8.tar.gz
>   sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
> diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
> index 9b303104e3..4e43277128 100644
> --- a/package/thermald/thermald.mk
> +++ b/package/thermald/thermald.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -THERMALD_VERSION = 2.4.6
> +THERMALD_VERSION = 2.4.8
>   THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
>   # fetched from Github, with no configure script
>   THERMALD_AUTORECONF = YES
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs
  2022-01-31  2:44 [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Ricardo Martincoski
  2022-01-31  2:44 ` [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8 Ricardo Martincoski
  2022-02-12 13:06 ` [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Arnout Vandecappelle
@ 2022-02-27 17:51 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2022-02-27 17:51 UTC (permalink / raw)
  To: Ricardo Martincoski; +Cc: buildroot

>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > Old project homepage was removed, so switch to github, already in use to
 > download the sources.

 > Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
 > ---
 > This commit can be backported to maintenance branches

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-02-27 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  2:44 [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Ricardo Martincoski
2022-01-31  2:44 ` [Buildroot] [PATCH 2/2] package/thermald: bump to 2.4.8 Ricardo Martincoski
2022-02-12 13:09   ` Arnout Vandecappelle
2022-02-12 13:06 ` [Buildroot] [PATCH 1/2] package/thermald: update URL in the docs Arnout Vandecappelle
2022-02-27 17:51 ` Peter Korsgaard

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.