You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The mkmf templates specified in the platform yaml require a full path to the template file, which is hard coded to static locations for each system. This works fine but is unnecessary now that we're including mkmf and all it's templates in this repo as a submodule.
Describe the solution you'd like
Instead of the mkTemplate key in the platform yaml taking a file path, it could just take the file name of the template. The code should be able to append the rest of the path and use the template file in this repo's submodule instead.
Describe alternatives you've considered
Keep as is
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The mkmf templates specified in the platform yaml require a full path to the template file, which is hard coded to static locations for each system. This works fine but is unnecessary now that we're including mkmf and all it's templates in this repo as a submodule.
Describe the solution you'd like
Instead of the
mkTemplate
key in the platform yaml taking a file path, it could just take the file name of the template. The code should be able to append the rest of the path and use the template file in this repo's submodule instead.Describe alternatives you've considered
Keep as is
The text was updated successfully, but these errors were encountered: