[oe-commits] [openembedded-core] 04/05: systemtap_git.inc: Add microblazeel as a supported architecture

git at git.openembedded.org git at git.openembedded.org
Thu Dec 28 15:08:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit e138d029df83784962d7f2ade3688ebd9513b6f9
Author: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>
AuthorDate: Fri Dec 22 11:55:23 2017 -0800

    systemtap_git.inc: Add microblazeel as a supported architecture
    
    This patch adds microblazeel as a supported architecture for systemtap.
    
    Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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"
 

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


More information about the Openembedded-commits mailing list