Summary

Provide a new xdeb tool to easily cross-build a set of packages.

Release Note

If we have ARM specific release notes: A new xdeb tool allows easy cross-compilation of a set of packages.

Rationale

When repeatedly working on a package or a small set of packages, it is useful to have the fastest develop/build/deploy cycles as possible. On ARM, this still means cross-compilation.

User stories

Rob would like to work on GStreamer plugins for his ARM !SoC, he needs to rebuild repeatedly a library and a plugins package and he would like to take advantage of his fast x86 desktop for rebuilds, but he doesn't want to rebuild all recursive build-deps of these packages before being able to work.

Assumptions

No build-deps loops between the packages to rebuild.

Design

An existing almost complete implementation exists in the form of chromiumos-build, but it's a bit picky about build-deps loops.

Implementation

Rebrand chromiumos-build to xdeb.

Change the logic of xdeb to graph the build-deps of the packages which should be rebuilt instead of all packages.

Test/Demo Plan

Cross-rebuild a couple of gstreamer packages, in the right order, for armel.

Unresolved issues

Build-deps loops are not handled between packages to rebuild.

BoF agenda and discussion

Discussion

Actions


CategorySpec

Specs/M/ARMXdebCrossCompilationEnvironment (last edited 2010-05-25 13:16:49 by serris)