All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] systemd: Declare support of ARC architecture
@ 2018-09-05  8:35 Alexey Brodkin
  2018-09-05 19:39 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Brodkin @ 2018-09-05  8:35 UTC (permalink / raw)
  To: buildroot

ARC port was merged in v234, see
https://github.com/systemd/systemd/commit/27b09f1f1ed29edb9c52ad8414c2344974a07a23

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 package/systemd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 1cc0021b87..c858d89c05 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
 		BR2_mipsel || BR2_powerpc || BR2_powerpc64 || \
 		BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
 		BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64 || \
-		BR2_aarch64 || BR2_m68k
+		BR2_aarch64 || BR2_m68k || BR2_arc
 
 menuconfig BR2_PACKAGE_SYSTEMD
 	bool "systemd"
-- 
2.16.2

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

* [Buildroot] [PATCH] systemd: Declare support of ARC architecture
  2018-09-05  8:35 [Buildroot] [PATCH] systemd: Declare support of ARC architecture Alexey Brodkin
@ 2018-09-05 19:39 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-09-05 19:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  5 Sep 2018 11:35:26 +0300, Alexey Brodkin wrote:
> ARC port was merged in v234, see
> https://github.com/systemd/systemd/commit/27b09f1f1ed29edb9c52ad8414c2344974a07a23
> 
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> ---
>  package/systemd/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-09-05 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05  8:35 [Buildroot] [PATCH] systemd: Declare support of ARC architecture Alexey Brodkin
2018-09-05 19:39 ` Thomas Petazzoni

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.