From a34ac8d70bc7c0362c5be1cb761268ede63a38e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Jul 2018 17:45:19 -0700 Subject: kpatch: Mark it incompatible with musl it needs binaries from glibc-utils, obviously we dont have this with musl, however in future if we can limit which binaries are needed from glibc-utils then we might be able to provide an alternative dependency when using musl, until then disable it Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-kernel/kpatch/kpatch.inc') diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index e2e951146..cd819f31f 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc @@ -30,6 +30,7 @@ PACKAGES =+ "kpatch-build" PROVIDES += "kpatch-build" COMPATIBLE_HOST = "(x86_64).*-linux" +COMPATIBLE_HOST_libc-musl = "null" RDEPENDS_${PN} = "bash binutils" RDEPENDS_kpatch-build = "bash glibc-utils" -- cgit v1.2.3-54-g00ecf