Skip to content
Snippets Groups Projects
  1. Oct 27, 2016
    • Chris Blake's avatar
      base-files: Ensure reset only works if an overlay exists · b745bfa6
      Chris Blake authored
      
      Currently the reset script will try to run jffs2reset on boards that are
      running a rw rootfs, such as ext4. This will cause jffs2reset to fail
      and the board to never reboot while the LED blinks until a manual
      reboot.
      
      This commit does two different things:
      1. Disables reset on boards that do not have an overlay mount
      2. Disables the Blinking LED after 5 seconds if the board does not
      support reset
      
      Signed-off-by: default avatarChris Blake <chrisrblake93@gmail.com>
      b745bfa6
  2. Oct 26, 2016
  3. Oct 22, 2016
    • Rafał Miłecki's avatar
      base-files: add ucidef_set_led_usbport for full usbport support · 2187f57d
      Rafał Miłecki authored
      
      This helper allows using usbport trigger directly. It requires usbport
      compatible syntax and supports specifying multiple USB ports, e.g.:
      ucidef_set_led_usbport "usb" "USB" "devicename:colour:function" "usb1-port1" "usb2-port1"
      
      This adds a proper object to the board.json, e.g.
      "usb": {
      	"name": "USB",
      	"type": "usbport",
      	"sysfs": "devicename:colour:function",
      	"ports": [
      		"usb1-port1",
      		"usb2-port1"
      	]
      }
      and supports translating it into uci section.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      2187f57d
  4. Oct 19, 2016
  5. Oct 18, 2016
  6. Oct 05, 2016
  7. Oct 04, 2016
  8. Sep 26, 2016
  9. Sep 24, 2016
  10. Sep 19, 2016
  11. Sep 16, 2016
  12. Sep 05, 2016
  13. Aug 14, 2016
  14. Aug 13, 2016
  15. Aug 10, 2016
  16. Aug 04, 2016
  17. Aug 01, 2016
  18. Jul 24, 2016
  19. Jul 26, 2016
  20. Jun 30, 2016
    • Etienne CHAMPETIER's avatar
      base-files: seed /dev/urandom · 3946a552
      Etienne CHAMPETIER authored
      
      This commit:
      1) seed /dev/urandom with the saved seeds as early as possible
         (see /lib/preinit/81_urandom_seed)
      2) save a seed at /etc/urandom.seed if it doesn't exists
      3) save a new seed each boot at "system.@system[0].urandom_seed"
         (see /etc/init.d/urandom_seed)
      
      We use getrandom() so we are sure /dev/urandom pool is initialized
      
      Seed size is 512 bytes (ie /proc/sys/kernel/random/poolsize / 8)
      it's the same size as in ubuntu 14.04 and all systemd systems
      
      Seeding /dev/urandom doesn't change entropy estimation, so we still have
      "random: ubus urandom read with 4 bits of entropy available"
      messages in the logs, but we can now ignore them if
      after "urandom-seed: Seeding with ..." message
      
      Saving a new seed on each boot is disabled by default to avoid too much
      writes without user consent
      
      v2: log preinit messages to /dev/kmsg
      v3: use non generic function name for logging, as /lib/preinit/ files
          are all sourced together in /etc/preinit
      v4: after a lot of discussion on the ML, use a uci config param
      v5: config param is now the path of the seed
      
      Signed-off-by: default avatarEtienne CHAMPETIER <champetier.etienne@gmail.com>
      Acked-by: default avatarJo-Philipp Wich <jo@mein.io>
      3946a552
  21. Jun 28, 2016
  22. Jun 24, 2016
  23. Jun 17, 2016
  24. Jun 07, 2016
  25. Jun 08, 2016
  26. Jun 07, 2016
Loading