All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: also fix RPATH for host journalctl
@ 2020-01-13 12:25 Norbert Lange
  2020-01-13 20:33 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Norbert Lange @ 2020-01-13 12:25 UTC (permalink / raw)
  To: buildroot

This allows for example to prebuild catalogs on
readonly filesystems:
journalctl --root=$TARGETPATH --update-catalog

Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
 package/systemd/systemd.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 791e770ca1..442803baa8 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -572,7 +572,8 @@ HOST_SYSTEMD_HOST_TOOLS = \
 	systemd-analyze \
 	systemd-mount \
 	systemctl \
-	udevadm
+	udevadm \
+	journalctl
 
 HOST_SYSTEMD_NINJA_ENV = DESTDIR=$(HOST_DIR)
 
-- 
2.24.1

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

* [Buildroot] [PATCH 1/1] package/systemd: also fix RPATH for host journalctl
  2020-01-13 12:25 [Buildroot] [PATCH 1/1] package/systemd: also fix RPATH for host journalctl Norbert Lange
@ 2020-01-13 20:33 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2020-01-13 20:33 UTC (permalink / raw)
  To: buildroot



On 13/01/2020 13:25, Norbert Lange wrote:
> This allows for example to prebuild catalogs on
> readonly filesystems:
> journalctl --root=$TARGETPATH --update-catalog
> 
> Signed-off-by: Norbert Lange <nolange79@gmail.com>
> ---
>  package/systemd/systemd.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 791e770ca1..442803baa8 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -572,7 +572,8 @@ HOST_SYSTEMD_HOST_TOOLS = \
>  	systemd-analyze \
>  	systemd-mount \
>  	systemctl \
> -	udevadm
> +	udevadm \
> +	journalctl

 Please keep the alphabetical order, i.e. insert in the middle instead of at the
end.

 With that:

 Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

>  
>  HOST_SYSTEMD_NINJA_ENV = DESTDIR=$(HOST_DIR)
>  
> 

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

end of thread, other threads:[~2020-01-13 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 12:25 [Buildroot] [PATCH 1/1] package/systemd: also fix RPATH for host journalctl Norbert Lange
2020-01-13 20:33 ` Arnout Vandecappelle

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.