aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-03-17 13:31:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 22:57:56 +0000
commite219a977a8243c858028c36c41b17fad12413290 (patch)
treec2aa113e0a002e43d9525a13297a909c1a4df294 /meta/recipes-kernel
parent39823c2a3428a12a93bc4fb76601212c1b75db0c (diff)
downloadopenembedded-core-contrib-e219a977a8243c858028c36c41b17fad12413290.tar.gz
lttng-modules: Add nios2 support
The lttng-modules are compatible with nios2, so just amend the compatibility string. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <lftan@altera.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_git.bb2
1 files changed, 1 insertions, 1 deletions
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"