[Qemu-devel] [PATCH v3 22/24] shippable: add mipsel target

Philippe Mathieu-Daudé posted 24 patches 8 years, 8 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v3 22/24] shippable: add mipsel target
Posted by Philippe Mathieu-Daudé 8 years, 8 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .shippable.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.shippable.yml b/.shippable.yml
index aad66ec5ec..75c2895a21 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -13,6 +13,9 @@ env:
       TARGET_LIST=s390x-softmmu,s390x-linux-user
     - IMAGE=debian-powerpc-cross
       TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user
+    # mips64el-softmmu disabled due to libfdt problem
+    - IMAGE=debian-mipsel-cross
+      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
 build:
   pre_ci:
     - make docker-image-${IMAGE} V=1
-- 
2.11.0


Re: [Qemu-devel] [PATCH v3 22/24] shippable: add mipsel target
Posted by Alex Bennée 8 years, 8 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .shippable.yml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index aad66ec5ec..75c2895a21 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -13,6 +13,9 @@ env:
>        TARGET_LIST=s390x-softmmu,s390x-linux-user
>      - IMAGE=debian-powerpc-cross
>        TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user
> +    # mips64el-softmmu disabled due to libfdt problem
> +    - IMAGE=debian-mipsel-cross
> +      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
>  build:
>    pre_ci:
>      - make docker-image-${IMAGE} V=1


--
Alex Bennée