Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-02-25 | prereq: Use check-lxdialog.sh to determine curses library | Phil Sutter | |
Curses detection in adk/config/Makefile is a mess - pkg-config was designed to avoid exactly that, so make it a required tool on all host OSs and call check-lxdialog.sh from mconf sources which uses it to define the required curses LIBS and CFLAGS from prereq.sh. Since pkg-config output also contains the right arguments for libtinfo (which depends on the chosen curses variant), no mismatches between the two may happen anymore. While being at it, sync check-lxdialog.sh with current linux sources so it covers installations with widechar support as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-02-25 | linux: update kernels | Waldemar Brodkorb | |
2021-02-19 | wget: only try two times by default | Waldemar Brodkorb | |
2020-10-09 | add kvx toolchain support | Waldemar Brodkorb | |
2020-10-05 | update config.sub/config.guess | Waldemar Brodkorb | |
2020-06-07 | linux uses rsync nowadays to copy headers | Waldemar Brodkorb | |
2020-06-07 | fix formatting | Waldemar Brodkorb | |
2020-06-06 | Fix "program" spelling | Carlos Santos | |
Signed-off-by: Carlos Santos <unixmania@gmail.com> | |||
2019-10-09 | cpio: add missing else | Waldemar Brodkorb | |
2019-10-09 | require gnu cpio and build it | Waldemar Brodkorb | |
2019-10-08 | more basic support for sd card creation for phytec-imx6 | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2019-09-29 | fix prereq.sh on NetBSD 8.1 | Waldemar Brodkorb | |
2019-05-06 | prereq: check for bash 5, too | Waldemar Brodkorb | |
2018-09-21 | prereq: gnu make 4 required for latest glibc | Waldemar Brodkorb | |
2018-06-22 | waldux: enable tasks | Waldemar Brodkorb | |
2018-06-22 | use right device name for /data | Waldemar Brodkorb | |
2018-06-03 | add suffix for instruction set | Waldemar Brodkorb | |
2018-05-27 | try to fix noMMU targets | Waldemar Brodkorb | |
2018-04-19 | Fix some dependencies for rpi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-03-17 | prereq: update make/bash | Waldemar Brodkorb | |
2018-03-07 | travis: check waldux | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-02-20 | use LC_ALL instead of LANG, reported by mahmudov | Waldemar Brodkorb | |
2018-02-12 | kodi: add addons for audioencoders | Waldemar Brodkorb | |
2018-01-12 | add basic rtems support as a new playground | Waldemar Brodkorb | |
2017-12-31 | add basic zephyr experiments, add xtensa newlib support | Waldemar Brodkorb | |
2017-12-28 | generic config finetuning | Waldemar Brodkorb | |
2017-12-27 | some distros use /bin for md5sum | Waldemar Brodkorb | |
2017-12-27 | better use LANG=C as discussed on the mailinglist, cleanup relocate errors | Waldemar Brodkorb | |
2017-12-26 | csky: bugfix csky compile error for abiv1 & abiv2. | Guo Ren | |
This bugfix is depend on uclibc-ng patch: csky: remove -mcpu and -mhard-float from config Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-11-24 | scripts: Bugfix compile error on chinese system. | Guo Ren | |
The command "bash --version" output "Version 4.x", but in a chinese locale system will display as "版本 4.x". Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-11-20 | Add -D option to install.sh to pre-populate data partition | dir | |
2017-11-20 | Add ADK_CUSTOM_TASKS_DIR variable to point to external tasks | dir | |
2017-11-14 | scripts: support fuse_ext2 to write ext4 on Darwin systems | Tom Deblauwe | |
2017-09-28 | add phytec wega sample | Waldemar Brodkorb | |
2017-09-21 | add some debug output, which has the nice side effect to fix timing issues ↵ | Waldemar Brodkorb | |
while creating filesystems while partition tables isn't uptodate | |||
2017-08-27 | webkitgtk: update to 2.16.6 | Waldemar Brodkorb | |
Fix some common cmake variables to fix some webkitgtk compile issues. | |||
2017-08-27 | add basic support for frosted operating system | Waldemar Brodkorb | |
https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. | |||
2017-07-24 | add sample for orange-pi zero | Waldemar Brodkorb | |
2017-07-04 | GNU tr is required for Linux kernel compilation | Waldemar Brodkorb | |
2017-07-04 | add basic raspberry-pi0 sample | Waldemar Brodkorb | |
2017-06-29 | Make install.sh support installing on a loop device | csk | |
2017-06-27 | add new arch m32c (newlib toolchain) | Waldemar Brodkorb | |
2017-04-23 | fix build on Cygwin | Waldemar Brodkorb | |
2017-04-23 | add line endings to printf | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2017-04-16 | add rpi3 aarch64 sample, not yet fully working | Waldemar Brodkorb | |
2017-03-22 | Unmount data partition if one was given | dir | |