diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-07 11:13:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 08:59:27 -0700 |
commit | 7d59e011613c074e969b3462c406f7226f61a0cc (patch) | |
tree | a3d19354959dee49af941607fcb1090a49638333 | |
parent | 4a80b341bf62c4e5fa401ade4e888b0b14fd96a1 (diff) | |
download | meta-openembedded-7d59e011613c074e969b3462c406f7226f61a0cc.tar.gz |
hwloc: upgrade 2.9.1 -> 2.9.2
Changelog:
===========
* Don't forget L3i when defining filters for multiple levels of caches
with hwloc_topology_set_cache/icache_types_filter().
* Fix object total_memory after hwloc_topology_insert_group_object().
* Fix the (non-yet) exporting in synthetic description for complex memory
hierarchies with memory-side caches, etc.
* Fix some default size attributes when building synthetic topologies.
* Fix size units in hwloc-annotate.
* Improve bitmap reallocation error management in many functions.
* Documentation improvements:
+ Better document return values of functions.
+ Add "Error reporting" section (in hwloc.h and in the doxygen doc).
+ Add FAQ entry "What may I disable to make hwloc faster?"
+ Improve FAQ entries "Why is lstopo slow?" and
"I only need ..., why should I use hwloc?"
+ Clarify how to deal with cpukinds in hwloc-calc and hwloc-bind
manpages.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/hwloc/hwloc_2.9.2.bb (renamed from meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb b/meta-oe/recipes-extended/hwloc/hwloc_2.9.2.bb index 7e8cd5f390..487b7da130 100644 --- a/meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb +++ b/meta-oe/recipes-extended/hwloc/hwloc_2.9.2.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" |
9 | 9 | ||
10 | SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.9/downloads/${BP}.tar.bz2" | 10 | SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.9/downloads/${BP}.tar.bz2" |
11 | SRC_URI[sha256sum] = "7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e" | 11 | SRC_URI[sha256sum] = "0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf" |
12 | UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.9/" | 12 | UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.9/" |
13 | 13 | ||
14 | inherit autotools bash-completion pkgconfig | 14 | inherit autotools bash-completion pkgconfig |