Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar Brodkorb | |
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support. | |||
2015-09-01 | fix building openjdk7 | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-08-30 | add CPPFLAGS to find X11 headers, fix linking when libc iconv is used | Waldemar Brodkorb | |
2015-07-01 | first step to rework iconv setup | Waldemar Brodkorb | |
Add a choice to select libiconv, C library iconv or libiconv-tiny. | |||
2015-07-01 | update gcc 4.8/4.9 | Waldemar Brodkorb | |
2015-05-16 | reduce openjdk build dependencies | Waldemar Brodkorb | |
2015-05-16 | set GCJ_VER correctly | Waldemar Brodkorb | |
2015-04-26 | update openjdk7 to latest, tested with x86/arm/mips/ppc | Waldemar Brodkorb | |
2015-04-21 | rename gtk+ to libgtk2 | Waldemar Brodkorb | |
2015-02-02 | update to latest icedtea version. fix for missing zip/unzip. fix for locale ↵ | Waldemar Brodkorb | |
compile error | |||
2015-01-15 | use unzip/zip from adk | Waldemar Brodkorb | |
2015-01-13 | deactivate jamvm backend, not working, yet. add some host build dependencies | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-07-25 | fix openjdk7 for uClibc-ng builds | Waldemar Brodkorb | |
2014-06-26 | update gcj to 4.8.3, add experimental jamvm backend for openjdk | Waldemar Brodkorb | |
2014-06-23 | remove TOPDIR patch | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-18 | add -liconv for uclibc build | Waldemar Brodkorb | |
2014-06-17 | fix openjdk7 build for glibc | Waldemar Brodkorb | |
2014-06-17 | fix compiler flags | Waldemar Brodkorb | |
2014-06-16 | fix HOST_STYLE stuff, openjdk7 compile problems fixed | Waldemar Brodkorb | |
2014-06-16 | remove libiconv-tiny dependency, use uclibc specific dependency | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar Brodkorb | |
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. | |||
2014-06-04 | fix openjdk build, do not interfere with xbmc | Waldemar Brodkorb | |
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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-17 | disable gcj use for target compile | Waldemar Brodkorb | |
2014-05-15 | another round of openjdk7 build fixes | Waldemar Brodkorb | |
2014-05-13 | fix openjdk build errors for arm target | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-05-10 | set ARCH for HOST build | Waldemar Brodkorb | |
2014-05-10 | try to fix compile error when ARCH= is used | Waldemar Brodkorb | |
2014-05-06 | another dependency | Waldemar Brodkorb | |
2014-05-06 | fix build dependency | Waldemar Brodkorb | |
2014-05-05 | fix host builddeps | Waldemar Brodkorb | |
2014-05-03 | fix problem when cups is not installed on the host | Waldemar Brodkorb | |
2014-05-02 | update to latest upstream | 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-02 | resolve merge conflict | Waldemar Brodkorb | |
2014-03-02 | remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵ | Waldemar Brodkorb | |
know why this is required. the names are not unique between arch with different abi | |||
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |
2014-02-19 | use system libraries to make package smaller | Waldemar Brodkorb | |
2014-02-16 | enable nss | Waldemar Brodkorb | |
2014-02-15 | remove alsa checks, not overrideable with ALT_* variables, add some runtime ↵ | Waldemar Brodkorb | |
depends | |||
2014-02-11 | update to icedtea 2.4.5 | Waldemar Brodkorb | |
2014-02-09 | fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchains | Waldemar Brodkorb | |
2014-01-31 | try to fix hudson build of openjdk | Waldemar Brodkorb | |
2014-01-31 | set freetype path for host build | Waldemar Brodkorb | |
2014-01-31 | resolve merge conflict | Waldemar Brodkorb | |