public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v6 0/9] Imager schroot migration
@ 2023-07-21  5:53 Uladzimir Bely
  2023-07-21  5:53 ` [PATCH v6 1/9] isar-apt: Move cleanup to postprocessing Uladzimir Bely
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Uladzimir Bely @ 2023-07-21  5:53 UTC (permalink / raw)
  To: isar-users

This patchset moves Isar imager from buildchroot to schroot usage as the next
step after moving to sbuild.

Imagers of every target are now running in separate schroot sessions with
independent overlays on top of basic unchanged schroot. Any changes made inside
overlay will be dropped after the usage to keep basic schroot clean.

Changes since v5:
- Rebased on next

Changes since v4:
- Rebased on next
- Add RECIPE-API-CHANGELOG entry
- Remove unused mounts from dpkg-gbp

Changes since v3:
- Rebased on next
- Fixed full CI build issues
- Add documentation updates
- Fix task name in CI
- Some code cleanup

Changes since v2:
- Rebased on next
- Do not keep schroot session open outside tasks
- Get rid of final cleanup code
- Fix sstate test case
- Get back buildchroot removing

Changes since v1:
- Rebased on next and bitbake update
- Fix some build cases

Anton Mikanovich (9):
  isar-apt: Move cleanup to postprocessing
  imager: Migrate from buildchroot to schroot
  imager: Move image types to schroot
  imager: Split imager deps between image types
  CI: Fix used chroot recipe name
  meta: Remove buildchroot
  dpkg-gbp: Remove unused mounts
  doc: Update chroot documentation
  RECIPE-API-CHANGELOG.md: Describe imager changes

 RECIPE-API-CHANGELOG.md                       |  20 ++++
 doc/offline.md                                |   2 +-
 doc/technical_overview.md                     | 107 +++++++++---------
 doc/user_manual.md                            |  53 +++++----
 meta-isar/conf/local.conf.sample              |   2 +-
 meta/classes/buildchroot.bbclass              |  59 ----------
 meta/classes/crossvars.bbclass                |   6 -
 meta/classes/deb-dl-dir.bbclass               |   4 +-
 meta/classes/dpkg-gbp.bbclass                 |   2 -
 meta/classes/image-tools-extension.bbclass    |  99 +++++++++++-----
 meta/classes/image.bbclass                    |  35 +++---
 meta/classes/imagetypes_vm.bbclass            |   9 +-
 meta/classes/imagetypes_wic.bbclass           |  89 +++++----------
 meta/classes/isar-events.bbclass              |   1 -
 meta/classes/rootfs.bbclass                   |  12 ++
 meta/conf/bitbake.conf                        |   3 -
 .../buildchroot/buildchroot-host.bb           |  13 ---
 .../buildchroot/buildchroot-target.bb         |  10 --
 .../buildchroot/buildchroot.inc               |  73 ------------
 .../buildchroot/files/build.sh                |  17 ---
 .../buildchroot/files/common.sh               |  32 ------
 .../buildchroot/files/configscript.sh         |  15 ---
 .../buildchroot/files/deps.sh                 |  47 --------
 .../sbuild-chroot/sbuild-chroot.inc           |   1 +
 scripts/contrib/convert-overrides.py          |   2 +-
 testsuite/cibase.py                           |   8 +-
 26 files changed, 238 insertions(+), 483 deletions(-)
 delete mode 100644 meta/classes/buildchroot.bbclass
 delete mode 100644 meta/recipes-devtools/buildchroot/buildchroot-host.bb
 delete mode 100644 meta/recipes-devtools/buildchroot/buildchroot-target.bb
 delete mode 100644 meta/recipes-devtools/buildchroot/buildchroot.inc
 delete mode 100644 meta/recipes-devtools/buildchroot/files/build.sh
 delete mode 100644 meta/recipes-devtools/buildchroot/files/common.sh
 delete mode 100644 meta/recipes-devtools/buildchroot/files/configscript.sh
 delete mode 100644 meta/recipes-devtools/buildchroot/files/deps.sh

-- 
2.20.1


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

end of thread, other threads:[~2023-09-12  8:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21  5:53 [PATCH v6 0/9] Imager schroot migration Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 1/9] isar-apt: Move cleanup to postprocessing Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 2/9] imager: Migrate from buildchroot to schroot Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 3/9] imager: Move image types " Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 4/9] imager: Split imager deps between image types Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 5/9] CI: Fix used chroot recipe name Uladzimir Bely
2023-07-21  5:53 ` [PATCH v6 6/9] meta: Remove buildchroot Uladzimir Bely
2023-07-21  5:54 ` [PATCH v6 7/9] dpkg-gbp: Remove unused mounts Uladzimir Bely
2023-07-21  5:54 ` [PATCH v6 8/9] doc: Update chroot documentation Uladzimir Bely
2023-07-21  5:54 ` [PATCH v6 9/9] RECIPE-API-CHANGELOG.md: Describe imager changes Uladzimir Bely
2023-08-25  4:20 ` [PATCH v6 0/9] Imager schroot migration Uladzimir Bely
2023-09-12  8:25 ` Uladzimir Bely

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