[Qemu-devel] [PATCH v3 20/24] shippable: add armeb-linux-user target

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

diff --git a/.shippable.yml b/.shippable.yml
index fe360f85cb..2070c4d827 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -6,7 +6,7 @@ env:
     - LC_ALL=C
   matrix:
     - IMAGE=debian-armhf-cross
-      TARGET_LIST=arm-softmmu,arm-linux-user
+      TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user
     - IMAGE=debian-arm64-cross
       TARGET_LIST=aarch64-softmmu,aarch64-linux-user
     - IMAGE=debian-s390x-cross
-- 
2.11.0


Re: [Qemu-devel] [PATCH v3 20/24] shippable: add armeb-linux-user 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index fe360f85cb..2070c4d827 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -6,7 +6,7 @@ env:
>      - LC_ALL=C
>    matrix:
>      - IMAGE=debian-armhf-cross
> -      TARGET_LIST=arm-softmmu,arm-linux-user
> +      TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user
>      - IMAGE=debian-arm64-cross
>        TARGET_LIST=aarch64-softmmu,aarch64-linux-user
>      - IMAGE=debian-s390x-cross


--
Alex Bennée