[oe-commits] [openembedded-core] 38/82: lttng-modules: Add nios2 support

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 07:52:48 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2ae9eafc91412bd5a36a1e1b2375d16cce7224b9
Author: Marek Vasut <marex at denx.de>
AuthorDate: Thu Mar 17 13:31:37 2016 +0100

    lttng-modules: Add nios2 support
    
    The lttng-modules are compatible with nios2, so just amend
    the compatibility string.
    
    Signed-off-by: Marek Vasut <marex at denx.de>
    Cc: Ley Foon Tan <lftan at altera.com>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Cc: Ross Burton <ross.burton at intel.com>
    Cc: Thomas Chou <thomas at wytron.com.tw>
    Cc: Walter Goossens <waltergoossens at home.nl>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/lttng/lttng-modules_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index 53d2482..2eb1a51 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list