Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2011-04-23 | add devel subpackage | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-16 | use better category | Waldemar Brodkorb | |
2011-01-18 | fix dependencies | Waldemar Brodkorb | |
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) |