Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. May 21, 2019
  3. Dec 14, 2016
  4. Dec 02, 2016
  5. Dec 01, 2016
  6. Jul 07, 2016
    • Adam Wujek's avatar
      build: remove buildroot packages from download-info · 242fbd5a
      Adam Wujek authored
      
      Instead of keeping the list of archives in build/download-info which should be
      downloaded for buildroot, we use "make source" to do the same job.
      However, the task of building buildroot had to split into 3 tasks:
      --init (unpack and configure buildroot)
      --download (download the source of used buildroot packages)
      --build (compile buildroot packages, etc.)
      
      The reason for this change is to avoid updating the download-info file when
      buildroot package is updated. Additionally ltrace is not downloaded as an
      archive, but it is cloned git repo. After the clone it is packed into archive.
      In the current state our framework cannot do the same.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      242fbd5a
    • Adam Wujek's avatar
      buildroot: uplift to 2016.02 · 4c227ef1
      Adam Wujek authored
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      4c227ef1
  7. Aug 27, 2015
  8. 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
  9. Jul 14, 2015
  10. Jul 09, 2015
  11. Jun 08, 2015
  12. Dec 11, 2014
  13. Aug 07, 2014
  14. Jul 10, 2014
  15. May 14, 2014
  16. May 02, 2014
  17. Feb 17, 2014
  18. Jul 24, 2013
  19. Apr 04, 2013
    • Benoit Rat's avatar
      build, userspace: supporting LX130T & LX240T FPGAs · 78719448
      Benoit Rat authored and Alessandro Rubini's avatar Alessandro Rubini committed
      * flash-wrs: add gateware selection to only use 2 HDL binaries because the RAM size is not big enough to extract 4 HDLs during flashing
      * build: add the new gatewares with PWM and LX240T support for 18ports & 8ports
      * userspace: Select the proper gateware to load on fpga using the shw_ver tool and the i2c dip switch on miniBP
      78719448
  20. Dec 19, 2012
  21. Aug 01, 2012
    • Alessandro Rubini's avatar
      build: use a unique and future-proof gateware name · 6108fea4
      Alessandro Rubini authored
      The file I uploaded to ohwr (wrs3-gw-v3.0-20120801.tar.gz) is not
      expected to be renamed or overwritten in the future, so this commit
      and the following ones will always build properly.
      
      We had this problem with the previous file name being replaced, so
      older commits didn't build any more for lack of the required gateware
      file or md5sum errors.
      6108fea4
  22. Jul 30, 2012
  23. Jul 17, 2012
  24. Jul 16, 2012
  25. Jun 20, 2012
  26. Mar 12, 2012
  27. Jan 12, 2012
  28. Jan 11, 2012
  29. Jan 10, 2012
  30. Jan 08, 2012
  31. Apr 23, 2011