The dpkg-build documentation still targets the old dpkg-buildpackage
part that runs in the shared build chroot. We are using sbuild for quite
some time now, which handles things differently.
As this detail should not matter to the user, we just drop the outdated
part.
Signed-off-by: Felix Moessbauer <
felix.mo...@siemens.com>
---
doc/technical_overview.md | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/doc/technical_overview.md b/doc/technical_overview.md
index b7905be0..f7e00f7b 100644
--- a/doc/technical_overview.md
+++ b/doc/technical_overview.md
@@ -216,17 +216,6 @@ Both consist of the following steps:
schroot rootfs, execute the actual build function `dpkg_runbuild`, and
finally unmount again (`dpkg_undo_mounts`).
- 5.1. the `dpkg_runbuild` function of `dpkg.bbclass` runs `build.sh` in the
- schroot rootfs. That performs the following:
-
- 1. Go to `/home/build/${PN}`
-
- 2. Run dpkg-buildpackage
-
- 5.2. the `dpkg_runbuild` function of `dpkg-raw.bbclass` basically runs
- `dpkg-deb` to construct a Debian package from a folder of files,
- without compiling anything
-
6. Task `do_deploy_deb`: add successfully built packages
`${WORKDIR}/*.deb` to the isar-apt repository
`${REPO_ISAR_DIR}/${DISTRO}`
--
2.53.0