Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-08 | kernel: add 4.11 support | Waldemar Brodkorb | |
2017-04-23 | fix build on Cygwin | Waldemar Brodkorb | |
2017-04-23 | Fix UBIFS rootfs support for rb532 | Phil Sutter | |
This fixes a typo and adds the missing ubinize.cfg. Fixes: 2d7388bc334dd ("Implement UBIFS rootfs support") | |||
2017-04-22 | fix debug builds | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.2.x to 3.2.88 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.10.x to 3.10.105 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.12.x to 3.12.73 | Waldemar Brodkorb | |
2017-04-19 | linux: remove EOL 3.18.x, add LTS 3.16.x | Waldemar Brodkorb | |
2017-04-19 | linux: update 4.1.x to 4.1.39 including rt-patch | Waldemar Brodkorb | |
2017-04-18 | linux: update to 4.4.x to 4.4.62 | Waldemar Brodkorb | |
2017-04-17 | linux: update to 4.9.22 | Waldemar Brodkorb | |
2017-04-11 | Fix CXX variable when using ccache | csk | |
2017-04-02 | kernel modules: handle missing -fhonour-copts | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.4.59 | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.9.20 | Waldemar Brodkorb | |
2017-03-31 | linux: fix git sources, match kernel version to avoid kernel module mismatches | Waldemar Brodkorb | |
2017-03-28 | Darwin: host-tools shouldn't use -rpath | Waldemar Brodkorb | |
2017-03-26 | try to download git archives from backup site first, remove big .git dir ↵ | Waldemar Brodkorb | |
before packing tarball | |||
2017-03-26 | git clone more verbose | Waldemar Brodkorb | |
2017-03-26 | need KARCH for make kernelconfig | Waldemar Brodkorb | |
2017-03-25 | linux: update to 4.4.56 | Waldemar Brodkorb | |
2017-03-22 | Introduce CCACHE-less compiler variables and use for building with cmake | dir | |
2017-03-22 | Allow for local git repos | dir | |
2017-03-22 | linux: update to 4.9.16 | 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-17 | llvm: update to 4.0.0, allow to compile musl with it | Waldemar Brodkorb | |
2017-03-17 | drop yaffs2 support | Waldemar Brodkorb | |
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target. | |||
2017-03-17 | Implement UBIFS rootfs support | Phil Sutter | |
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/host-bottom: Introduce HOST_INSTALL_STYLE | Phil Sutter | |
This is helpful when a package could use HOST_STYLE=auto but doesn't provide an install target. In that case, one can now set | HOST_STYLE=auto | HOST_INSTALL_STYLE=manual and define a custom host-install target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/host-bottom: Introduce HOST_CONFIG_STYLE | Phil Sutter | |
This is helpful when a package could use HOST_STYLE=auto but doesn't ship a conforming configure script. In that case, one can now set | HOST_STYLE=auto | HOST_CONFIG_STYLE=manual and define a custom host-configure target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/image.mk: Fix calling mkfs.jffs2 | Phil Sutter | |
This command does not reside in ${STAGING_HOST_DIR}/usr/bin (anymore?), also setting PATH='${HOST_PATH}' prior to just calling the command without path is more elegant in my opinion. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-06 | linux: update to 4.9.13 | Waldemar Brodkorb | |
2017-03-05 | remove VERBOSE=1, breaks openjdk8 compile | Waldemar Brodkorb | |
2017-03-05 | make cpio quiet | Waldemar Brodkorb | |
2017-03-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-02-23 | kernel: update 4.4/4.9 | Waldemar Brodkorb | |
2017-02-23 | fallback to generic genimage config, the size of partition and filesystem ↵ | Waldemar Brodkorb | |
still need to be made configurable | |||
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-20 | add new package hugo, this requires google go. logic mostly from buildroot | Waldemar Brodkorb | |
2017-02-19 | use unzip for zip | Waldemar Brodkorb | |
2017-02-12 | linux: update kernel | Waldemar Brodkorb | |
2017-02-10 | add CPU_FLAGS for target to TARGET_LDFLAGS, required for h8300 | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-02-09 | add dual-boot / fwupdate for systems with grub-support | Waldemar Brodkorb | |
2017-02-06 | add different genimage configs for PC Bios and EFI | Waldemar Brodkorb | |
2017-02-03 | linux: update to 4.4.46 | Waldemar Brodkorb | |
2017-01-30 | nds32: rename linux tarball | Waldemar Brodkorb | |
2017-01-29 | linux: update to 4.9.6 | Waldemar Brodkorb | |
2017-01-22 | nds32: use the kernel source from Andes | Waldemar Brodkorb | |
2017-01-20 | solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1 | Waldemar Brodkorb | |