summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-04-15stm32 fixesWaldemar Brodkorb
2021-02-25prereq: Use check-lxdialog.sh to determine curses libraryPhil 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-25linux: update kernelsWaldemar Brodkorb
2021-02-19wget: only try two times by defaultWaldemar Brodkorb
2020-10-09add kvx toolchain supportWaldemar Brodkorb
2020-10-05update config.sub/config.guessWaldemar Brodkorb
2020-06-07linux uses rsync nowadays to copy headersWaldemar Brodkorb
2020-06-07fix formattingWaldemar Brodkorb
2020-06-06Fix "program" spellingCarlos Santos
Signed-off-by: Carlos Santos <unixmania@gmail.com>
2019-10-09cpio: add missing elseWaldemar Brodkorb
2019-10-09require gnu cpio and build itWaldemar Brodkorb
2019-10-08more basic support for sd card creation for phytec-imx6Waldemar Brodkorb
2019-09-30remove unfinished alternative os porting effortsWaldemar Brodkorb
2019-09-29fix prereq.sh on NetBSD 8.1Waldemar Brodkorb
2019-05-06prereq: check for bash 5, tooWaldemar Brodkorb
2018-09-21prereq: gnu make 4 required for latest glibcWaldemar Brodkorb
2018-06-22waldux: enable tasksWaldemar Brodkorb
2018-06-22use right device name for /dataWaldemar Brodkorb
2018-06-03add suffix for instruction setWaldemar Brodkorb
2018-05-27try to fix noMMU targetsWaldemar Brodkorb
2018-04-19Fix some dependencies for rpi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-03-17prereq: update make/bashWaldemar Brodkorb
2018-03-07travis: check walduxWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-20use LC_ALL instead of LANG, reported by mahmudovWaldemar Brodkorb
2018-02-12kodi: add addons for audioencodersWaldemar Brodkorb
2018-01-12add basic rtems support as a new playgroundWaldemar Brodkorb
2017-12-31add basic zephyr experiments, add xtensa newlib supportWaldemar Brodkorb
2017-12-28generic config finetuningWaldemar Brodkorb
2017-12-27some distros use /bin for md5sumWaldemar Brodkorb
2017-12-27better use LANG=C as discussed on the mailinglist, cleanup relocate errorsWaldemar Brodkorb
2017-12-26csky: 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-24scripts: 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-20Add -D option to install.sh to pre-populate data partitiondir
2017-11-20Add ADK_CUSTOM_TASKS_DIR variable to point to external tasksdir
2017-11-14scripts: support fuse_ext2 to write ext4 on Darwin systemsTom Deblauwe
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-09-21add 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-27webkitgtk: update to 2.16.6Waldemar Brodkorb
Fix some common cmake variables to fix some webkitgtk compile issues.
2017-08-27add basic support for frosted operating systemWaldemar 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-24add sample for orange-pi zeroWaldemar Brodkorb
2017-07-04GNU tr is required for Linux kernel compilationWaldemar Brodkorb
2017-07-04add basic raspberry-pi0 sampleWaldemar Brodkorb
2017-06-29Make install.sh support installing on a loop devicecsk
2017-06-27add new arch m32c (newlib toolchain)Waldemar Brodkorb
2017-04-23fix build on CygwinWaldemar Brodkorb
2017-04-23add line endings to printfWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2017-04-16add rpi3 aarch64 sample, not yet fully workingWaldemar Brodkorb
2017-03-22Unmount data partition if one was givendir