public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH(sbuild) 1/1] sbuild: Add changelog entry
@ 2022-05-18 15:12 Anton Mikanovich
  2022-05-18 15:54 ` Bezdeka, Florian
  0 siblings, 1 reply; 6+ messages in thread
From: Anton Mikanovich @ 2022-05-18 15:12 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Migration from buildchroot to sbuild will cause API change.
Add changelog entry which also includes do_install_builddeps task
remove mentioning.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 RECIPE-API-CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index f3b3035..092292b 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -397,3 +397,16 @@ New conversions can be added by defining CONVERSION_CMD_type.
     - the conversions appends its own type, e.g. the output file of a conversion `xz`
       would be ${IMAGE_FULLNAME}.${type}.xz
     - a final chown is appended automatically
+
+### Buildchroot no longer used for package building
+
+Packages are now built with sbuild which takes care of dependency
+installation.
+The task do_install_builddeps has been removed.
+
+The migration to sbuild also means that all changes in the rootfs made during
+package building will not be shared between the build sessions of different
+packages and will be lost after a given build session finishes.
+
+Any package build requirements for the rootfs should be satisfied in the
+Debian way via package dependencies.
-- 
2.17.1


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

end of thread, other threads:[~2022-05-27  8:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:12 [PATCH(sbuild) 1/1] sbuild: Add changelog entry Anton Mikanovich
2022-05-18 15:54 ` Bezdeka, Florian
2022-05-18 16:03   ` Baurzhan Ismagulov
2022-05-18 16:10     ` Bezdeka, Florian
2022-05-27  8:21       ` Baurzhan Ismagulov
2022-05-18 16:54   ` Henning Schild

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