]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: Add nios2 support
authorMarek Vasut <marex@denx.de>
Thu, 17 Mar 2016 12:31:37 +0000 (13:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:56 +0000 (22:57 +0000)
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>
meta/recipes-kernel/lttng/lttng-modules_git.bb

index 53d2482743b2d8687e77683bec278529261b7968..2eb1a51bc97cc8869a9d203c55fa258f58cc88d8 100644 (file)
@@ -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"