- Feb 11, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
- Feb 05, 2016
-
-
Lucas Russo authored
Some distros, like SL6, does not recognize upstart jobs with service, just with initctl.
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
Udev rules are installed by our scripts/Makefile as they are specific to our project
-
Lucas Russo authored
udev rules and custom scripts were reverted and those need to be install from bpm-sw repository
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
In this was all of our services have the same name independent of the init system
-
Lucas Russo authored
This was used in the past when the hotplug was not working. So, we needed a manager to spawn our daemons when a new board was detected
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
Later this must be generic so other apps can use the same script
-
Lucas Russo authored
This could be overrided to the desired BPM instance
-
Lucas Russo authored
Later this must be generic so other apps can use the same script
-
Lucas Russo authored
Later this must be generic so other apps can use the same script
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
Now, when adding a new application (e.g., Photon BPM) we just need to add a new folder inside src/apps and adjust the src/apps/<app_name>/<app_name>.mk Makefile
-
Lucas Russo authored
Now, almost all (with the exception of the dev_io.c which will be fixed soon) specific code to a board is located inside include/board/<board_name> and src/board/<board_name>
-
- Feb 02, 2016
-
-
Lucas Russo authored
Hotfix: building with clang Hotfix: unused variable on some compilation options Version v0.2.1
-
- Feb 01, 2016
-
-
Lucas Russo authored
Clang does not understand the -T option. As this is used only by the linker, use -Wl option to pass options directly to the linker in use.
-