public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Avoid to create the rootfs tarball saves almost 5 minutes
@ 2022-10-20  5:50 Roberto A. Foglietta
  2022-10-20 11:09 ` Henning Schild
  0 siblings, 1 reply; 4+ messages in thread
From: Roberto A. Foglietta @ 2022-10-20  5:50 UTC (permalink / raw)
  To: isar-users

Hi all,

 I wish to have your opinion about this change that I have tried

clean isar
build complete

real 20m42,463s
user 0m0,229s
sys 0m0,152s

* 1894555 - rootfs_install_sstate_prepare does nothing
  This commit avoid to create the rootfs tarball

clean isar
build complete

real 16m7,703s
user 0m0,151s
sys 0m0,140s

clean isar
build complete

real 16m6,141s
user 0m0,124s
sys 0m0,149s


diff --git a/recipes-core/images/eval-image-template.inc
b/recipes-core/images/eval-image-template.inc
index 48bfc01..86b761d 100644
--- a/recipes-core/images/eval-image-template.inc
+++ b/recipes-core/images/eval-image-template.inc
@@ -23,3 +23,7 @@ IMAGE_INSTALL += "expand-on-first-boot"

 WIC_IMAGER_INSTALL += "btrfs-progs"
 WIC_DEPLOY_PARTITIONS = "0"
+
+rootfs_install_sstate_prepare() {
+       true
+}

Thanks, R-

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

end of thread, other threads:[~2022-10-20 12:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20  5:50 Avoid to create the rootfs tarball saves almost 5 minutes Roberto A. Foglietta
2022-10-20 11:09 ` Henning Schild
2022-10-20 11:15   ` Roberto A. Foglietta
2022-10-20 12:18     ` Henning Schild

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