Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: <yann.morin@orange.com>
To: <buildroot@buildroot.org>
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
	Christian Stewart <christian@aperture.us>,
	James Hilliard <james.hilliard1@gmail.com>,
	"Yann E . MORIN" <yann.morin@orange.com>
Subject: [Buildroot] [PATCH 0/4 v2] package/pkg-golang: simplify installing multiple binaries
Date: Tue, 1 Jul 2025 15:45:49 +0200	[thread overview]
Message-ID: <cover.1751377540.git.yann.morin@orange.com> (raw)

From: "Yann E. MORIN" <yann.morin@orange.com>

Hello All!

This small series aims at simplifying the golang-package infra when a
package builds multiple targets and thus installs multiple binaries.

Changes v1 -> v2:
  - account for distribution-registry, package added since v1 was posted


Regards,
Yann E. MORIN.


The following changes since commit 901b9e19ed3741d0cc379ff8f145b2294a3bd09b

  package/kvmtool: fix build failure w/ musl (2025-06-30 22:20:31 +0200)


are available as patches in this mail series,

for you to apply patches up to 71793243b832c0c9f397911ce0bdf08e03f660b4

  package/pkg-golang: catch use of legacy FOO_INSTALL_BINS (2025-07-01 15:43:33 +0200)


----------------------------------------------------------------
Yann E. MORIN (4):
      package/pkg-golang: simplify installing multiple binaries
      package: drop default _INSTALL_BINS in golang-package
      package/cni-plugin: simplify installation
      package/pkg-golang: catch use of legacy FOO_INSTALL_BINS

 docs/manual/adding-packages-golang.adoc            | 26 +++++++++++-----------
 docs/manual/migrating.adoc                         |  5 +++++
 .../amazon-ecr-credential-helper.mk                |  1 -
 package/cni-plugins/cni-plugins.mk                 |  7 +++---
 package/containerd/containerd.mk                   |  1 -
 package/delve/delve.mk                             |  2 --
 .../distribution-registry/distribution-registry.mk |  1 -
 package/docker-cli/docker-cli.mk                   |  2 --
 package/docker-engine/docker-engine.mk             |  2 --
 package/mender-artifact/mender-artifact.mk         |  3 ---
 package/moby-buildkit/moby-buildkit.mk             |  4 ----
 package/pkg-golang.mk                              | 17 ++++++++++++--
 package/tailscale/tailscale.mk                     |  1 -
 13 files changed, 36 insertions(+), 36 deletions(-)

--
                                        ____________
.-----------------.--------------------:       _    :------------------.
|  Yann E. MORIN  | Real-Time Embedded |    __/ )   | /"\ ASCII RIBBON |
|                 | Software  Designer |  _/ - /'   | \ / CAMPAIGN     |
| +33 638.411.245 '--------------------: (_    `--, |  X  AGAINST      |
| yann.morin (at) orange.com           |_="    ,--' | / \ HTML MAIL    |
'--------------------------------------:______/_____:------------------'

____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

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

             reply	other threads:[~2025-07-01 13:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 13:45 yann.morin [this message]
2025-07-01 13:45 ` [Buildroot] [PATCH 1/4 v2] package/pkg-golang: simplify installing multiple binaries yann.morin
2025-07-05 20:51   ` Romain Naour via buildroot
2025-07-06 22:06     ` Christian Stewart via buildroot
2025-07-07 14:05       ` yann.morin
2025-07-07 13:47     ` yann.morin
2025-09-09  7:47     ` yann.morin
2025-09-09 17:56       ` Christian Stewart via buildroot
2025-09-10 11:19         ` Romain Naour via buildroot
2025-09-10 11:41           ` yann.morin
2025-09-10 19:07             ` Christian Stewart via buildroot
2025-09-10 19:13               ` Christian Stewart via buildroot
2025-09-11  5:22                 ` yann.morin
2025-07-01 13:45 ` [Buildroot] [PATCH 2/4 v2] package: drop default _INSTALL_BINS in golang-package yann.morin
2025-07-05 20:52   ` Romain Naour via buildroot
2025-07-01 13:45 ` [Buildroot] [PATCH 3/4 v2] package/cni-plugin: simplify installation yann.morin
2025-07-05 20:53   ` Romain Naour via buildroot
2025-07-01 13:45 ` [Buildroot] [PATCH 4/4 v2] package/pkg-golang: catch use of legacy FOO_INSTALL_BINS yann.morin
2025-07-05 20:54   ` Romain Naour via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1751377540.git.yann.morin@orange.com \
    --to=yann.morin@orange.com \
    --cc=angelo.compagnucci@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=christian@aperture.us \
    --cc=james.hilliard1@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox