public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] ci_build: Include SDK creation for arm into fast build
@ 2019-04-25  5:45 Maxim Yu. Osipov
  2019-04-25  9:36 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Yu. Osipov @ 2019-04-25  5:45 UTC (permalink / raw)
  To: isar-users

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

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 9dc56f3..df751d3 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -126,8 +126,11 @@ bitbake $BB_ARGS $TARGETS_SET
 # Note: de0-nano-soc build is launched separately as
 # parallel build with the same target arch (armhf) fails.
 # The problem is being investigated
+# In addition test SDK creation
 if [ -n "$FAST_BUILD" ]; then
     bitbake $BB_ARGS multiconfig:de0-nano-soc-stretch:isar-image-base
+    while [ -e bitbake.sock ]; do sleep 1; done
+    bitbake $BB_ARGS -c do_populate_sdk multiconfig:qemuarm-stretch:isar-image-base
 fi
 
 cp -a "${ISARROOT}/meta/classes/dpkg-base.bbclass" "${ISARROOT}/meta/classes/dpkg-base.bbclass.ci-backup"
-- 
2.11.0


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

* Re: [PATCH] ci_build: Include SDK creation for arm into fast build
  2019-04-25  5:45 [PATCH] ci_build: Include SDK creation for arm into fast build Maxim Yu. Osipov
@ 2019-04-25  9:36 ` Maxim Yu. Osipov
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2019-04-25  9:36 UTC (permalink / raw)
  To: isar-users

On 4/25/19 7:45 AM, Maxim Yu. Osipov wrote:
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>

Applied to the 'next'.

> ---
>   scripts/ci_build.sh | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
> index 9dc56f3..df751d3 100755
> --- a/scripts/ci_build.sh
> +++ b/scripts/ci_build.sh
> @@ -126,8 +126,11 @@ bitbake $BB_ARGS $TARGETS_SET
>   # Note: de0-nano-soc build is launched separately as
>   # parallel build with the same target arch (armhf) fails.
>   # The problem is being investigated
> +# In addition test SDK creation
>   if [ -n "$FAST_BUILD" ]; then
>       bitbake $BB_ARGS multiconfig:de0-nano-soc-stretch:isar-image-base
> +    while [ -e bitbake.sock ]; do sleep 1; done
> +    bitbake $BB_ARGS -c do_populate_sdk multiconfig:qemuarm-stretch:isar-image-base
>   fi
>   
>   cp -a "${ISARROOT}/meta/classes/dpkg-base.bbclass" "${ISARROOT}/meta/classes/dpkg-base.bbclass.ci-backup"
> 


-- 
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] 2+ messages in thread

end of thread, other threads:[~2019-04-25  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25  5:45 [PATCH] ci_build: Include SDK creation for arm into fast build Maxim Yu. Osipov
2019-04-25  9:36 ` 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