summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2017-03-22rpi: rename device tree overlays to use static loading, no DDTKWaldemar Brodkorb
2017-03-21rework kernel build process, changes to kernelconfig are reflected nowWaldemar Brodkorb
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage.
2017-03-19darwin: brew users must install pkg-config, so that make kerneloconfig worksWaldemar Brodkorb
2017-03-19prereq: fix issue on DarwinWaldemar Brodkorb
2017-03-13update-rcconf: remove Darwin hackWaldemar 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-02-22raspberry-pi3: fix mini.config bootupWaldemar Brodkorb
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix
2017-02-19more h8300 work, add u-bootWaldemar Brodkorb
2017-01-14ipkg: fix cpio usageWaldemar Brodkorb
2016-12-25use GNU cpio instead of heirloom cpioWaldemar Brodkorb
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package.
2016-12-14add generic sh support for newlib toolchainWaldemar Brodkorb
2016-12-13add ia64 for newlibWaldemar Brodkorb
2016-12-13add rx bare-metal toolchain supportWaldemar Brodkorb
2016-12-13allow x86_64 newlib toolchain buildingWaldemar Brodkorb
2016-12-13allow sparc64 for newlibWaldemar Brodkorb
2016-11-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-11-22script not used, cleanupWaldemar Brodkorb
2016-11-22variable is not used, remove itWaldemar Brodkorb
2016-11-21always use ccache from OpenADK, problem reported by DiezWaldemar Brodkorb