Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 1331) sorted by relevance

12345678910>>...54

/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py26 "Find the latest listed numeric release on the given url"
78 "Returns list of all the name os packages in the latest fedora distro"
79latest = find_latest_numeric_release("http://archive.fedoraproject.org/pub/fedora/linux/releases/"…
80 …doraproject.org/pub/fedora/linux/releases/%s/Everything/source/tree/Packages/" % latest, "main", d)
81 …etter("http://archive.fedoraproject.org/pub/fedora/linux/updates/%s/SRPMS/" % latest, "updates", d)
82 return latest, package_names
85 "Returns list of all the name os packages in the latest opensuse distro"
86 latest = find_latest_numeric_release("http://download.opensuse.org/source/distribution/leap", d)
88 …("http://download.opensuse.org/source/distribution/leap/%s/repo/oss/suse/src/" % latest, "main", d)
89 …ackage_list_from_url("http://download.opensuse.org/update/leap/%s/oss/src/" % latest, "updates", d)
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/
H A Drpi-eeprom_git.bb38 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/latest
40 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/latest
43 …install -m 644 ${S}/firmware-2711/latest/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711…
45 …install -m 644 ${S}/firmware-2712/latest/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712…
48 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/stable
49 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/beta
51 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/stable
52 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/beta
/openbmc/linux/drivers/power/supply/
H A Dcpcap-battery.c542 struct cpcap_battery_state_data state, *latest, *previous, in cpcap_battery_update_status() local
550 latest = cpcap_battery_latest(ddata); in cpcap_battery_update_status()
551 if (latest) { in cpcap_battery_update_status()
552 s64 delta_ms = ktime_to_ms(ktime_sub(now, latest->time)); in cpcap_battery_update_status()
569 memcpy(previous, latest, sizeof(*previous)); in cpcap_battery_update_status()
570 memcpy(latest, &state, sizeof(*latest)); in cpcap_battery_update_status()
574 memcpy(full, latest, sizeof(*full)); in cpcap_battery_update_status()
588 memcpy(empty, latest, sizeof(*empty)); in cpcap_battery_update_status()
640 struct cpcap_battery_state_data *latest, *previous, *empty; in cpcap_battery_get_property() local
650 latest = cpcap_battery_latest(ddata); in cpcap_battery_get_property()
[all …]
/openbmc/openbmc-build-scripts/jenkins/
H A DREADME.md17 | latest-build-script-changes | scripts/get_unit_test_report.py | |
18 | latest-master | build-setup.sh | |
19 | latest-master-sdk | build-setup.sh | |
20 | latest-qemu-ppc64le | qemu-build.sh | |
21 | latest-qemu-x86 | qemu-build.sh | |
22 | latest-unit-test-coverage | scripts/get_unit_test_report.py | |
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on
299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s…
343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis
361 3. https://www.kernel.org/doc/html/latest/kbuild/makefiles.html#compilation-flags
375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
393 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
[all …]
/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dget_latest_version.cpp14 std::string latest; in main() local
17 if (latest < s) in main()
19 latest = s; in main()
23 printf("%s", latest.c_str()); in main()
/openbmc/openbmc/meta-raspberrypi/
H A DREADME.md5 …rojects/meta-raspberrypi/badge/?version=latest)](https://meta-raspberrypi.readthedocs.io/en/latest
32 * Documentation: <http://meta-raspberrypi.readthedocs.io/en/latest/>
90 For further information, you can read more at <https://kas.readthedocs.io/en/latest/index.html>
96 [documentation](https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html)
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dreadme.md5 …rojects/meta-raspberrypi/badge/?version=latest)](https://meta-raspberrypi.readthedocs.io/en/latest
32 * Documentation: <http://meta-raspberrypi.readthedocs.io/en/latest/>
90 For further information, you can read more at <https://kas.readthedocs.io/en/latest/index.html>
96 [documentation](https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py31 Convenience function to get latest and preferred providers in pkg_pn
204 latest = None
211 …if (latest is None) or ((latest_p == dp) and (utils.vercmp(latest, (pe, pv, pr)) < 0)) or (dp > la…
212 latest = (pe, pv, pr)
216 return (latest, latest_f)
221 providing that version. If not, find the latest version provided by
228 # Find the latest version of the highest priority provider
229 (latest, latest_f) = findLatestProvider(pn, cfgData, dataCache, sortpkg_pn[0])
233 preferred_ver = latest
235 return (latest, latest_f, preferred_ver, preferred_file, required)
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dmrccache.h33 * mrccache_find_current() - find the latest MRC cache record
35 * This searches the MRC cache region looking for the latest record to use
39 * @return pointer to latest record, or NULL if none
47 * record is the same as the latest record then the write is skipped
52 * @return 0 if updated, -EEXIST if the record is the same as the latest
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp149 * @brief Get firmware latest version
153 * @return version - latest firmware level
157 std::string latest; in getLatestDefault() local
160 if (latest < version) in getLatestDefault()
162 latest = version; in getLatestDefault()
165 return latest; in getLatestDefault()
/openbmc/qemu/.gitlab-ci.d/
H A Dcontainer-template.yml3 image: docker:latest
9 # Always ':latest' because we always use upstream as a common cache source
10 - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"
/openbmc/openbmc/poky/bitbake/lib/toaster/
H A Dpytest.ini4 # https://pytest-django.readthedocs.io/en/latest/database.html#create-db-force-re-creation-of-the-t…
7 # https://docs.pytest.org/en/latest/usage.html#creating-html-reports
8 # https://pytest-html.readthedocs.io/en/latest/user_guide.html#creating-a-self-contained-report
/openbmc/docs/development/
H A Ddev-environment.md33 The recommended OpenBMC development environment is the latest Ubuntu LTS
56 2. Install the latest Ubuntu LTS release
59 built on the latest Ubuntu LTS release but whatever is most recent _should_
84 then you can download the latest Romulus image from
85 [here](https://jenkins.openbmc.org/job/latest-master/label=docker-builder,target=romulus/lastSucces…
109 1. Download latest openbmc/qemu fork of QEMU application
112 …wget https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/build/qemu-…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddebuginfod.py35 latest = None
53 latest = int(value)
54 self.logger.info("Waiting for %d scan jobs to finish" % latest)
55 if latest == 0:
63 raise TimeoutError("Cannot connect debuginfod, still %d scan jobs running" % latest)
/openbmc/linux/Documentation/virt/
H A Dne_overview.rst94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html
100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py44 base_selector = '[data-latest-build-result="%s"] ' % build.id
146 selector = '[data-latest-build-result="%s"] ' \
164 selector = '[data-latest-build-result="%s"] ' \
185 selector = '[data-latest-build-result="%s"] ' \
197 selector = '[data-latest-build-result="%s"] ' \
/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.h51 * @ns_segnum: index number of the latest full segment.
58 * @ns_last_segment_lock: lock protecting fields for the latest segment
59 * @ns_last_pseg: start block number of the latest segment
60 * @ns_last_seq: sequence value of the latest segment
61 * @ns_last_cno: checkpoint number of the latest segment
106 * - loading the latest checkpoint exclusively.
131 * The following fields hold information on the latest partial segment
/openbmc/linux/Documentation/translations/zh_CN/virt/
H A Dne_overview.rst84 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
86 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
88 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
/openbmc/qemu/docs/devel/testing/
H A Davocado.rst39 - http://avocado-framework.readthedocs.io/en/latest/api/test/avocado.html#avocado.Test
40 - http://avocado-framework.readthedocs.io/en/latest/api/utils/avocado.utils.html
75 https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/tags.html
151 https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/installing.html
378 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
387 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
404 …https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/writing.html#accessing-t…
459 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
468 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
486 …https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/writing.html#skipping-te…
[all …]
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c31 if (!can_assume(LATEST)) { in fdt_ro_probe_()
85 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size()
99 if (!can_assume(LATEST)) { in fdt_check_header()
119 if (!can_assume(LATEST) && fdt_version(fdt) < 17) { in fdt_check_header()
154 if (can_assume(LATEST) || fdt_version(fdt) >= 0x11) in fdt_offset_ptr()
201 if (!can_assume(LATEST) && in fdt_next_tag()
/openbmc/linux/rust/kernel/
H A Dprint.rs7 //! Reference: <https://www.kernel.org/doc/html/latest/core-api/printk-basics.html>
205 /// [`pr_emerg`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_emerg
229 /// [`pr_alert`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_alert
253 /// [`pr_crit`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_crit
277 /// [`pr_err`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_err
301 /// [`pr_warn`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_warn
325 /// [`pr_notice`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_notice
349 /// [`pr_info`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_info
375 /// [`pr_debug`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_debug
403 /// [`pr_cont`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_cont
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pdm_2.22.2.bb1 SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards"
2 HOMEPAGE = "https://pdm-project.org/latest/"
/openbmc/openbmc/poky/scripts/
H A Dpull-sdpx-licenses.py24 help="Pull specific version of License list instead of latest",
48 # Fetch the latest release
50 "https://api.github.com/repos/spdx/license-list-data/releases/latest"
/openbmc/linux/lib/xz/
H A Dxz_lzma2.h63 /* Indicate that the latest symbol was a literal. */
74 /* Indicate that the latest symbol was a match. */
80 /* Indicate that the latest state was a long repeated match. */
86 /* Indicate that the latest symbol was a short match. */

12345678910>>...54