a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: emdebian crossbuilding tool set
A collection of scripts to ease cross-building Debian packages for
Emdebian, reducing package size, separating translations into
individual tdeb packages and handling dependencies. Includes support
for installing cross building toolchains and building custom
toolchains, automated patching of Debian packages to suit Emdebian
needs and cross building Debian packages inside or outside a chroot.
.
The emdebian-tools package primarily serves to support Emdebian Crush,
the cross-built distribution using busybox and lacking perl support.
For Emdebian Grip support, see the emdebian-grip package.
.
Run emsetup first, using the simulate option, to see what changes
may be needed.
.
Includes support for debian/xcontrol files and the debian-xcontrol
package, to specify which cross dependencies need to be installed
with apt-cross to make the cross objects available to the cross
compiler and cross-building autobuilder support.
.
A simple reportbug wrapper assists in filing and closing bugs against
the buildd.emdebian.org pseudo-package, documenting and tracking
issues within the Emdebian build systems that are distinct from the
Debian build logs and bugs.
.
Includes experimental support for creating a uClibc toolchain from an
existing glibc/gcc toolchain for the same target architecture.
Description: emdebian crossbuilding tool set
A collection of scripts to ease cross-building Debian packages for
Emdebian, reducing package size, separating translations into
individual files and handling dependencies. The main scripts include:
.
emsetup : Check your system for cross-build support and determine some
defaults for other emdebian-tools scripts. Run this first, using the
simulate option, to see what changes may be needed.
.
emchain : Toolchain builder for cross compiling. If a pre-built
toolchain is not found or not available, emchain can build a custom
toolchain for your needs using the current Debian version of gcc.
.
em_make : Emdebianise a Debian package. Creates suitable changelog
entries, omits certain debhelper scripts from debian/rules and
maintains a patchset for emdebian. Removes all documentation and udeb
packages from debian/control.
.
emlocale : Moves all translations out of the Debian package(s) and into
individual locale packages, allowing the embedded user to only install
the translations that are relevant to that system. First run is via
em_make, subsequent runs can be used to update the list of available
translation packages.
.
emdebuild : Emdebian version of debuild that handles cross-building the
emdebianised tree. Requires a suitable cross-building toolchain to be
installed for the requested architecture, e.g. gcc-4.1-arm-linux-gnu,
available from the emdebian tools repository via emsetup or built for
your particular configuration using emchain.
.
empdebuild : Emdebian version of pbuilder that handles cross-building in
a chroot. Supports creating an emdebian chroot tarball including an Emdebian
toolchain and chroot cross-building of emdebianised packages using emdebuild.
Includes support for debian/xcontrol files to specify which
Build-Cross-Depends packages to install with apt-cross.
.
Homepage: http://www.emdebian.org/
--- 61136 Thu Jan 1 00:00:00 1970
+++ 36067 Thu Jan 1 00:00:00 1970
@@ -1,27 +1,37 @@
emdebian crossbuilding tool set
A collection of scripts to ease cross-building Debian packages for
Emdebian, reducing package size, separating translations into
- individual tdeb packages and handling dependencies. Includes support
- for installing cross building toolchains and building custom
- toolchains, automated patching of Debian packages to suit Emdebian
- needs and cross building Debian packages inside or outside a chroot.
+ individual files and handling dependencies. The main scripts include:
.
- The emdebian-tools package primarily serves to support Emdebian Crush,
- the cross-built distribution using busybox and lacking perl support.
- For Emdebian Grip support, see the emdebian-grip package.
+ emsetup : Check your system for cross-build support and determine some
+ defaults for other emdebian-tools scripts. Run this first, using the
+ simulate option, to see what changes may be needed.
.
- Run emsetup first, using the simulate option, to see what changes
- may be needed.
+ emchain : Toolchain builder for cross compiling. If a pre-built
+ toolchain is not found or not available, emchain can build a custom
+ toolchain for your needs using the current Debian version of gcc.
.
- Includes support for debian/xcontrol files and the debian-xcontrol
- package, to specify which cross dependencies need to be installed
- with apt-cross to make the cross objects available to the cross
- compiler and cross-building autobuilder support.
+ em_make : Emdebianise a Debian package. Creates suitable changelog
+ entries, omits certain debhelper scripts from debian/rules and
+ maintains a patchset for emdebian. Removes all documentation and udeb
+ packages from debian/control.
.
- A simple reportbug wrapper assists in filing and closing bugs against
- the buildd.emdebian.org pseudo-package, documenting and tracking
- issues within the Emdebian build systems that are distinct from the
- Debian build logs and bugs.
+ emlocale : Moves all translations out of the Debian package(s) and into
+ individual locale packages, allowing the embedded user to only install
+ the translations that are relevant to that system. First run is via
+ em_make, subsequent runs can be used to update the list of available
+ translation packages.
.
- Includes experimental support for creating a uClibc toolchain from an
+ emdebuild : Emdebian version of debuild that handles cross-building the
- existing glibc/gcc toolchain for the same target architecture.
+ emdebianised tree. Requires a suitable cross-building toolchain to be
+ installed for the requested architecture, e.g. gcc-4.1-arm-linux-gnu,
+ available from the emdebian tools repository via emsetup or built for
+ your particular configuration using emchain.
+ .
+ empdebuild : Emdebian version of pbuilder that handles cross-building in
+ a chroot. Supports creating an emdebian chroot tarball including an Emdebian
+ toolchain and chroot cross-building of emdebianised packages using emdebuild.
+ Includes support for debian/xcontrol files to specify which
+ Build-Cross-Depends packages to install with apt-cross.
+ .
+ Homepage: http://www.emdebian.org/