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

Khem Raj raj.khem at gmail.com
Fri Jan 26 03:39:22 UTC 2018



On 12/22/17 11:55 AM, Bhargava Sreekantappa Gayathri wrote:
> 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'

is little endian the only config for microblaze ? I wonder if BE is 
accidentally left out.

>   
>   S = "${WORKDIR}/git"
>   
> 



More information about the Openembedded-core mailing list