summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-08-11add basic loongarch support, qemu does not boot the kernel, yetWaldemar Brodkorb
2022-02-27sipeed-maix-bit: finetune, kernel boots, but helloworld segfautsWaldemar Brodkorb
2022-02-25add support for raspberry pi4 64 bitWaldemar Brodkorb
2022-02-25add support for raspberry pi4 32 bitWaldemar Brodkorb
2022-02-03use egrep to fix an grep issue on OpenBSD 7.0Waldemar Brodkorb
2021-11-04scripts: Review patch_git.sh and update-patches-gitPhil Sutter
Fix git-backed package patching and patch updating scripts: * patch_git.sh was entirely broken (since forever?!) due to a missing 'cd' call * update-patches-git formatted the marker commit as patch instead of ignoring it The major improvement of this review is the elimination of the mandatory final marker commit. Putting it before the series being applied works well and allows to add a patch to the series without demanding a git-rebase call to get the marker back on top. While being at it: * Call 'git am --abort' only if there was a git repo already * Call git-commit and git-format-patch with extra options to avoid side-effects from a user's .gitconfig * Explicitly specify output format in git-log to avoid surprises, also split output properly with 'read' * Eliminate fake_hdr variable Signed-off-by: Phil Sutter <phil@nwl.cc>
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