Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/aer-inject: switch upstream
@ 2024-09-01 16:40 J. Neuschäfer via buildroot
  2024-09-02 15:52 ` Yann E. MORIN
  2024-09-06 11:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: J. Neuschäfer via buildroot @ 2024-09-01 16:40 UTC (permalink / raw)
  To: buildroot; +Cc: J. Neuschäfer

According to a commit in Linux[1], the upstream of aer-inject changed to
https://github.com/intel/aer-inject.

[1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6

Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
Changes in v2:
- Keep SITE_METHOD the game (git)
- Fix S-o-b line
- Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net
---
 package/aer-inject/aer-inject.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/aer-inject/aer-inject.mk b/package/aer-inject/aer-inject.mk
index 6bc9cb44da..7516ef63ac 100644
--- a/package/aer-inject/aer-inject.mk
+++ b/package/aer-inject/aer-inject.mk
@@ -5,7 +5,7 @@
 ################################################################################

 AER_INJECT_VERSION = 9bd5e2c7886fca72f139cd8402488a2235957d41
-AER_INJECT_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
+AER_INJECT_SITE = https://github.com/intel/aer-inject.git
 AER_INJECT_SITE_METHOD = git
 AER_INJECT_LICENSE = GPL-2.0
 AER_INJECT_LICENSE_FILES = README

---
base-commit: 37801767f68c05500f1d4495b5baac0e7340f7a9
change-id: 20240901-aer-dc235cf8e483

Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>

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

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

* Re: [Buildroot] [PATCH v2] package/aer-inject: switch upstream
  2024-09-01 16:40 [Buildroot] [PATCH v2] package/aer-inject: switch upstream J. Neuschäfer via buildroot
@ 2024-09-02 15:52 ` Yann E. MORIN
  2024-09-06 11:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-09-02 15:52 UTC (permalink / raw)
  To: J. Neuschäfer; +Cc: buildroot

J., All,

On 2024-09-01 18:40 +0200, J. Neuschäfer via buildroot spake thusly:
> According to a commit in Linux[1], the upstream of aer-inject changed to
> https://github.com/intel/aer-inject.
> 
> [1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6
> 
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>

Applied to master, thanks.

> ---
> Changes in v2:
> - Keep SITE_METHOD the game (git)
> - Fix S-o-b line
> - Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net

Thanks, I like it how you added the link to v1. 👍

Regards,
Yann E. MORIN.

> ---
>  package/aer-inject/aer-inject.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/aer-inject/aer-inject.mk b/package/aer-inject/aer-inject.mk
> index 6bc9cb44da..7516ef63ac 100644
> --- a/package/aer-inject/aer-inject.mk
> +++ b/package/aer-inject/aer-inject.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
> 
>  AER_INJECT_VERSION = 9bd5e2c7886fca72f139cd8402488a2235957d41
> -AER_INJECT_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
> +AER_INJECT_SITE = https://github.com/intel/aer-inject.git
>  AER_INJECT_SITE_METHOD = git
>  AER_INJECT_LICENSE = GPL-2.0
>  AER_INJECT_LICENSE_FILES = README
> 
> ---
> base-commit: 37801767f68c05500f1d4495b5baac0e7340f7a9
> change-id: 20240901-aer-dc235cf8e483
> 
> Best regards,
> --
> J. Neuschäfer <j.neuschaefer@gmx.net>
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/aer-inject: switch upstream
  2024-09-01 16:40 [Buildroot] [PATCH v2] package/aer-inject: switch upstream J. Neuschäfer via buildroot
  2024-09-02 15:52 ` Yann E. MORIN
@ 2024-09-06 11:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-09-06 11:52 UTC (permalink / raw)
  To: J. Neuschäfer via buildroot; +Cc: J. Neuschäfer

>>>>> "J" == J Neuschäfer via buildroot <buildroot@buildroot.org> writes:

 > According to a commit in Linux[1], the upstream of aer-inject changed to
 > https://github.com/intel/aer-inject.

 > [1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6

 > Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
 > ---
 > Changes in v2:
 > - Keep SITE_METHOD the game (git)
 > - Fix S-o-b line
 > - Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net

Committed to 2024.02.x and 2024.05.x, thanks.

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

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

end of thread, other threads:[~2024-09-06 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 16:40 [Buildroot] [PATCH v2] package/aer-inject: switch upstream J. Neuschäfer via buildroot
2024-09-02 15:52 ` Yann E. MORIN
2024-09-06 11:52 ` Peter Korsgaard

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