- Jul 05, 2017
-
-
Pete Tucker authored
-
- Jul 03, 2017
-
-
David Mondou authored
Disable ath6kl driver power management at start-up See merge request !25
-
Pete Tucker authored
-
- Jun 30, 2017
-
-
David Mondou authored
-
Pete Tucker authored
Fix typo created during switch to BlueZ 5.45 See merge request !24
-
Pete Tucker authored
-
Pete Tucker authored
Update fslc sha See merge request !23
-
Pete Tucker authored
-
- Jun 28, 2017
-
-
David Mondou authored
Delay start of abtfilt until dbus is running See merge request !22
-
Pete Tucker authored
-
David Mondou authored
Use imx6ul hw RNG to populate blocking random number pool at start of init See merge request !21
-
Pete Tucker authored
-
David Mondou authored
Upgrade Bluez5 to version 5.45 See merge request !20
-
Pete Tucker authored
-
- Jun 26, 2017
-
-
David Mondou authored
Add openocd to yocto build See merge request !19
-
Pete Tucker authored
-
Pete Tucker authored
Added ability to read custom serial numbers. See merge request !18
-
David Mondou authored
-
- Jun 22, 2017
-
- Jun 21, 2017
-
-
David Mondou authored
-
David Mondou authored
-
David Mondou authored
-
David Mondou authored
The firmware-vesta layer is board dependent so it was moved to the machine conf files. Added new board conf file called vesta-rad.
-
- Jun 19, 2017
-
-
David Mondou authored
-
David Mondou authored
-
David Mondou authored
Number of minors per block device. One is needed for every partition on the disk (plus one for the whole disk). Number of total MMC minors available is 256, so your number of supported block devices will be limited to 256 divided by this number. Default is 8 to be backwards compatible with previous hardwired device numbering.
-
- Jun 18, 2017
-
-
David Mondou authored
-
- Jun 16, 2017
-
-
David Mondou authored
Added os-release recipe for versioning. See merge request !17
-
David Mondou authored
Added vesta-image-minimal-sc image to fit on vesta-nor boards. Moved blacklist.conf to scripts-vesta so it is always installed.
-
David Mondou authored
-
Pete Tucker authored
Moved setmac and blacklist to firmware-vesta. See merge request !16
-
David Mondou authored
Moved setmac to rcS.d.
-
Pete Tucker authored
Add Node-RED with supplementary packages See merge request !14
-
- Jun 15, 2017
-
-
Pete Tucker authored
-
-
Due to the fact that we use node-red user for Node-RED instance it is not possible for noble package to use BLE hardware without root privileges. So we have to provide a cap_net_raw capability to Node.js to allow such packages to use system hardware
-
As we want nginx to proxy from port 80 to Node-RED's port 8080 we need to specify a proxy_pass parameter in a nginx.conf file. Also we need to add some additional proxy parameters to work correctly with web sockets
-
Now the init script uses node-red user as a Node-RED process holder. Node-RED settings.js is modified to use 8080 port to listen
-
-
-