krill: only builds on x86/x86-64 and arm64

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-08-01 07:44:51 -07:00
parent 4e0ba84530
commit 70859e8608

View File

@@ -20,7 +20,6 @@ CARGO_SRC_DIR = ""
inherit pkgconfig useradd systemd cargo
do_install:append () {
install -d ${D}${sysconfdir}
install -d ${D}${datadir}/krill
@@ -39,3 +38,5 @@ USERADD_PARAM:${PN} = "--system -g ${KRILL_GID} --home-dir \
--shell /sbin/nologin ${BPN}"
FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"