public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts/ci: rebuild recipes based on dpkg-base
@ 2018-11-22  9:12 Henning Schild
  2018-11-22  9:15 ` Henning Schild
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Henning Schild @ 2018-11-22  9:12 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

This commit adds rebuilding to CI and shows the current rebuilding
issues in Isar. After they are fixed it will be a general improvement to
CI to make sure we do not run into similar problems again.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 scripts/ci_build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index d2ed6fe..dc093ec 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -102,3 +102,7 @@ else
     # qemu-user-static of <= buster too old to build that
     #multiconfig:qemuarm64-buster:isar-image-base
 fi
+
+echo -e "do_fetch_append() {\n\n}" >> ${ISARROOT}/meta/classes/dpkg-base.bbclass
+
+bitbake $BB_ARGS multiconfig:qemuamd64-buster:isar-image-base
-- 
2.19.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v2] scripts/ci: rebuild recipes based on dpkg-base
@ 2018-11-23  7:09 Maxim Yu. Osipov
  2018-11-23  9:54 ` Henning Schild
  2018-11-23 10:23 ` Maxim Yu. Osipov
  0 siblings, 2 replies; 9+ messages in thread
From: Maxim Yu. Osipov @ 2018-11-23  7:09 UTC (permalink / raw)
  To: isar-users

From: Henning Schild <henning.schild@siemens.com>

This commit adds rebuilding to CI and shows the current rebuilding
issues in Isar. After they are fixed it will be a general improvement to
CI to make sure we do not run into similar problems again.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 scripts/ci_build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index d5e4d41..059df21 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -108,3 +108,7 @@ else
     # qemu-user-static of <= buster too old to build that
     #multiconfig:qemuarm64-buster:isar-image-base
 fi
+
+echo -e "do_fetch_append() {\n\n}" >> ${ISARROOT}/meta/classes/dpkg-base.bbclass
+
+bitbake $BB_ARGS multiconfig:qemuamd64-stretch:isar-image-base
-- 
2.11.0


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

end of thread, other threads:[~2018-11-23 10:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-22  9:12 [PATCH] scripts/ci: rebuild recipes based on dpkg-base Henning Schild
2018-11-22  9:15 ` Henning Schild
2018-11-22  9:15 ` Jan Kiszka
2018-11-22  9:40   ` Henning Schild
2018-11-23  7:05 ` Maxim Yu. Osipov
2018-11-23  9:52   ` [PATCH v2] " Henning Schild
2018-11-23  7:09 Maxim Yu. Osipov
2018-11-23  9:54 ` Henning Schild
2018-11-23 10:23 ` 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