All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rauc: disable systemd for host build
@ 2020-11-13 15:15 Bartosz Bilas
  2020-11-14 13:30 ` Peter Korsgaard
  2020-11-16 15:06 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Bilas @ 2020-11-13 15:15 UTC (permalink / raw)
  To: buildroot

Since there is no necessity to have the support of systemd
within the host variant let's disable it unconditionally
to solve the following errors:

/usr/bin/install -c -m 644 data/rauc.service '/usr/lib/systemd/system'
/usr/bin/install: cannot create regular file '/usr/lib/systemd/system/rauc.service': Permission denied
/usr/bin/install -c -m 644 data/de.pengutronix.rauc.conf 'no'
make[4]: *** [Makefile:1700: install-nodist_systemdunitDATA] Error 1
make[4]: *** Waiting for unfinished jobs....

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 package/rauc/rauc.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
index 61c50ab316..a6c7c01095 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -46,7 +46,8 @@ HOST_RAUC_CONF_OPTS += \
 	--disable-network \
 	--disable-json \
 	--disable-service \
-	--without-dbuspolicydir
+	--without-dbuspolicydir \
+	--with-systemdunitdir=no
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.29.2

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

* [Buildroot] [PATCH] package/rauc: disable systemd for host build
  2020-11-13 15:15 [Buildroot] [PATCH] package/rauc: disable systemd for host build Bartosz Bilas
@ 2020-11-14 13:30 ` Peter Korsgaard
  2020-11-16 15:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-14 13:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Since there is no necessity to have the support of systemd
 > within the host variant let's disable it unconditionally
 > to solve the following errors:

 > /usr/bin/install -c -m 644 data/rauc.service '/usr/lib/systemd/system'
 > /usr/bin/install: cannot create regular file '/usr/lib/systemd/system/rauc.service': Permission denied
 > /usr/bin/install -c -m 644 data/de.pengutronix.rauc.conf 'no'
 > make[4]: *** [Makefile:1700: install-nodist_systemdunitDATA] Error 1
 > make[4]: *** Waiting for unfinished jobs....

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/rauc: disable systemd for host build
  2020-11-13 15:15 [Buildroot] [PATCH] package/rauc: disable systemd for host build Bartosz Bilas
  2020-11-14 13:30 ` Peter Korsgaard
@ 2020-11-16 15:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-16 15:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Since there is no necessity to have the support of systemd
 > within the host variant let's disable it unconditionally
 > to solve the following errors:

 > /usr/bin/install -c -m 644 data/rauc.service '/usr/lib/systemd/system'
 > /usr/bin/install: cannot create regular file '/usr/lib/systemd/system/rauc.service': Permission denied
 > /usr/bin/install -c -m 644 data/de.pengutronix.rauc.conf 'no'
 > make[4]: *** [Makefile:1700: install-nodist_systemdunitDATA] Error 1
 > make[4]: *** Waiting for unfinished jobs....

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-16 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 15:15 [Buildroot] [PATCH] package/rauc: disable systemd for host build Bartosz Bilas
2020-11-14 13:30 ` Peter Korsgaard
2020-11-16 15:06 ` Peter Korsgaard

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.