Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH RESEND 0/2] new package buildroot-initscripts
@ 2023-03-13  8:15 Michael Walle via buildroot
  2023-03-13  8:15 ` [Buildroot] [PATCH RESEND 1/2] package/urandom-scripts: move to new package busybox-initscripts Michael Walle via buildroot
  2023-03-13  8:15 ` [Buildroot] [PATCH RESEND 2/2] package/buildroot-initscripts: add hwclock initscript Michael Walle via buildroot
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Walle via buildroot @ 2023-03-13  8:15 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Walle, Yann E . MORIN, Thomas Petazzoni

[resend because rejected by the ML mailserver]

I'd like to add a new initscript which saves the date and time on system
shutodwn. There is already an initscript to preserve a random seed during
reboots. Consolidate all custom buildroot initscripts into a new package
buildroot-initscripts.

For this, rename the old urandom-scripts to the new package
buildroot-initscripts first. Make an entry for the package rename in
Config.legacy. Then add the new init script hwclock to our new package.

Targeted for next, i.e. the 2023.05 release.

Michael Walle (2):
  package/urandom-scripts: move to new package busybox-initscripts
  package/buildroot-initscripts: add hwclock initscript

 Config.in.legacy                              | 11 +++++++++
 package/Config.in                             |  2 +-
 package/buildroot-initscripts/Config.in       | 23 +++++++++++++++++++
 package/buildroot-initscripts/S20hwclock      | 21 +++++++++++++++++
 .../S20seedrng                                |  0
 .../buildroot-initscripts.mk                  | 17 ++++++++++++++
 package/urandom-scripts/Config.in             |  7 ------
 package/urandom-scripts/urandom-scripts.mk    | 12 ----------
 8 files changed, 73 insertions(+), 20 deletions(-)
 create mode 100644 package/buildroot-initscripts/Config.in
 create mode 100644 package/buildroot-initscripts/S20hwclock
 rename package/{urandom-scripts => buildroot-initscripts}/S20seedrng (100%)
 create mode 100644 package/buildroot-initscripts/buildroot-initscripts.mk
 delete mode 100644 package/urandom-scripts/Config.in
 delete mode 100644 package/urandom-scripts/urandom-scripts.mk

-- 
2.30.2

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

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

end of thread, other threads:[~2025-05-18 20:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13  8:15 [Buildroot] [PATCH RESEND 0/2] new package buildroot-initscripts Michael Walle via buildroot
2023-03-13  8:15 ` [Buildroot] [PATCH RESEND 1/2] package/urandom-scripts: move to new package busybox-initscripts Michael Walle via buildroot
2023-03-13  8:21   ` Thomas Petazzoni via buildroot
2025-05-18 20:46     ` Arnout Vandecappelle via buildroot
2023-03-13  8:15 ` [Buildroot] [PATCH RESEND 2/2] package/buildroot-initscripts: add hwclock initscript Michael Walle via buildroot
2025-05-18 20:47   ` Arnout Vandecappelle via buildroot

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