Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-17 | package/grub: Fix grub.cfg | Phil Sutter | |
When trying qemu-x86_64 target with full disk image, grub wasn't able to read the rootfs. After comparing it's config with the one used on my notebook, I was able to get it right. Apart from fixing the failure, this also enables serial output so grub menu becomes accessible when calling qemu with -nographic option. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADER | Phil Sutter | |
Therefore make the former select the latter. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | toolchain: gcc: 5.4.0: fix patch formatting | Phil 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-17 | package/asterisk: Fix build | Phil 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-17 | package/screen: fix build | Phil 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-16 | grub: use proxy friendly https url | Waldemar Brodkorb | |
2017-03-16 | allow to disable kernel module autoloading mechanism, useful when a big ↵ | Waldemar Brodkorb | |
defconfig is used | |||
2017-03-16 | u-boot: allow to build for rpi3 | Waldemar Brodkorb | |
2017-03-16 | grep: be sure to have pcre-host first | Waldemar Brodkorb | |
2017-03-16 | xz: remove broken host build-dependency | Waldemar Brodkorb | |
2017-03-15 | glibc: fix toolchain building in debug mode | Waldemar 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-15 | reverse logic | Waldemar Brodkorb | |
2017-03-14 | implement kernel symbol neutral method to select audio addon boards | Waldemar Brodkorb | |
2017-03-13 | make menuconfig color fix for Darwin users | Waldemar Brodkorb | |
Prefer ncurses from Darwin base before brew installed ncurses. It seems brew ncurses have some issues with colors. | |||
2017-03-13 | add stub for config-prepare if mini.config is not choosen | Waldemar Brodkorb | |
2017-03-13 | update-rcconf: remove Darwin hack | Waldemar 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-13 | ccache: update to 3.3.4 | Waldemar Brodkorb | |
2017-03-13 | add a comment to main menu | Waldemar 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-13 | banana-pro: add watchdog driver | Waldemar Brodkorb | |
2017-03-12 | dtc: update to 1.4.4 | Waldemar Brodkorb | |
Add fdtget/fdtput, required for u-boot when binman is in use. Fixes: binman: Error running 'fdtget u-boot.dtb..' | |||
2017-03-12 | bump rpi kernel version | Waldemar Brodkorb | |
2017-03-12 | crisv32 needs latest gcc from git | Waldemar Brodkorb | |
2017-03-12 | riscv: add gcc fix | Waldemar 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-09 | imgtec-ci20: u-boot / mkimage required to create uImage kernel | Waldemar Brodkorb | |
2017-03-09 | j2: update binutils patch in a hackish way, need to recheck on hardware | Waldemar Brodkorb | |
2017-03-09 | mutt: update to 1.8.0, drop patch | Waldemar Brodkorb | |
2017-03-09 | lua: update to 5.3.4 | Waldemar Brodkorb | |
2017-03-09 | add different patches to gcc/binutils to fix issues with ↵ | Waldemar Brodkorb | |
cris/microblaze/ia64/tile | |||
2017-03-09 | openswan: update to 2.6.49.1 | Waldemar Brodkorb | |
2017-03-09 | postfix: update to 3.2.0 | Waldemar Brodkorb | |
2017-03-09 | dovecot: update to 2.2.28 | Waldemar Brodkorb | |
2017-03-06 | linux: update to 4.9.13 | Waldemar Brodkorb | |
2017-03-06 | xvidcore: update to 1.3.4 | Waldemar Brodkorb | |
2017-03-06 | libx264: update to latest git | Waldemar Brodkorb | |
2017-03-06 | libva: add missing build dependency | Waldemar Brodkorb | |
2017-03-06 | libbluray: update to 1.0.0 | Waldemar Brodkorb | |
2017-03-06 | ffmpeg: update to 3.2.4 | Waldemar Brodkorb | |
2017-03-06 | wget: update to 1.19.1 | Waldemar Brodkorb | |
2017-03-06 | curl: update to 7.53.1 | Waldemar Brodkorb | |
2017-03-06 | gnutls: update to 3.5.9 | Waldemar Brodkorb | |
2017-03-06 | libressl: update to 2.4.5 | Waldemar Brodkorb | |
2017-03-05 | binutils: add 2.28, default to 2.28 | Waldemar Brodkorb | |
2017-03-05 | gcc: defaults to 6.3.0 | Waldemar Brodkorb | |
2017-03-05 | openjdk8: update to latest stable version | Waldemar Brodkorb | |
2017-03-05 | libffi: fix openjdk7 compile, which need to statically link libffi | Waldemar Brodkorb | |
2017-03-05 | remove VERBOSE=1, breaks openjdk8 compile | Waldemar Brodkorb | |
2017-03-05 | docs: some more updates | Waldemar Brodkorb | |
2017-03-05 | docs: fix some typos, add information about alternative init and dev management | Waldemar Brodkorb | |
2017-03-05 | docs: update architecture list | Waldemar Brodkorb | |
2017-03-05 | docs: add new screenshots | Waldemar Brodkorb | |