Lines Matching refs:target_arch
129 def gen_bp_module(variation, name, version, target_arch, arch_props, bp_dir): argument
133 'target_arch': target_arch,
225 target_arch = get_target_arch(rel_path)
228 bp_dir = os.path.join(install_dir, target_arch)
230 if not target_arch in props:
231 props[target_arch] = dict()
232 if not variation in props[target_arch]:
233 props[target_arch][variation] = dict()
243 target_arch)
250 variation_dict = props[target_arch][variation]
255 for target_arch in props:
257 bp_dir = os.path.join(install_dir, target_arch)
258 for variation in props[target_arch]:
259 for name in props[target_arch][variation]:
264 target_arch,
265 props[target_arch][variation][name],