summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
AgeCommit message (Collapse)Author
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-12gptfdisk: add new packageWaldemar Brodkorb
2016-09-10genimage: add better supportWaldemar Brodkorb
2016-09-05add hosttool genimageWaldemar Brodkorb
2016-07-18xtensa: no extra u-boot required anymoreWaldemar Brodkorb
2016-05-12add support to play with LLVM/clangWaldemar Brodkorb
2016-05-08gawk is required on Darwin for Linux compileWaldemar Brodkorb
2016-04-08ed: update to 1.13, add lzip as decompressorWaldemar Brodkorb
2016-03-19add basic bits and bytes for stm32f429 supportWaldemar Brodkorb
2016-03-02build host u-boot when mkimage is not installedWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-21opkg: update to latest, add host variant, enable gpg supportWaldemar Brodkorb
2015-12-20use strings instead of modinfo for a portable wayWaldemar 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-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-13rework prereq checkWaldemar 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-27switch host ssl used for wget to libresslWaldemar Brodkorb
2015-10-23fix detection of Host OSWaldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-07-06use depmod only when udev is choosen by the userWaldemar Brodkorb
2015-07-06do depmod during modules_install (trying to fix linux-git with udev)BALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-06-27add patchelf utilityWaldemar Brodkorb
2015-06-26add host-build for xtensa u-bootWaldemar Brodkorb
2015-05-22add basic xilinx kintex7 xtensa supportWaldemar Brodkorb
2015-04-02always enable openssl/wget for hostWaldemar Brodkorb
2015-04-02add host wget with openssl to avoid wget-gnutls problemsWaldemar Brodkorb
2015-02-16prepare 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-02unbreak xtensa build, depend on u-boot host tool mkimage. ssl requirement ↵Waldemar Brodkorb
must be checked.
2014-12-26disable mkimage compile, needs portability improvementsWaldemar Brodkorb
2014-10-11cygwin fixWaldemar Brodkorb
2014-09-25use host grep for DarwinWaldemar Brodkorb
2014-08-15fix build on Darwin, need to find a way to get mkimage on Darwin laterWaldemar Brodkorb
2014-08-12add 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-12add u-boot hosttools support, remove mkimage packageWaldemar Brodkorb
2014-07-29add host tar, GNU tar required for uClibc header installations.Waldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-29add default parameter from Linux kernelWaldemar Brodkorb
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-05gnu sed no longer required, will be build as hosttoolWaldemar Brodkorb
2014-05-05gnu awk will be build, when not foundWaldemar Brodkorb
2014-04-14compile patch when not available on HostWaldemar Brodkorb
2014-04-05fix iso buildingWaldemar Brodkorb
2014-04-03 add qemu host dependencyWaldemar Brodkorb
2014-04-02fix host build depends for mtd-utils/squashfsWaldemar Brodkorb
2014-03-31combine mkcrypt and dkgetsz to adk-helper packageWaldemar Brodkorb
2014-03-30add findutils do host machineryWaldemar Brodkorb
2014-03-30add pkgconf, always neededWaldemar Brodkorb
2014-03-30build hosttools only when not available or requiredWaldemar Brodkorb
2014-03-30build host tools on demand, when not available on the hostWaldemar Brodkorb