diff options
author | Marek Vasut <marex@denx.de> | 2016-03-17 13:31:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:28 +0000 |
commit | 5857b205bdce27d8394e6e17aa7c66015513a953 (patch) | |
tree | d5ab2394c492b292b3814671f22ab5573c45b987 /meta | |
parent | 26248cd48fd0a0e9ae7280b2786c0ef6328e6773 (diff) | |
download | poky-5857b205bdce27d8394e6e17aa7c66015513a953.tar.gz |
lttng-modules: Add nios2 support
The lttng-modules are compatible with nios2, so just amend
the compatibility string.
(From OE-Core rev: e219a977a8243c858028c36c41b17fad12413290)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_git.bb | 2 |
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 | |||
11 | SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf" | 11 | SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf" |
12 | PV = "2.7.1+git${SRCPV}" | 12 | PV = "2.7.1+git${SRCPV}" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' | 14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' |
15 | 15 | ||
16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.7" | 16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.7" |
17 | 17 | ||