Build system
From PdaXrom embedded
The build system is a set of shell scripts. It includes rules to create host and target binaries with the help of sources. Unlike old pdaXrom builder, we have dropped ptxdist as base for our new build system. It can work with linux, osx and cygwin hosts. The core is rules/core.sh script. It includes functions for getting, extracting, patching sources etc.
The build system structure is:
/configs - kernel, busybox, firefox etc configuration files /docs - documentation /generic - generic rootfs and application configuration files /patches - set of patches /platforms- rules to build complete system and crosstools /rules - set of rules shell scripts /sets - set of grouped rules /build-crosstools.sh - crosstools build script /build.sh - complete system build script /close-working-dir.sh - clone working directory from current buider directory

