Skip to content
Snippets Groups Projects
  1. Jun 15, 2019
    • Matthias Schiffer's avatar
      Add GLUON_DEPRECATED flag · 912490c0
      Matthias Schiffer authored
      This new build flag is mandatory for now (it may default to 0 in a future
      Gluon version). It may be set to the following values:
      
      * 0 - Do not build any images for deprecated devices.
      * upgrade - Only build sysupgrade images for deprecated devices.
      * full - Build both sysupgrade and factory images for deprecated devices.
      
      "Other" images are handled like factory images, as they are also used for
      the initial installation of Gluon on a device.
      912490c0
    • Matthias Schiffer's avatar
      Switch to Lua for target definitions · 071cf7b2
      Matthias Schiffer authored
      The old bash-based parsing code was way too complex. Replace it with Lua.
      071cf7b2
  2. Apr 22, 2019
  3. Apr 19, 2019
  4. Apr 11, 2019
  5. Jul 10, 2018
  6. Jan 26, 2018
  7. Jan 19, 2018
  8. Jan 10, 2018
  9. Dec 25, 2017
    • edeso's avatar
      build: allow passing relative paths · ab16cea1
      edeso authored
      Allow using relative paths for GLUON_SITEDIR, GLUON_OUTPUTDIR, ...
      
      We also check for whitespace in paths now, as build will not work properly
      with whitespace anyways, and Make's abspath would require escaping
      otherwise.
      
      [Matthias Schiffer: minor changes, rewrite commit message]
      ab16cea1
  10. Sep 07, 2017
  11. Sep 06, 2017
  12. Jul 11, 2017
  13. Jul 09, 2017
    • Matthias Schiffer's avatar
      build: introduce GLUON_FEATURES · 6ca841ba
      Matthias Schiffer authored
      To reduce the number of packages that need to be listed in
      GLUON_SITE_PACKAGES, this adds a new variable GLUON_FEATURES. Sets of
      packages are enabled automatically based on the combination of listed
      feature flags.
      
      Site-specified package feeds can provide their own feature flag
      definitions.
      6ca841ba
  14. Jun 26, 2017
  15. Feb 22, 2017
  16. Feb 16, 2017
  17. Feb 11, 2017
  18. Jan 19, 2017
  19. Jan 18, 2017
  20. Dec 20, 2016
  21. Nov 22, 2016
  22. Jun 22, 2016
  23. Apr 27, 2016
  24. Apr 02, 2016
  25. Mar 25, 2016
  26. Mar 22, 2016
  27. Feb 13, 2016
  28. Jan 02, 2016
  29. Dec 02, 2015
  30. Nov 25, 2015
  31. Nov 02, 2015
  32. Oct 31, 2015
Loading