lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[gradle:config] lnls_defconfig not in same place as crude_defconfig #146

Closed lerwys closed 7 years ago

lerwys commented 7 years ago

Problem: There is a problem with defconfigs on gradle-devel-merge branch in that the lnls_defconfig is in cfg/ directory, but the crude_defconfig is in apps/halcsd/src/halcsd/sysfiles/usr/local/etc/.

Currently we only support installation of crude_defconfig, so we should remove lnls_defconfig altogether or find a way to customize this.

Another issue with this is that makefile-based build approach fails to install crude_defconfig as it's unexisting on cfg/ directory.