Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | pkg-config is not strictly required | Waldemar Brodkorb | |
2024-01-17 | add zstd support for Linux kernel compression | Waldemar Brodkorb | |
2023-02-04 | avr32: allow to build toolchain with newer host gcc | Waldemar Brodkorb | |
2023-01-08 | new package firefox, obsolete python2 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2022-02-03 | use egrep to fix an grep issue on OpenBSD 7.0 | Waldemar Brodkorb | |
2021-02-25 | prereq: Use check-lxdialog.sh to determine curses library | Phil Sutter | |
Curses detection in adk/config/Makefile is a mess - pkg-config was designed to avoid exactly that, so make it a required tool on all host OSs and call check-lxdialog.sh from mconf sources which uses it to define the required curses LIBS and CFLAGS from prereq.sh. Since pkg-config output also contains the right arguments for libtinfo (which depends on the chosen curses variant), no mismatches between the two may happen anymore. While being at it, sync check-lxdialog.sh with current linux sources so it covers installations with widechar support as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-02-19 | wget: only try two times by default | Waldemar Brodkorb | |
2020-06-07 | linux uses rsync nowadays to copy headers | Waldemar Brodkorb | |
2020-06-07 | fix formatting | Waldemar Brodkorb | |
2020-06-06 | Fix "program" spelling | Carlos Santos | |
Signed-off-by: Carlos Santos <unixmania@gmail.com> | |||
2019-10-09 | cpio: add missing else | Waldemar Brodkorb | |
2019-10-09 | require gnu cpio and build it | Waldemar Brodkorb | |
2019-09-29 | fix prereq.sh on NetBSD 8.1 | Waldemar Brodkorb | |
2019-05-06 | prereq: check for bash 5, too | Waldemar Brodkorb | |
2018-09-21 | prereq: gnu make 4 required for latest glibc | Waldemar Brodkorb | |
2018-03-17 | prereq: update make/bash | Waldemar Brodkorb | |
2018-02-20 | use LC_ALL instead of LANG, reported by mahmudov | Waldemar Brodkorb | |
2017-12-27 | better use LANG=C as discussed on the mailinglist, cleanup relocate errors | Waldemar Brodkorb | |
2017-11-24 | scripts: Bugfix compile error on chinese system. | Guo Ren | |
The command "bash --version" output "Version 4.x", but in a chinese locale system will display as "版本 4.x". Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-07-04 | GNU tr is required for Linux kernel compilation | Waldemar Brodkorb | |
2017-04-23 | add line endings to printf | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2017-03-19 | darwin: brew users must install pkg-config, so that make kerneloconfig works | Waldemar Brodkorb | |
2017-03-19 | prereq: fix issue on Darwin | Waldemar Brodkorb | |
2017-02-19 | more h8300 work, add u-boot | Waldemar Brodkorb | |
2016-12-25 | use GNU cpio instead of heirloom cpio | Waldemar Brodkorb | |
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package. | |||
2016-11-22 | fix libxml2-host compile, pkgconf is mandatory | Waldemar Brodkorb | |
2016-11-22 | variable is not used, remove it | Waldemar Brodkorb | |
2016-11-21 | always use ccache from OpenADK, problem reported by Diez | Waldemar Brodkorb | |
2016-11-05 | more verbose precheck messages | Waldemar Brodkorb | |
2016-10-08 | add specific compiler order for Darwin | Waldemar Brodkorb | |
2016-10-08 | more verbose git clone | Waldemar Brodkorb | |
2016-10-06 | add liberation truetype font package and add mkfontscale check, complete the ↵ | Waldemar Brodkorb | |
other font checks | |||
2016-09-26 | prefer gcc over clang for hostcompiler, finetune zlib tests | Waldemar Brodkorb | |
2016-06-20 | show dltool (curl/wget) errors when make package=foo clean package ↵ | Waldemar Brodkorb | |
ADK_VERBOSE=1 is used | |||
2016-03-02 | build host u-boot when mkimage is not installed | Waldemar Brodkorb | |
2016-02-29 | add new PKG_GIT variable | Waldemar Brodkorb | |
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package. | |||
2016-02-27 | prereq: add gzip/zlib checks | Waldemar Brodkorb | |
2016-02-27 | add new lines for package dependent requirement messages | Waldemar Brodkorb | |
2016-02-26 | prereq: allow verbose download messages from fetchcmd when make v is used | Waldemar Brodkorb | |
2016-02-26 | prereq: fatal error when no C/C++ compiler found | Waldemar Brodkorb | |
2015-12-22 | add missing HOST_CFLAGS/HOSTCXX_FLAGS | Waldemar Brodkorb | |
2015-12-21 | use grep -i | Waldemar Brodkorb | |
2015-12-20 | use strings instead of modinfo for a portable way | Waldemar Brodkorb | |
Idea from Phil to have a portable method to find the kernel module dependencies. make-module-ipkgs.sh uses associative arrays, so check for bash version 4. | |||
2015-12-15 | add message when c/c++ compiler not found | Waldemar Brodkorb | |
2015-12-15 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
2015-12-15 | recognize clang befoe gcc, so that we set the right options | Waldemar Brodkorb | |
2015-12-13 | allow to fetch on redirects | Waldemar Brodkorb | |
2015-12-13 | special case for defconfig used by embedded-test.sh | 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. |