Skip to content
Snippets Groups Projects
  1. Sep 17, 2021
    • Rosen Penev's avatar
      tools: add meson · c4dfdde2
      Rosen Penev authored
      
      meson is a next generation build system designed to have good defaults,
      simpler build files, and fast compilation.
      
      It is built upon python and uses ninja for compilation. The latter
      provides fast by default (parallel) and problem free compilation.
      
      There are over 40 packages already successfully using meson. The next
      commit will convert pkgconf to use meson compilation.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      c4dfdde2
  2. Sep 14, 2021
    • Paul Spooren's avatar
      build: store artifacts in JSON · 5ef4608c
      Paul Spooren authored
      
      Multiple profiles create artifacts, these should be stored in the JSON
      file as well, allowing downstream tooling to show those files, too.
      
      Artifacts don't have specific filesystems so only the fields `name`,
      `type` and `sha256` are available.
      
      Rename env variable names from IMAGE_ to FILE_ prefixes to reflect that
      images, kernels and artifacts are added with the same command.
      
      Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
      5ef4608c
  3. Sep 13, 2021
  4. Sep 09, 2021
  5. Aug 29, 2021
    • John Audia's avatar
      kernel: bump 5.4 to 5.4.143 · be7e0091
      John Audia authored
      
      Manually rebased:
        bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch
      
      Removed upstreamed:
        mvebu/patches-5.4/100-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch
      
      All other patches automatically rebased.
      
      Build system: x86_64
      Build-tested: ipq806x/R7800
      Run-tested: ipq806x/R7800
      
      No dmesg regressions, everything functional
      
      Signed-off-by: default avatarJohn Audia <graysky@archlinux.us>
      be7e0091
    • John Audia's avatar
      kernel: bump 5.10 to 5.10.61 · 6b1cd3e3
      John Audia authored
      
      Manually rebased:
        bcm27xx/patches-5.10/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch
      
      Removed upstreamed:
        mvebu/patches-5.10/101-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch
      
      All other patches automatically rebased.
      
      Build system: x86_64
      Build-tested: bcm2711/RPi4B
      Run-tested: bcm2711/RPi4B
      
      No dmesg regressions, everything functional
      
      Signed-off-by: default avatarJohn Audia <graysky@archlinux.us>
      6b1cd3e3
  6. Aug 21, 2021
  7. Aug 19, 2021
  8. Aug 16, 2021
  9. Aug 14, 2021
  10. Aug 10, 2021
    • David Bauer's avatar
      generic: Kconfig: exit on unset symbol · eaa9c94c
      David Bauer authored
      
      When a target configuration has unser Kconfig symbols, the build will
      fail when OpenWrt is compiled with V=s and stdin is connected to a tty.
      
      In case OpenWrt is compiled without either of these preconditions, the
      build will uscceed with the symbols in question being unset.
      
      Modify the kernel configuration in a way it fails on unset symbols
      regardless of the aformentioned preconditions.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      eaa9c94c
  11. Aug 08, 2021
  12. Aug 03, 2021
  13. Jul 31, 2021
  14. Jul 29, 2021
  15. Jul 25, 2021
  16. Jul 20, 2021
  17. Jul 17, 2021
Loading