Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | Unmount data partition if one was given | dir | |
2017-03-22 | rpi: rename device tree overlays to use static loading, no DDTK | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar 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-19 | darwin: brew users must install pkg-config, so that make kerneloconfig works | Waldemar Brodkorb | |
2017-03-19 | prereq: fix issue on Darwin | Waldemar Brodkorb | |
2017-03-13 | update-rcconf: remove Darwin hack | Waldemar 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-22 | raspberry-pi3: fix mini.config bootup | Waldemar 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-19 | more h8300 work, add u-boot | Waldemar Brodkorb | |
2017-01-14 | ipkg: fix cpio usage | Waldemar Brodkorb | |
2016-12-25 | use GNU cpio instead of heirloom cpio | Waldemar 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-14 | add generic sh support for newlib toolchain | Waldemar Brodkorb | |
2016-12-13 | add ia64 for newlib | Waldemar Brodkorb | |
2016-12-13 | add rx bare-metal toolchain support | Waldemar Brodkorb | |
2016-12-13 | allow x86_64 newlib toolchain building | Waldemar Brodkorb | |
2016-12-13 | allow sparc64 for newlib | Waldemar Brodkorb | |
2016-11-22 | fix libxml2-host compile, pkgconf is mandatory | Waldemar Brodkorb | |
2016-11-22 | script not used, cleanup | Waldemar Brodkorb | |
2016-11-22 | variable is not used, remove it | Waldemar Brodkorb | |
2016-11-21 | always use ccache from OpenADK, problem reported by Diez | Waldemar Brodkorb | |
2016-11-15 | rpi: force --dtok to fix a trailer creation problem on Darwin, reported by Diez | Waldemar Brodkorb | |
2016-11-13 | grub: rework package, add mips support, update to latest git | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-11-05 | more verbose precheck messages | Waldemar Brodkorb | |
2016-10-22 | travis: add optional endian param | Waldemar Brodkorb | |
2016-10-09 | travis: try with matrix here, too | Waldemar Brodkorb | |
2016-10-09 | script must be executable | Waldemar Brodkorb | |
2016-10-09 | we give travis a try :) | Waldemar Brodkorb | |
2016-10-08 | add specific compiler order for Darwin | Waldemar Brodkorb | |
2016-10-08 | more verbose git clone | Waldemar Brodkorb | |
2016-10-06 | add liberation truetype font package and add mkfontscale check, complete the ↵ | Waldemar Brodkorb | |
other font checks | |||
2016-09-27 | make the sed fix darwin specific | Waldemar Brodkorb | |
2016-09-26 | nfs-utils: finetuning startup script | Waldemar Brodkorb | |
2016-09-26 | prefer gcc over clang for hostcompiler, finetune zlib tests | Waldemar Brodkorb | |
2016-09-17 | nfs-utils: fix wrong startup scripts | Waldemar Brodkorb | |
2016-07-26 | add bare-metal toolchain support for cr16 architecture | Waldemar Brodkorb | |
2016-07-26 | m32r bare-metal support only | Waldemar Brodkorb | |
2016-07-24 | use a menu for tasks so multiselects are possible, reported by Oliver | Waldemar Brodkorb | |
2016-06-20 | show dltool (curl/wget) errors when make package=foo clean package ↵ | Waldemar Brodkorb | |
ADK_VERBOSE=1 is used | |||
2016-06-19 | use u-boot boot script | Waldemar Brodkorb | |
2016-06-12 | solidrun-imx6: SPL is bigger | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-05-03 | handle new binfmt suffix | Waldemar Brodkorb | |
2016-04-13 | sync with mk/vars.mk change | Waldemar Brodkorb | |
2016-04-13 | mark bare-metal toolchains | Waldemar Brodkorb | |
2016-04-06 | remove duplicate line | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-04-04 | new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootup | Waldemar Brodkorb | |
2016-03-27 | reimplement package patching and update-patches logic | Phil Sutter | |
This works by using git as backend for all the dirty work. This means that patches are not just applied, but committed separately on top of the base sources (which are put into an initial commit). A final empty commit marks the end of the applied patch series, which allows to have multiple sets of patches to apply on top of each other. So a git history might look like this: - OpenADK patch marker: 0000 (this is the initial commit, containing the unpatched sources) - patch 1 of series 1 - patch 2 of series 1 - patch 3 of series 1 - OpenADK patch marker: 0001 - patch 1 of series 2 - patch 2 of series 2 - OpenADK patch marker: 0002 In addition to the separating empty commits, for every patch series metadata files are added (which are used for update-patches): __patchfiles__: A list of the patches' file names __patchdir__: The directory containing the applied patches Since patches might have to be unzipped first and in order to allow calling git-am just once for each patch series, the patches (along with above metadata files) are cached in dedicated directories: .git/patch_tmp/NNNN (where NNNN is the series number with leading zeroes [so shell globbing returns them in the right order]). In case update-patches is called later, update_patches.sh works it's way reverse through the git history, searching for commits named 'OpenADK patch marker: NNNN'. For each one it finds, it uses the metadata info to first remove all source patch files, then export the history in between using git-format-patch. To change patches or add new ones, the user has to use git-rebase in order to get things where they need to be for update_patches.sh to put stuff at the right place. For an example, here is how to change patch 3 of series 1 in the sample history above: - make desired code changes - commit them, ideally using --fixup option - call 'git rebase -i --autosquash <hash of OpenADK patch marker: 0000>' Using --fixup and --autosquash is convenient, since it automatically edits the rebase todo as intended. It's optional though, editing the todo manually will do just fine as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2016-03-14 | exit if kernel not found | Waldemar Brodkorb | |
2016-03-11 | allow to select nds32 to build uClibc-ng toolchain | Waldemar Brodkorb | |