All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/binutils-bare-metal: fix CPE ID
@ 2024-03-07 10:38 Fabrice Fontaine
  2024-03-07 15:40 ` Frager, Neal via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2024-03-07 10:38 UTC (permalink / raw)
  To: buildroot; +Cc: Ibai Erkiaga, Fabrice Fontaine, Neal Frager

Commit 11b439ce1bd28506051fff14646f8bbdbbbe58d8 forgot to set
HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Move product after vendor

 package/binutils-bare-metal/binutils-bare-metal.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/binutils-bare-metal/binutils-bare-metal.mk b/package/binutils-bare-metal/binutils-bare-metal.mk
index d55c2d081e..778a5235f4 100644
--- a/package/binutils-bare-metal/binutils-bare-metal.mk
+++ b/package/binutils-bare-metal/binutils-bare-metal.mk
@@ -11,6 +11,7 @@ HOST_BINUTILS_BARE_METAL_SOURCE = binutils-$(HOST_BINUTILS_BARE_METAL_VERSION).t
 HOST_BINUTILS_BARE_METAL_LICENSE = GPL-3.0+, libiberty LGPL-2.1+
 HOST_BINUTILS_BARE_METAL_LICENSE_FILES = COPYING3 COPYING.LIB
 HOST_BINUTILS_BARE_METAL_CPE_ID_VENDOR = gnu
+HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT = binutils
 
 HOST_BINUTILS_BARE_METAL_DEPENDENCIES = host-zlib
 
-- 
2.43.0

_______________________________________________
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 v2, 1/1] package/binutils-bare-metal: fix CPE ID
  2024-03-07 10:38 [Buildroot] [PATCH v2, 1/1] package/binutils-bare-metal: fix CPE ID Fabrice Fontaine
@ 2024-03-07 15:40 ` Frager, Neal via buildroot
  2024-05-10 21:33 ` Thomas Petazzoni via buildroot
  2024-06-08  7:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Frager, Neal via buildroot @ 2024-03-07 15:40 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot@buildroot.org; +Cc: Erkiaga Elorza, Ibai

Reviewed-by: Neal Frager <neal.frager@amd.com>

> Commit 11b439ce1bd28506051fff14646f8bbdbbbe58d8 forgot to set
> HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
>  - Move product after vendor

> package/binutils-bare-metal/binutils-bare-metal.mk | 1 +
> 1 file changed, 1 insertion(+)

> diff --git a/package/binutils-bare-metal/binutils-bare-metal.mk b/package/binutils-bare-metal/binutils-bare-metal.mk
> index d55c2d081e..778a5235f4 100644
> --- a/package/binutils-bare-metal/binutils-bare-metal.mk
> +++ b/package/binutils-bare-metal/binutils-bare-metal.mk
> @@ -11,6 +11,7 @@ HOST_BINUTILS_BARE_METAL_SOURCE = binutils-$(HOST_BINUTILS_BARE_METAL_VERSION).t
> HOST_BINUTILS_BARE_METAL_LICENSE = GPL-3.0+, libiberty LGPL-2.1+
> HOST_BINUTILS_BARE_METAL_LICENSE_FILES = COPYING3 COPYING.LIB
> HOST_BINUTILS_BARE_METAL_CPE_ID_VENDOR = gnu
> +HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT = binutils
 
> HOST_BINUTILS_BARE_METAL_DEPENDENCIES = host-zlib
 
> -- 
> 2.43.0

_______________________________________________
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 v2, 1/1] package/binutils-bare-metal: fix CPE ID
  2024-03-07 10:38 [Buildroot] [PATCH v2, 1/1] package/binutils-bare-metal: fix CPE ID Fabrice Fontaine
  2024-03-07 15:40 ` Frager, Neal via buildroot
@ 2024-05-10 21:33 ` Thomas Petazzoni via buildroot
  2024-06-08  7:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 21:33 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Ibai Erkiaga, Neal Frager, buildroot

On Thu,  7 Mar 2024 11:38:48 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 11b439ce1bd28506051fff14646f8bbdbbbe58d8 forgot to set
> HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
>  - Move product after vendor

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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 v2, 1/1] package/binutils-bare-metal: fix CPE ID
  2024-03-07 10:38 [Buildroot] [PATCH v2, 1/1] package/binutils-bare-metal: fix CPE ID Fabrice Fontaine
  2024-03-07 15:40 ` Frager, Neal via buildroot
  2024-05-10 21:33 ` Thomas Petazzoni via buildroot
@ 2024-06-08  7:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-06-08  7:25 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Ibai Erkiaga, Neal Frager, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Commit 11b439ce1bd28506051fff14646f8bbdbbbe58d8 forgot to set
 > HOST_BINUTILS_BARE_METAL_CPE_ID_PRODUCT

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2:
 >  - Move product after vendor

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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-06-08  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 10:38 [Buildroot] [PATCH v2, 1/1] package/binutils-bare-metal: fix CPE ID Fabrice Fontaine
2024-03-07 15:40 ` Frager, Neal via buildroot
2024-05-10 21:33 ` Thomas Petazzoni via buildroot
2024-06-08  7:25 ` 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.