summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2014-03-28 17:31:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 10:22:52 +0100
commitdb7ad00586bd1c9b9d98396dda9c428d7b5c1dd8 (patch)
tree581463eb9e86266a897d4cad482b8a0eb1423550 /system
parentc09dda8e56bcae694e9e06fd1056df5ad5a53cdd (diff)
downloadbuildroot-db7ad00586bd1c9b9d98396dda9c428d7b5c1dd8.tar.gz
buildroot-db7ad00586bd1c9b9d98396dda9c428d7b5c1dd8.zip
systemd: enable build for supported architectures.
Systemd only supports the architectures defined in src/shared/architecture.h. So via a new parameter named BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS, we enable the build of this package only for those architectures. Fixes http://autobuild.buildroot.net/results/bcc/bcce95eb0748505c0d62db21a6e420aae3c3181b/ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in
index e8f1ed6a2d..8ff8d49ac2 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -87,7 +87,7 @@ config BR2_INIT_SYSV
config BR2_INIT_SYSTEMD
bool "systemd"
- depends on !BR2_avr32 # no epoll_create1
+ depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
OpenPOWER on IntegriCloud