Skip to content
Snippets Groups Projects
  1. Jun 09, 2020
  2. Jun 08, 2020
  3. Apr 08, 2020
  4. Jan 22, 2020
  5. Jan 10, 2020
  6. Jun 19, 2019
    • Jean-Claude BAU's avatar
      wrs_build_all: Exit on error · 40a1389c
      Jean-Claude BAU authored
      Having just a small message indicating that a build error has been
      detected at the end of the script is not sufficient. The tarball is
      created but is invalid and might be used.
      Now, when an error is detected the build procedure is immediately
      aborted. The tarball is not then created.
      40a1389c
  7. Jun 11, 2019
  8. Jun 03, 2019
  9. May 21, 2019
  10. Dec 14, 2016
  11. Dec 02, 2016
  12. Dec 01, 2016
  13. Jul 07, 2016
  14. Feb 18, 2016
  15. Aug 27, 2015
  16. Jul 29, 2015
    • Alessandro Rubini's avatar
      userspace: new dot-config directory; allow 'make config' in target · 7a42391f
      Alessandro Rubini authored
      
      This factorized configuration stuff out of wrap_rootfs into a build
      target.  It also adds building and installing "conf" so to allow the
      following commands in the target (in /wr/etc):
      
      	  make config
      
      	  make oldconfig     (likely after editing dot-config)
      
      	  make defconfig
      
      I'm unable to build menuconfig at this time, because of missing
      symbols in the target's libncurses. I hope to fix this when we
      bump buildroot up (thanks Adam for that!)
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      7a42391f
  17. Jul 22, 2015
  18. Jul 16, 2015
  19. Jul 14, 2015
  20. Jul 09, 2015
  21. Jun 29, 2015
  22. Jun 08, 2015
  23. Jan 16, 2015
  24. Jan 04, 2015
  25. Jan 03, 2015
    • Benoit Rat's avatar
      build: add DEBUG flag to HAL so that TRACE is not silent · ffa7bd69
      Benoit Rat authored and Alessandro Rubini's avatar Alessandro Rubini committed
      Most of the calls in HAL use TRACE to print to stdout/stderr however
      the full TRACE is depending on DEBUG flag at compilation.
      
      This is a quick hack, and the whole TRACE system should be re written
      with something like:
      
      TRACE_P_FATAL(...)
      TRACE_P_ERROR(...)
      TRACE_P_WARN(...)
      TRACE_P_INFO(...)
      TRACE_P_VERBOSE(...)
      #ifdef DEBUG
      TRACE_P_DEBUG(...)
      #endif
      ffa7bd69
  26. Dec 11, 2014