summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2024-04-01create.sh use gunzip instead of xzWaldemar Brodkorb
2024-04-01avoid xz where possibleWaldemar Brodkorb
2024-03-05fix permissions on config.*Waldemar Brodkorb
2024-02-23pkg-config is not strictly requiredWaldemar Brodkorb
2024-02-23update config.sub/config.guess from upstreamWaldemar Brodkorb
2024-02-09add means to write nvme and mmcblk devicesMartin Thomas
Signed-off-by: Martin Thomas <m.thomas@infodas.de>
2024-01-21raspberry-pi5: add basic supportWaldemar Brodkorb
2024-01-17add zstd support for Linux kernel compressionWaldemar Brodkorb
2024-01-08add support for Synopsys ARCv3Waldemar Brodkorb
2023-11-15install dtb files in overlay dirWaldemar Brodkorb
2023-08-29stm32: minor bugfixesWaldemar Brodkorb
2023-08-13create.sh: use a 2GB disk and more inodes to build bigger projects nativelyWaldemar Brodkorb
2023-02-19atmel-ngw100: fix sd card bootWaldemar Brodkorb
2023-02-06arcv2: newer Linux kernel use haps_hs and DW uartWaldemar Brodkorb
2023-02-04avr32: allow to build toolchain with newer host gccWaldemar Brodkorb
2023-01-27rockpi4-plus: add data partitionWaldemar Brodkorb
2023-01-08new package firefox, obsolete python2Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-12-15add support for rockpi4-plusWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2022-08-31some changes for img-tec and various thingsWaldemar Brodkorb
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>