[1/1] docs: remove outdated parts about dpkg_build

Message ID 20260701104216.710366-1-felix.moessbauer@siemens.com
State New
Headers show
Series [1/1] docs: remove outdated parts about dpkg_build | expand

Commit Message

Felix Moessbauer July 1, 2026, 10:42 a.m. UTC
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.moessbauer@siemens.com>
---
 doc/technical_overview.md | 11 -----------
 1 file changed, 11 deletions(-)

Patch

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}`