/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 66 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 D | ksparser.py | 108 scripts_path = os.path.abspath(os.path.dirname(__file__) + '../../..') 109 result = find_canned(scripts_path, arg)
|
/openbmc/openbmc/poky/scripts/ |
H A D | recipetool | 16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 17 lib_path = scripts_path + '/lib' 73 + [scripts_path]):
|
H A D | oe-debuginfod | 10 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 11 lib_path = scripts_path + "/lib"
|
H A D | oe-selftest | 24 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 25 lib_path = scripts_path + '/lib'
|
H A D | wic | 30 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 D | oe-test | 15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 16 lib_path = scripts_path + '/lib'
|
H A D | oe-check-sstate | 18 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 19 lib_path = scripts_path + '/lib'
|
H A D | oe-git-archive | 17 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.append(os.path.join(scripts_path, 'lib'))
|
H A D | buildhistory-diff | 86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) 87 lib_path = scripts_path + '/lib'
|
H A D | buildstats-summary | 16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 17 sys.path.append(os.path.join(scripts_path, "lib"))
|
H A D | verify-bashisms | 85 scripts_path = os.path.dirname(os.path.realpath(__file__)) 86 lib_path = scripts_path + '/lib'
|
H A D | oe-publish-sdk | 20 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 21 lib_path = scripts_path + '/lib'
|
H A D | bblock | 15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 16 lib_path = scripts_path + "/lib"
|
H A D | install-buildtools | 48 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 D | devtool | 23 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 D | yocto-check-layer | 19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 20 lib_path = scripts_path + '/lib'
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | recipetool | 16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 17 lib_path = scripts_path + '/lib' 73 + [scripts_path]):
|
H A D | wic | 30 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 D | devtool | 23 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 D | verify-homepage.py | 18 scripts_path = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + '/..') variable 19 lib_path = scripts_path + '/lib'
|
H A D | bbvars.py | 15 scripts_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 16 lib_path = scripts_path + '/lib'
|
H A D | list-packageconfig-flags.py | 17 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 D | base.py | 153 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 D | builtin-script.c | 3167 #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 …]
|