Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-31 | timezone files no longer installed. why? | Waldemar Brodkorb | |
2012-03-21 | add template for mips64el | Waldemar Brodkorb | |
2012-02-29 | add missing linker scripts for alix boards | Waldemar Brodkorb | |
2011-11-17 | add libnsl back | Waldemar Brodkorb | |
2011-10-20 | add getconf | Waldemar Brodkorb | |
2011-10-20 | /lib/libc.so should not be a symlink! | Waldemar Brodkorb | |
2011-10-16 | use CPU_ARCH not ARCH | Waldemar Brodkorb | |
2011-10-12 | respect choosen ABI | Waldemar Brodkorb | |
2011-07-19 | add subpackage with static library | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-03-17 | add symlinks for uclibc libs, cosmetic changes | Waldemar Brodkorb | |
2011-03-13 | remove libnsl, it is not available and/or required | Waldemar Brodkorb | |
2011-03-08 | cosmetic changes | Waldemar Brodkorb | |
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-02-01 | upps, wrong dir | Waldemar Brodkorb | |
2011-01-31 | add libresolv.so symlink, use glibc package code to simplify | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-19 | install libssp | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-07 | add missing stuff from tg@ | Waldemar Brodkorb | |
2011-01-07 | add varios patches... | Waldemar Brodkorb | |
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. | |||
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2011-01-06 | install empty header stub | 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 ;) | |||
2010-09-29 | update eglibc and ibm x40 target, fix macosx cross-compile | Waldemar Brodkorb | |
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-08-02 | fix compile of gcc package, host cppflags should be not target cppflags | Waldemar Brodkorb | |
2010-07-16 | a lot of lemote finetuning | Waldemar Brodkorb | |
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package | |||
2010-07-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | Waldemar Brodkorb | |
2010-07-07 | fix timezone configuration for eglibc/glibc based systems | Waldemar Brodkorb | |
2010-07-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-03-05 | fix gcc package on MIPS64 | Waldemar Brodkorb | |
2010-02-27 | update lemote target to 2.6.33 | Waldemar Brodkorb | |
- fix libc-dev packages - fix cryptinit target | |||
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-01-31 | rework libc-dev package, add linker script for x86 | Waldemar Brodkorb | |
2010-01-30 | fix eglibc dev package and group alix/wrap devices | Waldemar Brodkorb | |
2010-01-30 | fix bootup on rb532/mips | Waldemar Brodkorb | |
the ld.so.1 symlink was missing. Install linker script and symlinks in dev-package only. | |||
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
2009-12-24 | Merge commit 'origin/confgen' | Waldemar Brodkorb | |
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk | |||
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-20 | add some manual menu entries for important packages | Waldemar Brodkorb | |
2009-12-19 | allow headers to be installed as package | Waldemar Brodkorb | |
2009-12-19 | install libc headers only when selected | Waldemar Brodkorb | |
2009-11-12 | libnsl is needed for java 1.6 | Waldemar Brodkorb | |
2009-10-22 | some adk devel corrections | Waldemar Brodkorb | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/package.mk | |||
2009-09-30 | fix tool dependency list add preliminary rpm backend support | Waldemar Brodkorb | |
2009-09-29 | fix some eglibc adk buildsystem problems | Waldemar Brodkorb | |
2009-09-25 | disable uclibc for lemote, still broken | Waldemar Brodkorb | |
2009-09-20 | fix header install | Waldemar Brodkorb | |