X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mock%2Fmock.cfg.template;h=26ce44e21c51ba8359f7d056950a6c994131a4de;hb=HEAD;hp=b20ffff490c78ea3a498390e2d542f81a2931376;hpb=807ba2fe29ebc88ffbda772597dd0768c7f822d5;p=ta%2Fbuild-tools.git diff --git a/mock/mock.cfg.template b/mock/mock.cfg.template index b20ffff..26ce44e 100644 --- a/mock/mock.cfg.template +++ b/mock/mock.cfg.template @@ -15,8 +15,8 @@ # Root name to be used for chroot and caching, must differ between products config_opts['root'] = 'akrainolite' -config_opts['target_arch'] = 'x86_64' -config_opts['legal_host_arches'] = ('x86_64',) +config_opts['target_arch'] = #RPM_ARCH# +config_opts['legal_host_arches'] = ('x86_64','aarch64',) config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['chroot_setup_cmd'] = 'install createrepo yum-utils bison byacc cscope ctags cvs diffstat doxygen flex gcc gcc-c++ gcc-gfortran gettext git indent intltool libtool patch patchutils rcs redhat-rpm-config rpm-build subversion swig systemtap sudo' config_opts['plugin_conf']['yum_cache_enable'] = False @@ -57,6 +57,7 @@ config_opts['macros']['%_caas_manifest_path'] = "%{_caas_path}/manifests" config_opts['macros']['%_caas_chart_path'] = "%{_caas_path}/infra-charts" config_opts['macros']['%_caas_libexec_path'] = "%{_libexecdir}/caas" config_opts['macros']['%_caas_rbac_manifests_path'] = "%{_caas_path}/rbac_manifests" +config_opts['macros']['%_caas_danm_crd_path'] = "%{_caas_path}/crds" 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/"