Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | meson: update to 1.3.1 | Waldemar Brodkorb | |
2023-01-19 | weston: update to 11.0.0, update dependencies | Waldemar Brodkorb | |
2022-02-10 | fix meson builds searching for *.pc files | Waldemar Brodkorb | |
2018-08-13 | Speed up compilation of packages. | dir | |
@upstream | |||
2018-02-18 | fix sed and replace all occurences | Waldemar Brodkorb | |
2018-01-02 | systemd: update to 236, convert to meson build | Waldemar Brodkorb | |
2017-12-25 | add meson/ninja host tools | Waldemar Brodkorb | |
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-03-22 | Introduce CCACHE-less compiler variables and use for building with cmake | dir | |
2017-03-05 | make cpio quiet | Waldemar Brodkorb | |
2016-12-26 | use $(CPIO) | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-09-20 | cmake: verbose builds by default | Waldemar Brodkorb | |
2016-09-05 | finetune logoutput | Waldemar Brodkorb | |
2016-03-22 | nfc: add driver and library for nfc-nci chips | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
2015-02-16 | be quiet for cmake builds | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2014-12-30 | arch sometimes required for cmake cross-compiles | Waldemar Brodkorb | |
2014-12-11 | add some needed packages for lms, update lms to latest. | Waldemar Brodkorb | |
2014-09-28 | update cmake, fix cmake config file | Waldemar Brodkorb | |
2014-09-28 | fix perl cross-compile and some modules on Darwin host | Waldemar Brodkorb | |
2014-07-30 | remove la file mangling. packages should use pkg-config to find options for ↵ | Waldemar Brodkorb | |
static linking | |||
2014-06-28 | fix build, remove dev warnings | Waldemar Brodkorb | |
2014-06-27 | convert to cmake style | Waldemar Brodkorb | |
2014-06-26 | update gcj to 4.8.3, add experimental jamvm backend for openjdk | Waldemar Brodkorb | |
2014-06-26 | add CONFIG_STYLE for cmake based packages, fixup cmake host install | Waldemar Brodkorb | |
2014-06-24 | add more perl modules needed for lms | Waldemar Brodkorb | |
2014-06-23 | fix perl module compile on newer host perl | Waldemar Brodkorb | |
2014-06-20 | fix some packages, when static build is choosen | Waldemar Brodkorb | |
2014-06-19 | make verbose output, needed for debugging autotool problems | Waldemar Brodkorb | |
2014-06-18 | less verbose, too much noise | Waldemar Brodkorb | |
2014-06-16 | fix p5-xml-parser package, add basic perl module infrastructure (based on ↵ | Waldemar Brodkorb | |
buildroot perl stuff) | |||
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-11 | fix bootstrap style | Waldemar Brodkorb | |
2014-06-11 | ignore config.sub/config.guess, do not create backup and restore it on ↵ | Waldemar Brodkorb | |
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package | |||
2014-06-05 | fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵ | Waldemar Brodkorb | |
libc packages, to avoid cpio errors | |||
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 | fix false error | Waldemar Brodkorb | |
2014-05-25 | non-verbose | Waldemar Brodkorb | |
2014-05-25 | fix newline addition on quiet build | Waldemar Brodkorb | |
2014-05-14 | fix shell typo | 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-03 | more flexible list of files to ignore when doing update-patches | Thorsten Glaser | |
e.g. for use with autoconf, but also for build-time generated files that are part of the distfile Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-03-31 | use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checks | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-11 | finetune rebuild stuff | Waldemar Brodkorb | |
need to rebuild kmod-packages, when removed. f.e. by hudson. fix kmod-soft-watchdog while there. Use bin directory for ldd to avoid a cpio failure. |