aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2014-08-13 13:18:50 +0300
committerIikka Eklund <iikka.eklund@digia.com>2014-08-14 08:18:09 +0200
commite2877cf70548756dcd467b3c0b379501ac878e73 (patch)
tree7a3bb37c764e41eb470e13ed8797eb1653576d41 /packaging-tools/pkg_constants.py
parent47e917bc3ee4a9a8e34e12c092395b4abd5a8a4a (diff)
Add possibility to put package templates in dedicated directory
"configurations/" directory is getting bloated. Add possibility to rearrange pkg templates into dedicated base directory. I.e. configurations/pkg_templates/ Current pkg templates can be moved there in follow up commit. After this change the packaging scripts will first check the pkg templates under the new base directory. If not found from there then it tries to locate them directly under "configurations/". Also clean up some related unused code. Change-Id: Id6761cd33bd86e5a94d72964062f7b05fe3149cc Reviewed-by: Antti Kokko <antti.kokko@digia.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
index 3a817d236..25634c7d5 100644
--- a/packaging-tools/pkg_constants.py
+++ b/packaging-tools/pkg_constants.py
@@ -44,3 +44,4 @@ RTA_DESCRIPTION_FILE_DIR_NAME = 'rta_description_files'
RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'
INSTALLER_OUTPUT_DIR_NAME = 'installer_output'
IFW_BUILD_OUTPUT_DIR = 'build_artifacts'
+PKG_TEMPLATE_BASE_DIR_NAME = 'pkg_templates'