From: Reza Arbab <arbab@linux.ibm.com>
To: buildroot@buildroot.org
Cc: Laurent Vivier <laurent@vivier.eu>, Joel Stanley <joel@jms.id.au>
Subject: [Buildroot] [PATCH v3 0/8] package/petitboot: misc fixes/enhancement
Date: Mon, 9 Oct 2023 10:17:21 -0500 [thread overview]
Message-ID: <20231009151729.2223963-1-arbab@linux.ibm.com> (raw)
The br2-external tree used to build OpenPOWER firmware has long carried
petitboot as a custom package[1]. Now that petitboot has been added to
buildroot proper, it would be nice to leverage the base package instead.
To make that transition easier, here is a set of patches which port over
some of the enhancements made to that external package.
[1] https://github.com/open-power/op-build/tree/master/openpower/package/petitboot
---
v3:
* Add a number of small fixes.
* Add user separation, so the UI runs as non-root.
* Remove udev rules that enabled some additional types of boot devices.
These should more appropriately live outside of buildroot.
* Remove a sysctl.d file to silence kernel output. I think there's a
bug upstream; see https://github.com/open-power/petitboot/pull/103
v2:
* Use Laurent's suggested additions to "run pb-console at boot" patch.
Reza Arbab (8):
package/petitboot: fix menu comment
package/petitboot: fix pb-discover pidfile creation
package/petitboot: use default logfile dir
package/petitboot: prefer kexec-lite on powerpc
package/petitboot: fix shutdown
package/petitboot: run petitboot UI on consoles
package/petitboot: enable user separation
package/petitboot: prefer UTF-8 support
package/petitboot/Config.in | 26 +++++++++++++++------
package/petitboot/S15pb-discover | 13 +++++++----
package/petitboot/kexec-restart | 8 +++++++
package/petitboot/pb-console | 39 ++++++++++++++++++++++++++++++++
package/petitboot/petitboot.mk | 38 +++++++++++++++++++++++++++++--
package/petitboot/shell_config | 24 ++++++++++++++++++++
package/petitboot/shell_profile | 5 ++++
system/Config.in | 2 +-
8 files changed, 140 insertions(+), 15 deletions(-)
create mode 100755 package/petitboot/kexec-restart
create mode 100644 package/petitboot/pb-console
create mode 100644 package/petitboot/shell_config
create mode 100644 package/petitboot/shell_profile
--
2.39.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2023-10-09 15:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 15:17 Reza Arbab [this message]
2023-10-09 15:17 ` [Buildroot] [PATCH v3 1/8] package/petitboot: fix menu comment Reza Arbab
2023-11-09 16:59 ` Peter Korsgaard
2023-10-09 15:17 ` [Buildroot] [PATCH v3 2/8] package/petitboot: fix pb-discover pidfile creation Reza Arbab
2023-10-09 15:17 ` [Buildroot] [PATCH v3 3/8] package/petitboot: use default logfile dir Reza Arbab
2023-11-09 16:59 ` Peter Korsgaard
2023-10-09 15:17 ` [Buildroot] [PATCH v3 4/8] package/petitboot: prefer kexec-lite on powerpc Reza Arbab
2023-11-05 17:40 ` Arnout Vandecappelle via buildroot
2023-10-09 15:17 ` [Buildroot] [PATCH v3 5/8] package/petitboot: fix shutdown Reza Arbab
2023-11-05 17:57 ` Arnout Vandecappelle via buildroot
2023-11-09 16:13 ` Reza Arbab
2023-10-09 15:17 ` [Buildroot] [PATCH v3 6/8] package/petitboot: run petitboot UI on consoles Reza Arbab
2023-11-05 18:06 ` Arnout Vandecappelle via buildroot
2023-10-09 15:17 ` [Buildroot] [PATCH v3 7/8] package/petitboot: enable user separation Reza Arbab
2023-11-05 18:26 ` Arnout Vandecappelle via buildroot
2023-11-09 16:16 ` Reza Arbab
2023-11-10 9:01 ` Arnout Vandecappelle via buildroot
2023-11-14 15:25 ` Reza Arbab
2023-10-09 15:17 ` [Buildroot] [PATCH v3 8/8] package/petitboot: prefer UTF-8 support Reza Arbab
2023-11-05 18:30 ` Arnout Vandecappelle via buildroot
2023-11-09 16:17 ` Reza Arbab
2023-11-05 18:31 ` [Buildroot] [PATCH v3 0/8] package/petitboot: misc fixes/enhancement Arnout Vandecappelle via buildroot
2023-11-09 16:19 ` Reza Arbab
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=20231009151729.2223963-1-arbab@linux.ibm.com \
--to=arbab@linux.ibm.com \
--cc=buildroot@buildroot.org \
--cc=joel@jms.id.au \
--cc=laurent@vivier.eu \
/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 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.