summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-17toolchain: gcc: 5.4.0: fix patch formattingPhil Sutter
git-am is quite picky when it comes to commit messages, this one needed fixing. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17package/asterisk: Fix buildPhil Sutter
Looks like there is a bug in AST_INLINE_API macro voodoo. Fix taken from here: https://issues.asterisk.org/jira/browse/ASTERISK-25503 Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17package/screen: fix buildPhil Sutter
The problem is, sched.h is found in the local directory and therefore falsely included from system headers. This probably has something to do with openadk relying on builtin header inclusion in gcc instead of specifying them explicitly. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-16grub: use proxy friendly https urlWaldemar Brodkorb
2017-03-16allow to disable kernel module autoloading mechanism, useful when a big ↵Waldemar Brodkorb
defconfig is used
2017-03-16u-boot: allow to build for rpi3Waldemar Brodkorb
2017-03-16grep: be sure to have pcre-host firstWaldemar Brodkorb
2017-03-16xz: remove broken host build-dependencyWaldemar Brodkorb
2017-03-15glibc: fix toolchain building in debug modeWaldemar Brodkorb
Instead of trying to have a list of CFLAGS which need to be filtered out, just add some working FLAGS for GNU C library toolchain compilation.
2017-03-15reverse logicWaldemar Brodkorb
2017-03-14implement kernel symbol neutral method to select audio addon boardsWaldemar Brodkorb
2017-03-13make menuconfig color fix for Darwin usersWaldemar Brodkorb
Prefer ncurses from Darwin base before brew installed ncurses. It seems brew ncurses have some issues with colors.
2017-03-13add stub for config-prepare if mini.config is not choosenWaldemar Brodkorb
2017-03-13update-rcconf: remove Darwin hackWaldemar Brodkorb
Even on Darwin there can be a GNU compatible sed binary in the PATH. In this case we shouldn't use the BSD sed syntax. If prereq.sh detects non GNU sed it will build a GNU sed and therefore we can assume to have a GNU sed in the PATH.
2017-03-13ccache: update to 3.3.4Waldemar Brodkorb
2017-03-13add a comment to main menuWaldemar Brodkorb
If you once choosen a architecture, system and cpu and saved the configuration, some defaults are set. Any reconfiguration of these settings might create a non-valid configuration. You can even get some strange side effects, where you can't select some stuff.
2017-03-13banana-pro: add watchdog driverWaldemar Brodkorb
2017-03-12dtc: update to 1.4.4Waldemar Brodkorb
Add fdtget/fdtput, required for u-boot when binman is in use. Fixes: binman: Error running 'fdtget u-boot.dtb..'
2017-03-12bump rpi kernel versionWaldemar Brodkorb
2017-03-12crisv32 needs latest gcc from gitWaldemar Brodkorb
2017-03-12riscv: add gcc fixWaldemar Brodkorb
From here: https://github.com/riscv/riscv-gcc/commit/2c6af46afa0ffe94a9a7162b656ffddfdf5b4b31 After reporting here: https://forums.sifive.com/t/creating-bare-metal-toolchain-for-riscv32/390
2017-03-09imgtec-ci20: u-boot / mkimage required to create uImage kernelWaldemar Brodkorb
2017-03-09j2: update binutils patch in a hackish way, need to recheck on hardwareWaldemar Brodkorb
2017-03-09mutt: update to 1.8.0, drop patchWaldemar Brodkorb
2017-03-09lua: update to 5.3.4Waldemar Brodkorb
2017-03-09add different patches to gcc/binutils to fix issues with ↵Waldemar Brodkorb
cris/microblaze/ia64/tile
2017-03-09openswan: update to 2.6.49.1Waldemar Brodkorb
2017-03-09postfix: update to 3.2.0Waldemar Brodkorb
2017-03-09dovecot: update to 2.2.28Waldemar Brodkorb
2017-03-06linux: update to 4.9.13Waldemar Brodkorb
2017-03-06xvidcore: update to 1.3.4Waldemar Brodkorb
2017-03-06libx264: update to latest gitWaldemar Brodkorb
2017-03-06libva: add missing build dependencyWaldemar Brodkorb
2017-03-06libbluray: update to 1.0.0Waldemar Brodkorb
2017-03-06ffmpeg: update to 3.2.4Waldemar Brodkorb
2017-03-06wget: update to 1.19.1Waldemar Brodkorb
2017-03-06curl: update to 7.53.1Waldemar Brodkorb
2017-03-06gnutls: update to 3.5.9Waldemar Brodkorb
2017-03-06libressl: update to 2.4.5Waldemar Brodkorb
2017-03-05binutils: add 2.28, default to 2.28Waldemar Brodkorb
2017-03-05gcc: defaults to 6.3.0Waldemar Brodkorb
2017-03-05openjdk8: update to latest stable versionWaldemar Brodkorb
2017-03-05libffi: fix openjdk7 compile, which need to statically link libffiWaldemar Brodkorb
2017-03-05remove VERBOSE=1, breaks openjdk8 compileWaldemar Brodkorb
2017-03-05docs: some more updatesWaldemar Brodkorb
2017-03-05docs: fix some typos, add information about alternative init and dev managementWaldemar Brodkorb
2017-03-05docs: update architecture listWaldemar Brodkorb
2017-03-05docs: add new screenshotsWaldemar Brodkorb
2017-03-05docs: fix snapshot urlWaldemar Brodkorb
2017-03-05docs: new keywords for PKG_NEEDS are availableWaldemar Brodkorb