From: Marek Vasut Date: Thu, 17 Mar 2016 12:31:37 +0000 (+0100) Subject: lttng-modules: Add nios2 support X-Git-Tag: 2016-4~397 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e219a977a8243c858028c36c41b17fad12413290;p=openembedded-core.git lttng-modules: Add nios2 support The lttng-modules are compatible with nios2, so just amend the compatibility string. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Thomas Chou Cc: Walter Goossens Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 53d2482743..2eb1a51bc9 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_git.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb @@ -11,7 +11,7 @@ inherit module SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf" PV = "2.7.1+git${SRCPV}" -COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' +COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.7"