From: Balint Varga Date: Wed, 10 Jul 2019 06:54:41 +0000 (+0200) Subject: New build time variable for caas_lcm path X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fbuild-tools.git;a=commitdiff_plain;h=807ba2fe29ebc88ffbda772597dd0768c7f822d5 New build time variable for caas_lcm path Signed-off-by: Balint Varga Change-Id: I20deb3bc045efa8f6a8b61755d50cc699269127b --- diff --git a/mock/mock.cfg.template b/mock/mock.cfg.template index 395c4a6..b20ffff 100644 --- a/mock/mock.cfg.template +++ b/mock/mock.cfg.template @@ -59,6 +59,7 @@ config_opts['macros']['%_caas_libexec_path'] = "%{_libexecdir}/caas" config_opts['macros']['%_caas_rbac_manifests_path'] = "%{_caas_path}/rbac_manifests" config_opts['macros']['%_cm_config_dir'] = "%{_platform_etc_path}/cmframework/config" config_opts['macros']['%_cm_caas_config_file'] = "%{_cm_config_dir}/caas.yaml" +config_opts['macros']['%_caas_lcm_path'] = "/opt/caas_lcm/" config_opts['macros']['%_platform_bin_path'] = "/usr/local/bin" config_opts['macros']['%_platform_lib_path'] = "/usr/local/lib" config_opts['macros']['%_platform_etc_path'] = "/etc"