Home
last modified time | relevance | path

Searched refs:globle (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/build/uniproton_ci_lib/
H A Dget_config_info.py23 import globle namespace
28 logging.info(globle.config_dir)
29 config_tree = xml.dom.minidom.parse(globle.config_dir)
H A Dlogs.py25 import globle namespace
47 sys.path.append(("%s%s") % (globle.home_path, "/../cmake"))
/kernel/uniproton/
H A Dbuild.py31 import globle namespace
112 self.build_dir = globle.build_dir
113 self.home_path = globle.home_path
114 self.kbuild_path = globle.kbuild_path
233 for make_choice in globle.cpu_plat[self.cpu_type]:
245 if not make_buildef(globle.home_path,self.kconf_dir,"CREATE"):
268 for plat in globle.cpus_[cur_cpu_type]:

Completed in 3 milliseconds