Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-29 | install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵ | Waldemar Brodkorb | |
make prereq | |||
2014-03-20 | convert to HOST_STYLE auto, add hostclean target | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-02 | fix extra endif.. | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-26 | use separate stamp dir, enable openjdk for hudson | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-01-16 | fix krb5 cross-compile, bison use M4 env | Waldemar Brodkorb | |
2014-01-14 | fix xbmc build | Waldemar Brodkorb | |
2013-11-08 | accidently removed ALL_IPKGS | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-10-31 | quieten build a bit | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-25 | fix non-verbose build | Waldemar Brodkorb | |
2013-10-24 | fix comment | Waldemar Brodkorb | |
2013-10-23 | disable installing of dev subpackages, if not enabled bz the user | 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 | |||
2013-09-16 | ignore musl package | Waldemar Brodkorb | |
2013-08-22 | add back DEVELOPER=1 feature | Waldemar Brodkorb | |
2012-03-21 | remove DEVELOPER=1 | Waldemar Brodkorb | |
2012-01-15 | Allow leaving /etc as untouched as possible | Phil Sutter | |
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE". | |||
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-04-13 | remove debug stuff | wbx | |
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-03-04 | when flex fails, it seems to need M4 environment set | Waldemar Brodkorb | |
2011-03-01 | misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS | Waldemar Brodkorb | |
* fix *.pc / *-config file handling. | |||
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 defaults for native builds | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-02-02 | minor native build enhancements | Waldemar Brodkorb | |
2011-01-30 | allow to use strip, even when debug is on. required for gdbserver setups. | 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-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | Waldemar Brodkorb | |
2011-01-10 | resolve conflicts | Waldemar Brodkorb | |
2011-01-10 | make installation of package init scripts optional | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-08 | variable name cleanup | Waldemar Brodkorb | |
2011-01-07 | do not set GCC_HONOUR_COPTS for configure step | Waldemar Brodkorb | |
2011-01-06 | automatic post-postinstall targets, and exemplary switch of zlib to it | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-12-30 | resolve merge conflicts | 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-12-16 | use target arch CFLAGS even for native builds | Waldemar Brodkorb | |
2010-11-26 | add support for imagemagick package | Waldemar Brodkorb | |
2010-11-09 | quieten | Waldemar Brodkorb | |