From 60e88434e3149168321657e74b58dea0226d6496 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 30 May 2012 01:53:01 -0400 Subject: Describe pkg building tool and cross toolchains. --- diff --git a/dev.html b/dev.html index d85dc6a..54082f0 100755 --- a/dev.html +++ b/dev.html @@ -82,5 +82,8 @@

Basically, the tool would fetch from the package archive the index of packages, determine which packages need to be installed, download each package, and unpack each package. Since the package manager may not be available, the tool must handle dependency resolution and package unpacking on its own.

We can't use debootstrap, since the formats of our binary packages and package archives differ slightly from those of Debian. But we can model our tool after debootstrap or even just fork debootstrap.

Package Cross Building Tool

+

A tool similar to pbuilder and sbuild of Debian needs to be written to build packages within a chroot environment containing a base system installed by the installation bootstrap tool. It needs to support cross building of packages using multiarch cross toolchains.

Multiarch Cross Toolchain Packages

+

Needed are packages of toolchain components (e.g. GCC and EGLIBC) that use multiarch library paths.

+

There is currently a Google Summer of Code 2012 project to develop such packages for Debian.

-- cgit v0.9.1