Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-12 | e2fsprogs: update to 1.43.1 | Waldemar Brodkorb | |
2016-05-29 | e2fsprogs: update to 1.43 | Waldemar Brodkorb | |
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-06-13 | a lot of bugfixes and package updates | Waldemar Brodkorb | |
2015-05-13 | finetune package | Waldemar Brodkorb | |
2015-02-28 | use kernel.org mirror | Waldemar Brodkorb | |
2015-02-28 | package/e2fsprogs: update to 1.42.12, add subpackages for static tune2fs and ↵ | Phil Sutter | |
e2fsck | |||
2015-01-03 | fix syntax error | Waldemar Brodkorb | |
2015-01-03 | allow static build of nfsroot for lemote | 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-08 | fix cross-compile on Darwin | Waldemar Brodkorb | |
2014-06-30 | minor fixes for xbmc-musl build | 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-17 | fix build breakage | 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 | update to latest upstream | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-21 | add symlinks to mkfs.type | Waldemar Brodkorb | |
2014-05-10 | fix dependency to libtinfo | Waldemar Brodkorb | |
2014-05-10 | fix build | Waldemar Brodkorb | |
2014-05-07 | remove meta package and e2fsck-static | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-04 | update e2fsprogs, enable for mpdbox | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2013-11-10 | fix runtime depends | Waldemar Brodkorb | |
2013-10-23 | fix package build | Waldemar Brodkorb | |
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 | |||
2013-10-09 | disable defrag program, fails to compile on avr32 and is not packaged | Waldemar Brodkorb | |
2013-08-14 | update to latest upstream version | Waldemar Brodkorb | |
2013-01-31 | update to latest upstream | Waldemar Brodkorb | |
2012-10-04 | update to latest upstream | Waldemar Brodkorb | |
2012-07-27 | full build on Darwin fixes | Waldemar Brodkorb | |
2012-03-13 | add missing dependency to libblkid | Waldemar Brodkorb | |
2011-12-05 | misc fixes, new package ed and mailutils | Waldemar Brodkorb | |
2011-12-03 | misc fixes | Waldemar Brodkorb | |
2011-11-10 | fix make bulk on OpenADK buildserver | Waldemar Brodkorb | |
2011-09-12 | fix wrong variable names | Waldemar Brodkorb | |
2011-09-12 | split binaries in subpackages | Waldemar Brodkorb | |
2011-09-07 | add resize2fs subpackage | Waldemar Brodkorb | |
2011-07-18 | correct header path | Waldemar Brodkorb | |
2011-04-26 | install when module is choosen, from phil | Waldemar Brodkorb | |
2011-04-25 | only build one copy of libuuid/libblkid | Waldemar Brodkorb | |
2011-03-24 | build e2fsck.static only when choosen | 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-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-02-02 | add header subpackages | Waldemar Brodkorb | |
2011-01-29 | optimize package | 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-12 | allow cross-compile under Darwin | Waldemar Brodkorb | |