public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Drop wheezy support from continous integration
@ 2018-08-02 11:12 Maxim Yu. Osipov
  2018-08-02 11:12 ` [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support Maxim Yu. Osipov
  2018-08-06  7:58 ` [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov
  0 siblings, 2 replies; 4+ messages in thread
From: Maxim Yu. Osipov @ 2018-08-02 11:12 UTC (permalink / raw)
  To: isar-users

Hi everybody,

During testing cross-compilation patch series v5
by Alex Smirno ci_build.sh failed on target
'multiconfig:qemuarm-wheezy:isar-image-base' on Debian stretch (9.X) 
host. 

Let's drop this target from the default continous integration 
ci_build.sh.

Kind regards,
Maxim.

Maxim Yu. Osipov (1):
  scripts/ci_build.sh: Drop wheezy support

 scripts/ci_build.sh | 1 -
 1 file changed, 1 deletion(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support
  2018-08-02 11:12 [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov
@ 2018-08-02 11:12 ` Maxim Yu. Osipov
  2018-08-02 14:39   ` Alexander Smirnov
  2018-08-06  7:58 ` [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov
  1 sibling, 1 reply; 4+ messages in thread
From: Maxim Yu. Osipov @ 2018-08-02 11:12 UTC (permalink / raw)
  To: isar-users

Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
 scripts/ci_build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 6e9a4eb..28290c2 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -82,7 +82,6 @@ if [ -n "$CROSS_BUILD" ]; then
 else
     # Start build for all possible configurations
     bitbake $BB_ARGS \
-        multiconfig:qemuarm-wheezy:isar-image-base \
         multiconfig:qemuarm-jessie:isar-image-base \
         multiconfig:qemuarm-stretch:isar-image-base \
         multiconfig:qemuarm64-stretch:isar-image-base \
-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support
  2018-08-02 11:12 ` [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support Maxim Yu. Osipov
@ 2018-08-02 14:39   ` Alexander Smirnov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Smirnov @ 2018-08-02 14:39 UTC (permalink / raw)
  To: Maxim Yu. Osipov, isar-users

Yes yes yes! :-)

Alex

On 02.08.2018 14:12, Maxim Yu. Osipov wrote:
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
>   scripts/ci_build.sh | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
> index 6e9a4eb..28290c2 100755
> --- a/scripts/ci_build.sh
> +++ b/scripts/ci_build.sh
> @@ -82,7 +82,6 @@ if [ -n "$CROSS_BUILD" ]; then
>   else
>       # Start build for all possible configurations
>       bitbake $BB_ARGS \
> -        multiconfig:qemuarm-wheezy:isar-image-base \
>           multiconfig:qemuarm-jessie:isar-image-base \
>           multiconfig:qemuarm-stretch:isar-image-base \
>           multiconfig:qemuarm64-stretch:isar-image-base \
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Drop wheezy support from continous integration
  2018-08-02 11:12 [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov
  2018-08-02 11:12 ` [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support Maxim Yu. Osipov
@ 2018-08-06  7:58 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Yu. Osipov @ 2018-08-06  7:58 UTC (permalink / raw)
  To: isar-users

On 08/02/2018 02:12 PM, Maxim Yu. Osipov wrote:
> Hi everybody,
> 
> During testing cross-compilation patch series v5
> by Alex Smirno ci_build.sh failed on target
> 'multiconfig:qemuarm-wheezy:isar-image-base' on Debian stretch (9.X)
> host.
> 
> Let's drop this target from the default continous integration
> ci_build.sh.
> 
> Kind regards,
> Maxim.

Applied to the 'next',

Regards,
Maxim.

> Maxim Yu. Osipov (1):
>    scripts/ci_build.sh: Drop wheezy support
> 
>   scripts/ci_build.sh | 1 -
>   1 file changed, 1 deletion(-)
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-06  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-02 11:12 [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov
2018-08-02 11:12 ` [PATCH 1/1] scripts/ci_build.sh: Drop wheezy support Maxim Yu. Osipov
2018-08-02 14:39   ` Alexander Smirnov
2018-08-06  7:58 ` [PATCH 0/1] Drop wheezy support from continous integration Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox