diff options
author | Victor Kamensky <kamensky@cisco.com> | 2018-03-05 13:50:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-28 12:09:51 +0100 |
commit | 402c551bec3e51090f9a212fc205bb67b66ca096 (patch) | |
tree | 0c07a5c0a538e68cb1b3a20777367adf27abecf9 /meta/recipes-kernel/systemtap | |
parent | f67a0bae8bc22d227f73579b2bc780719bbdeb1b (diff) | |
download | poky-402c551bec3e51090f9a212fc205bb67b66ca096.tar.gz |
systemtap: supports mips starting with version 3.1
(From OE-Core rev: 3e098ef3424e1126aa4b0ecc29e1941efba687b7)
Signed-off-by: Victor Kamensky <kamensky@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index c938760b82..d1223591d9 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -15,8 +15,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ | |||
15 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 15 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | # systemtap doesn't support mips | 18 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' |
19 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel).*-linux' | ||
20 | 19 | ||
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
22 | 21 | ||