Home
last modified time | relevance | path

Searched refs:scripts_path (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py66 def find_canned_image(scripts_path, wks_file): argument
72 layers_canned_wks_dir = build_canned_image_list(scripts_path)
86 def list_canned_images(scripts_path): argument
90 layers_canned_wks_dir = build_canned_image_list(scripts_path)
110 def list_canned_image_help(scripts_path, fullpath): argument
195 def wic_list(args, scripts_path): argument
204 list_canned_images(scripts_path)
211 fullpath = find_canned_image(scripts_path, wks_file)
218 list_canned_image_help(scripts_path, fullpath)
614 def find_canned(scripts_path, file_name): argument
[all …]
H A Dksparser.py108 scripts_path = os.path.abspath(os.path.dirname(__file__) + '../../..')
109 result = find_canned(scripts_path, arg)
/openbmc/openbmc/poky/scripts/
H A Drecipetool16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
17 lib_path = scripts_path + '/lib'
73 + [scripts_path]):
H A Doe-debuginfod10 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
11 lib_path = scripts_path + "/lib"
H A Doe-selftest24 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
25 lib_path = scripts_path + '/lib'
H A Dwic30 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
31 lib_path = scripts_path + '/lib'
37 sdkroot = scripts_path
45 sdkroot = os.path.join(os.path.dirname(scripts_path), 'bitbake', 'bin')
176 wks_file = engine.find_canned_image(scripts_path, wks_file)
231 if not engine.wic_list(args, scripts_path):
H A Doe-test15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
16 lib_path = scripts_path + '/lib'
H A Doe-check-sstate18 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
19 lib_path = scripts_path + '/lib'
H A Doe-git-archive17 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
18 sys.path.append(os.path.join(scripts_path, 'lib'))
H A Dbuildhistory-diff86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0])))
87 lib_path = scripts_path + '/lib'
H A Dbuildstats-summary16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.append(os.path.join(scripts_path, "lib"))
H A Dverify-bashisms85 scripts_path = os.path.dirname(os.path.realpath(__file__))
86 lib_path = scripts_path + '/lib'
H A Doe-publish-sdk20 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
21 lib_path = scripts_path + '/lib'
H A Dbblock15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
16 lib_path = scripts_path + "/lib"
H A Dinstall-buildtools48 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
49 lib_path = scripts_path + '/lib'
58 DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
H A Ddevtool23 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
24 lib_path = scripts_path + '/lib'
300 …= [os.path.join(path, 'lib', 'devtool') for path in global_args.bbpath.split(':') + [scripts_path]]
H A Dyocto-check-layer19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
20 lib_path = scripts_path + '/lib'
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drecipetool16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
17 lib_path = scripts_path + '/lib'
73 + [scripts_path]):
H A Dwic30 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
31 lib_path = scripts_path + '/lib'
37 sdkroot = scripts_path
45 sdkroot = os.path.join(os.path.dirname(scripts_path), 'bitbake', 'bin')
176 wks_file = engine.find_canned_image(scripts_path, wks_file)
231 if not engine.wic_list(args, scripts_path):
H A Ddevtool23 scripts_path = os.path.dirname(os.path.realpath(__file__))
24 lib_path = scripts_path + '/lib'
299 # Search BBPATH first to allow layers to override plugins in scripts_path
300 pluginpaths = [os.path.join(path, 'lib', 'devtool') for path in global_args.bbpath.split(':') + [scripts_path]]
25 scripts_path = os.path.dirname(os.path.realpath(__file__)) global() variable
/openbmc/openbmc/poky/scripts/contrib/
H A Dverify-homepage.py18 scripts_path = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + '/..') variable
19 lib_path = scripts_path + '/lib'
H A Dbbvars.py15 scripts_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
16 lib_path = scripts_path + '/lib'
H A Dlist-packageconfig-flags.py17 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
18 lib_path = os.path.abspath(scripts_path + '/../lib')
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py153 scripts_path = os.path.join(PatchtestParser.repodir, "scripts", "lib")
154 if scripts_path not in sys.path:
155 sys.path.insert(0, scripts_path)
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3167 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3171 is_directory(scripts_path, lang_dirent))) && \
3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3331 scripts_path = buf; in list_available_scripts()
3336 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3338 scripts_dir = opendir(scripts_path); in list_available_scripts()
3343 scripts_path); in list_available_scripts()
3348 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3349 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3479 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
[all …]

12