[OE-core] [PATCH] systemtap_git.inc: Add microblazeel as a supported architecture

Bhargava Sreekantappa Gayathri bhargava.sreekantappa-gayathri at xilinx.com
Fri Dec 22 19:55:23 UTC 2017


This patch adds microblazeel as a supported architecture for systemtap.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>
---
 meta/recipes-kernel/systemtap/systemtap_git.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 3dc688a..547b3c1 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 \
            "
 
 # systemtap doesn't support mips
-COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel).*-linux'
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4




More information about the Openembedded-core mailing list