Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-10 | genimage: add better support | Waldemar Brodkorb | |
2016-09-05 | add hosttool genimage | Waldemar Brodkorb | |
2016-07-18 | xtensa: no extra u-boot required anymore | Waldemar Brodkorb | |
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-05-08 | gawk is required on Darwin for Linux compile | Waldemar Brodkorb | |
2016-04-08 | ed: update to 1.13, add lzip as decompressor | Waldemar Brodkorb | |
2016-03-19 | add basic bits and bytes for stm32f429 support | Waldemar Brodkorb | |
2016-03-02 | build host u-boot when mkimage is not installed | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-21 | opkg: update to latest, add host variant, enable gpg support | 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 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
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-10-27 | switch host ssl used for wget to libressl | Waldemar Brodkorb | |
2015-10-23 | fix detection of Host OS | Waldemar Brodkorb | |
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-07-06 | use depmod only when udev is choosen by the user | Waldemar Brodkorb | |
2015-07-06 | do depmod during modules_install (trying to fix linux-git with udev) | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-06-27 | add patchelf utility | Waldemar Brodkorb | |
2015-06-26 | add host-build for xtensa u-boot | Waldemar Brodkorb | |
2015-05-22 | add basic xilinx kintex7 xtensa support | Waldemar Brodkorb | |
2015-04-02 | always enable openssl/wget for host | Waldemar Brodkorb | |
2015-04-02 | add host wget with openssl to avoid wget-gnutls problems | Waldemar Brodkorb | |
2015-02-16 | prepare for Sun Voyager. | Waldemar Brodkorb | |
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine. | |||
2015-01-02 | unbreak xtensa build, depend on u-boot host tool mkimage. ssl requirement ↵ | Waldemar Brodkorb | |
must be checked. | |||
2014-12-26 | disable mkimage compile, needs portability improvements | Waldemar Brodkorb | |
2014-10-11 | cygwin fix | Waldemar Brodkorb | |
2014-09-25 | use host grep for Darwin | Waldemar Brodkorb | |
2014-08-15 | fix build on Darwin, need to find a way to get mkimage on Darwin later | Waldemar Brodkorb | |
2014-08-12 | add support for xtensa dc233c variant. use uImage, which works with a ↵ | Waldemar Brodkorb | |
patched Qemu. Thanks to Max Filippov for fixes and ideas. | |||
2014-08-12 | add u-boot hosttools support, remove mkimage package | Waldemar Brodkorb | |
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-06-30 | add support for lz4 compressed kernel and initramfs | Waldemar Brodkorb | |
2014-06-29 | add default parameter from Linux kernel | Waldemar Brodkorb | |
2014-06-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-05 | gnu awk will be build, when not found | Waldemar Brodkorb | |
2014-04-14 | compile patch when not available on Host | Waldemar Brodkorb | |
2014-04-05 | fix iso building | Waldemar Brodkorb | |
2014-04-03 | add qemu host dependency | Waldemar Brodkorb | |
2014-04-02 | fix host build depends for mtd-utils/squashfs | Waldemar Brodkorb | |
2014-03-31 | combine mkcrypt and dkgetsz to adk-helper package | Waldemar Brodkorb | |
2014-03-30 | add findutils do host machinery | Waldemar Brodkorb | |
2014-03-30 | add pkgconf, always needed | Waldemar Brodkorb | |
2014-03-30 | build hosttools only when not available or required | Waldemar Brodkorb | |
2014-03-30 | build host tools on demand, when not available on the host | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-23 | fix reconfig issue, older kernel need mkimage | Waldemar Brodkorb | |