summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorBhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>2017-12-22 11:55:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:39 +0000
commitd2fce1fde078e620bcfec2b3f178c7a0122dad0c (patch)
treee709e673ca4e09077d66e6545109d06d7d52c42a /meta/recipes-kernel/systemtap/systemtap_git.inc
parentbb7616054fbeaba5e4bdfb4164d67184864d7807 (diff)
downloadpoky-d2fce1fde078e620bcfec2b3f178c7a0122dad0c.tar.gz
systemtap_git.inc: Add microblazeel as a supported architecture
This patch adds microblazeel as a supported architecture for systemtap. (From OE-Core rev: 6a9746d95e87cce4a3c72cc10842727ecaa7c60f) Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 3dc688a18f..547b3c1b3c 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -16,7 +16,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
16 " 16 "
17 17
18# systemtap doesn't support mips 18# systemtap doesn't support mips
19COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' 19COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel).*-linux'
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22