Skip to content
Snippets Groups Projects
  1. Nov 09, 2019
    • Karel Koci's avatar
      compile_pkgs: drop disabled packages · 3df40624
      Karel Koci authored
      Disabled packages add unnecessary complexity and introduce no big gain.
      Furthermore they might and do hide if package is fixed by upstream.
      
      There are two reason why package can be disabled. Either id does not
      compile because it is broken and in that case we should build it in hope
      that it will be fixed. Or it might be because it just does not apply on
      given board or architecture and in that case that package should be
      marked as incompatible with that architecture in package itself not
      somewhere outside.
      3df40624
  2. Sep 13, 2019
  3. Jul 29, 2019
    • Karel Koci's avatar
      compile_pkgs: rename secondary options section · 5f65b791
      Karel Koci authored
      Configuration override options was misleading. In reality those are
      options you most probably don't want to mess too much with so let's call
      them rather advanced options.
      
      This also moves PUBLISH_BRANCH in example configuration file to
      section: don't mess with. This is because now we provide it from
      defaults and user just should not mess with it unless he know what he is
      doing.
      5f65b791
    • Karel Koci's avatar
      compile_pkgs: drop confusing option to specify OpenWRT branch · 44fff123
      Karel Koci authored
      OpenWRT commit to be used is specified in feeds.conf file with rest of
      feeds now so it makes not sense to overwrite it. This is just confusing
      without any real gain in here. You can always modify feeds.conf file to
      achieve the same.
      44fff123
  4. May 30, 2019
    • Josef Schlehofer's avatar
      compile_pkgs: git option is depth not deep · a4c2494a
      Josef Schlehofer authored
      Thanks to midnightmagic, who pointed out it on IRC channel #turris on Freenode
      a4c2494a
    • Karel Koci's avatar
      compile_pkgs: don't run it under sudo and build everything · ab58a519
      Karel Koci authored and Josef Schlehofer's avatar Josef Schlehofer committed
      Parameter -e is now obsolete and by default, we want to build everything.
      Removed it from turris-build.conf.example
      
      Because of that we or users don't need to select packages in make
      menuconfig which we or they want to build. Now each package will be selected
      but not compiled which depends on user choice.
      
      Also, compile_pkgs shouldn't be run under root or with sudo. Do it as
      normal user.
      ab58a519
  5. May 16, 2019
  6. Apr 24, 2019
  7. Apr 23, 2019
  8. Mar 14, 2019
  9. Mar 13, 2019
  10. Mar 12, 2019
    • Karel Koci's avatar
      compile_pkgs: fix problem with ignored packages from feeds · 41cfb113
      Karel Koci authored
      This fixes problem with ignored packages that were introduced by patch.
      What this does is that it installs packages after patching is done. It
      also first updates indexes again before installation.
      
      Because this feature was originally split between two function but
      patch_feeds had to be inserted to the middle of get_feeds I decided to
      drop both and used upper repatch_feeds instead. This means that we are
      no longer able to get and patch feeds separately but I think that this
      separation was almost useless.
      41cfb113
  11. Feb 25, 2019
  12. Feb 06, 2019
  13. Dec 06, 2018
  14. Nov 30, 2018
  15. Nov 24, 2018
  16. Nov 22, 2018
  17. Nov 21, 2018
  18. Nov 20, 2018
  19. Nov 19, 2018