Searched refs:current_version (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
| H A D | switchers.js | 60 function build_version_select(current_series, current_version) { argument 66 if (version == current_version) 71 if (version != current_version) 72 …buf.push('<option value="' + current_version + '" selected="selected">' + current_version + '</opt… 146 var current_version = DOCUMENTATION_OPTIONS.VERSION; 154 if (current_version == "dev") { 158 var new_url = url.replace('/' + current_version + '/', '/' + new_versionpath); 180 var current_version = DOCUMENTATION_OPTIONS.VERSION; 182 if (ver_compare(current_version, "3.2") < 0) {
|
| /openbmc/openbmc/poky/bitbake/doc/ |
| H A D | conf.py | 22 current_version = "dev" variable 25 version = 'Version: ' + current_version 26 if current_version == 'dev': 29 release = current_version
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | conf.py | 35 current_version = subst_vars["DOCCONF_VERSION"] variable 42 version = 'Version: ' + current_version 43 if current_version == 'dev': 46 release = current_version 151 'current_version': current_version,
|
| /openbmc/openbmc/poky/meta-poky/classes/ |
| H A D | poky-sanity.bbclass | 4 current_version = int(d.getVar('POKY_BBLAYERS_CONF_VERSION') or -1) 6 if current_version == -1 or latest_version == -1: 27 current_version = latest_version 33 #sanity_conf_update(bblayers_fn, lines, 'POKY_BBLAYERS_CONF_VERSION', current_version) 35 lines[index] = 'POKY_BBLAYERS_CONF_VERSION = "%d"\n' % current_version
|
| /openbmc/openbmc/poky/documentation/sphinx-static/ |
| H A D | switchers.js.in | 69 function build_version_select(current_series, current_version) { argument 75 if (version == current_version) 158 var current_version = DOCUMENTATION_OPTIONS.VERSION; 164 if (docroot.endsWith(current_version + '/') == false) { 171 current_version = release; 176 var new_url = url.replace('/' + current_version + '/', '/' + new_versionpath); 198 var current_version = DOCUMENTATION_OPTIONS.VERSION; 200 if (ver_compare(current_version, "3.2") < 0) {
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | wget.py | 497 def _check_latest_version(self, url, package, package_regex, current_version, ud, d): argument 530 (package, pupver or "N/A", current_version[1])) 537 def _check_latest_version_by_dir(self, dirver, package, package_regex, current_version, ud, d): argument 581 package, package_regex, current_version, ud, d) 652 current_version = ['', d.getVar('PV'), ''] 656 current_version[1] = re.sub('_', '.', current_version[1]) 657 current_version[1] = re.sub('-', '.', current_version[1]) 659 return (current_version[1], '') 683 package, package_regex, current_version, ud, d), '') 690 current_version, ud, d), '')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib/ |
| H A D | 0001-Makefile-fix-typo-in-soname-argument.patch | 28 $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o $(LIBUTILSO)
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 583 conffile, current_version, required_version, func = func.split(":") 584 if check_conf_exists(conffile, d) and d.getVar(current_version) is not None and \ 585 d.getVar(current_version) != d.getVar(required_version):
|