summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
AgeCommit message (Collapse)Author
2024-04-01avoid xz where possibleWaldemar Brodkorb
2024-01-17add zstd support for Linux kernel compressionWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2020-06-07linux uses rsync nowadays to copy headersWaldemar Brodkorb
2019-09-30remove unfinished alternative os porting effortsWaldemar Brodkorb
2018-06-16add etrax-toolsWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2017-10-05stlink: add hosttool for stm32 flashingWaldemar Brodkorb
2017-07-04GNU tr is required for Linux kernel compilationWaldemar Brodkorb
2017-03-23Add objconv packagedir
2017-03-17target/config: Allow targets to require kernel2minor host packagePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-02-19more h8300 work, add u-bootWaldemar Brodkorb
2016-12-25use GNU cpio instead of heirloom cpioWaldemar 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-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-11-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-11-21always use ccache from OpenADK, problem reported by DiezWaldemar Brodkorb
2016-11-10the optional host-tool detection support is still broken :(Waldemar Brodkorb
2016-11-02make flex/bison optional provided by OpenADK, fix logic to create Depends.mkWaldemar Brodkorb
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