mbox series

[v3,0/2] rpi-utils replaces rpi-userland

Message ID 20240731120426.307069-1-gael.portay@rtone.fr
Headers show
Series rpi-utils replaces rpi-userland | expand

Message

Gaël PORTAY July 31, 2024, 12:04 p.m. UTC
Hello,

The package rpi-userland has been marked as ancient and deprecated[1]
nine-month ago.

This patch series adds its replacing package rpi-utils (first patch),
and it adds the message in the rpi-userland help (second patch).

Tell me if the package should go in the legacy thing.

[1]: https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848

Changes since v1:
 - Add myself to DEVELOPERS (rpi-utils)
 - Add missing entry in packages/Config.in (rpi-utils)
 - Add needed comment for glibc/musl toolchains with dynamic library
   (rpi-utils)
 - Add depends on !BR2_TOOLCHAIN_USES_UCLIBC (rpi-utils)

Changes since v2:
 - Remove depends on !BR2_TOOLCHAIN_USES_UCLIBC

Regards,
Gaël PORTAY (2):
  package/rpi-utils: new package
  package/rpi-userland: package is deprecated

 DEVELOPERS                       |  3 +++
 package/Config.in                |  1 +
 package/rpi-userland/Config.in   | 11 +++++++++++
 package/rpi-utils/Config.in      | 12 ++++++++++++
 package/rpi-utils/rpi-utils.hash |  3 +++
 package/rpi-utils/rpi-utils.mk   | 18 ++++++++++++++++++
 6 files changed, 48 insertions(+)
 create mode 100644 package/rpi-utils/Config.in
 create mode 100644 package/rpi-utils/rpi-utils.hash
 create mode 100644 package/rpi-utils/rpi-utils.mk