summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* libunwind: guard unreachable() macro to avoid redefinition with stddef.hSasi Kumar Maddineni2025-10-292-0/+43
| | | | | | | | | | | | | The build fails due to a macro redefinition conflict for `unreachable()`. GCC 15.2.0 defines `unreachable()` in `stddef.h`, and `libunwind_i.h` also defines it based on the presence of `HAVE__BUILTIN_UNREACHABLE`. This causes a redefinition error when building with `-Werror`. Added a guard around the `unreachable()` macro definition in `libunwind_i.h` to ensure it is only defined if not already present. Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: scope 'write' macro to prevent conflict with ↵Sasi Kumar Maddineni2025-10-292-0/+53
| | | | | | | | | | | | | | | | | std::basic_ostream::write The build fails with a compiler error due to a macro redefinition of 'write' to '___xxx_write'. This macro substitution interferes with the standard C++ library's definition of std::basic_ostream::write, leading to a mismatch between function declarations and definitions in <ostream.tcc>. Wrap the `#undef write` and `#define write ___xxx_write` directives with `#if defined(__ANDROID__)` to ensure they are only applied when building for Android. Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: add 'magick' binary to ALTERNATIVE entriesAshishKumar Mishra2025-10-291-1/+3
| | | | | | | | | | | | The ImageMagick 7 suite installs multiple tool symlinks (animate, convert, identify, etc.) each implemented by their corresponding *.im7 binaries. The main 'magick' CLI wrapper binary was not included in the ALTERNATIVE list, This leave '/usr/bin/magick' missing in the image causing scripts and ptests that rely on the primary 'magick' CLI to fail. Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: update to 3.26.1Koen Kooi2025-10-292-53/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `gpsmon` tool is really deprecated now, after years of its use being discouraged. The `cgps` tool can be used as a replacement, with the added benefit that it's more power-efficient because it doesn't reparse with a slightly different parses like `gpsmon` did. Drop patch that was applied upstream in https://gitlab.com/gpsd/gpsd/-/merge_requests/406 Upstream changelog: 3.26.1: 17 May 2025 Increment libgps version Update Debian Trixie in build.adoc Fix buffer overrun in cgps. Make gpsmon deprecation slightly more obvious. Fix some *BSD compiler warnings Fix numerous typos. 3.26: 11 May 2025 Handle NTRIPv2 that comes in "chunks". Add many UBX decodes. Mostly in ubxtool, some in gpsd. Improve TSIP and UBX initialization. Gather Antenna Status (ant_stat) and Jamming (jam) and send to JSON. Always build u-blox, RTCM104V2, RTCM104V3 drivers. Add partial support for badly documented ALLYSTAR GNSS messages. Add minimal support for Unicore GNSS messages. Add minimal support for CASIC GNSS messages. Add minimal support for buggy Inertial Sense GNSS messages. Try to work better as non-root using non-standard "capabilities". Add SUBSYSTEM=gnss rule to gpsd.rules Moved ntploggps from NTPSec to GPSD and renamed to gpslogntp. Fix many build, Coverity, and Codacy warnings. Improved Python interface for the lexer. Add support for new BeiDou PRNs and subframes. Officially deprecate gpsmon. Improve support for NMEA 4.11 (a stealthy moving target). Remove Oceanserver IMU support. Never worked well. Always with build ubx, NMEA 103, rtcm104v2 and rtcm104v3 support. Add support for jamming detection. Add Go client example. Add support for RTCM3.2 Note: The new "chunk" code led to a short lived bug that led to CVE-2023-43628, a buffer overrun. That bug never appeared in any gpsd release. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 402 -> 403Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: upgrade 6.13.1 -> 6.14.0Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.11 -> 3.2.12Wang Mingyu2025-10-291-1/+1
| | | | | | | | Changelog: Allow copy to pass different types per column, as long as the database can convert them. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.35 -> 2.03.36Wang Mingyu2025-10-291-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdecor: upgrade 0.2.3 -> 0.2.4Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 14.0.1 -> 14.0.2Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: upgrade 1.14.0 -> 1.15.0Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20251019.0 -> 6.2.20251026.0Wang Mingyu2025-10-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.5.0 -> 2.6.0Wang Mingyu2025-10-291-4/+3
| | | | | | | License-Update: CLI11 2.2 updated to CLI11 2.6 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: fix building for ARM targets without NEONDmitry Baryshkov2025-10-292-1/+93
| | | | | | | | Pick up a patch make Vulkan CTS build on ARM hosts without NEON. Reported-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts: upgrade 3.2.12.0 -> 3.2.13.0Dmitry Baryshkov2025-10-292-11/+10
| | | | | | | Upgrade OpenGL ES CTS, picking up new tests and fixes for old ones. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.21.0 -> 22.21.1Jason Schonberg2025-10-291-1/+1
| | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v22.21.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: fix configure warning about image scalingMarc Ferland2025-10-291-0/+1
| | | | | | | | | | | Adding WITH_CAIRO=ON to fix this warning: CMake Warning at libfreerdp/CMakeLists.txt:193 (message): -DWITH_SWSCALE=OFF and -DWITH_CAIRO=OFF, compiling without image scaling support! Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: fix typo WITH_ADD --> WITH_AADMarc Ferland2025-10-291-1/+1
| | | | | | | | The WITH_ADD option does not exist. What was probably meant is WITH_AAD (Azure AD auth). Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.17.1 -> 3.17.2Marc Ferland2025-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Armin Novak (20): [winpr,pool] limit threadpool to 16 threads by default [codec] use default threadpool [winpr,path] fix missing length check [proxy,channels] better NULL checks [codec,yuv] wrap step calculation [winpr,sspi] log mechanisms not valid [client,sdl] improve clipboard logging [proxy,modules] generate pkg-config files for modules [proxy,modules] fix entry point for dyn-channel-dump [CMake,winpr] add pkg-config dependencies [cmake] static build: populate private [core,gateway] automatically accept ARM redirection [scripts,android] update openh264 to v2.6.0 [scripts,android] update to cJSON v1.7.19 [scripts,android] update ffmpeg to v7.1.2 [scripts,android] update openssl to v3.5.3 [android] build without deprecated symbols [client,android] update gradle to 8.13 changelog release-3.17.2 David Fort (2): settings: remove duplicate setting of GatewayAvdScope rdpecam: add some new callbacks to the HAL Pavlo Myroniuk (1): fix(winpr): pin cert labels; Simon Nivault (1): Fix quote parsing akallabeth (28): dev cycle 3.17.2-dev0 [cmake] fix library naming [winpr,file] fix TestFileFindFirstFile [ci,mac] cmake installed by local/pinned [channels,drive] tolerate drive_file_set_disposition_information [winpr,platform] add macro to disable deprecations [winpr,path] fix big endian issues with path [CMake,libfreerdp] add pkg-config dependencies [CMake,client] add pkg-config dependencies [proxy,modules] extend dynamic module loader [winpr,threadpool] default minimum thread count [core,peer] only set TCP_NODELAY on SOCK_STREAM sockets [core,tcp] unify setting of TCP_NODELAY [server,proxy] eliminate unused variable [server,proxy] check file exists before library load [codec,planar] fix encoder regression [winpr,thread] add unit test case [codec,planar] unit test compare encoded data [client,sdl] explicitly handle KMOD_NONE [client,sdl] update manpage [client,sdl] add SDL3 names to SDL_KeyModMask [core,aad] set FREERDP_ERROR_CONNECT_ACCESS_DENIED [core,settings] do not check for NULL [clients] add checks from #11804 to all clients [client,x11] fix rails/desktop switch [client,x11] stringify x11 error handler call [client,x11] fix rails to desktop mode switch [client,x11] disable output during rail/desktop switch Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.2.2 -> 0.3.0Etienne Cordonnier2025-10-293-308/+307
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.3.0 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: improve ptest result handlingNikhil R2025-10-281-7/+7
| | | | | | | | | | | | | | The run-ptest script determines success by grepping for "0 failed" in the test output. This could incorrectly report success for cases like "10 failed" or "100 failed". Update the script to rely on the test binary's exit status instead, while still capturing and printing full test output for logging. This makes the ptest behavior more robust and consistent Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: add bpftool into NON_MULTILIB_RECIPESChangqing Li2025-10-281-1/+1
| | | | | | | | | | | Here is the setting in bpftool recipe: COMPATIBLE_HOST = "(x86_64|aarch64|riscv64).*-linux" bpftool only support 64 bit arch, so add it into NON_MULTILIB_RECIPES to avoid expanding lib32- variant Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftrace: Upgrade to 0.24.1 releaseKhem Raj2025-10-285-201/+2
| | | | | | Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pocketpy: Upgrade to 3.1.3Khem Raj2025-10-281-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Disable building demos and examplesPeter Kjellerstedt2025-10-241-0/+2
| | | | | | | | There are no reasons to build the demos and examples for the dynamic lvgl library. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Add freetype supportPeter Kjellerstedt2025-10-242-1/+4
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Add support for modifying the configuration using menuconfigPeter Kjellerstedt2025-10-241-1/+47
| | | | | | | | | | | | | | Generating a configuration fragment for a feature can now be done using: bitbake lvgl -c menuconfig && bitbake lvgl -c diffconfig While this uses the standard cml1.bbclass, it expects that "make" is used to run menuconfig etc. This is not true for lvgl, so unfortunately the whole do_menuconfig() function had to be copied to be able to remove the use of "make". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl-demo-fb: Use Kconfig to configurePeter Kjellerstedt2025-10-242-5/+8
| | | | | | | | This switches the recipe from manipulating the lv_conf.h file directly, to instead using Kconfig to configure lvgl-demo-fb. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Use Kconfig to configurePeter Kjellerstedt2025-10-248-80/+41
| | | | | | | | | | | | This switches the recipe from manipulating the lv_conf.h file directly, to instead using Kconfig to configure lvgl. * Drop configuration of LV_TICK_CUSTOM* as they were removed in 9.0.0. * Drop configuration options that match their defaults. Co-authored-by: Adam x Nilsson <adam.x.nilsson@axis.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl-demo-fb: Update to 9.4.0Peter Kjellerstedt2025-10-244-72/+35
| | | | | | | | | | | | * Add +git to PV since there is no v9.4.0 tag for the lv_port_linux_frame_buffer repository. * Do not run the default do_install() as it will install all of lvgl. * Remove the hack in do_configure:prepend() for SDL2_image as cmake (with a little help from pkg-config) now finds SDL2_image correctly. License-Update: Copyright year updated to 2025 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Update to 9.4.0Peter Kjellerstedt2025-10-243-31/+26
| | | | | | | | | Drop manual installation of lv_conf.h. It has not been needed since at least 9.2.2. License-Update: Copyright year updated to 2025 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kconfiglib: Move to meta-oePeter Kjellerstedt2025-10-242-0/+16
| | | | | | | It will be needed by lvgl. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pcpp: Add recipe for https://github.com/ned14/pcppAdam x Nilsson2025-10-242-0/+14
| | | | | | | It will be needed by lvgl. Signed-off-by: Adam x Nilsson <adam.x.nilsson@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: fix a failing ptestGyorgy Sarvari2025-10-242-0/+73
| | | | | | | | | | | | | | The descrec test fails currently, due to the different characterwidth postgres uses depending on the current locale. If the locale is C or posix, then each character is 1 byte. Otherwise, if it's some UTF8 locale, then it is 4 bytes. The test case expects 4 byte width by default, making it fail. This backported patch allows for both 4 and 1 byte characters to be tested successfully. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: upgrade 16.00.0000 -> 17.00.0006Gyorgy Sarvari2025-10-242-47/+2
| | | | | | | | | Drop patch that was merged into this release. Changelog: https://odbc.postgresql.org/docs/release.html Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtorrent: Upgrade to 0.16.1Khem Raj2025-10-242-10/+50
| | | | | | | Add a patch for m4 macros Disable execinfo on musl as it does not support it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Link with libatomic on x86Khem Raj2025-10-241-0/+1
| | | | | | | | | It does not have compiler intrinsics for 64bit atomics Fixes i686-yoe-linux-ld.lld: error: undefined symbol: __atomic_compare_exchange Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix build with musl/gcc-15Khem Raj2025-10-241-10/+30
| | | | | | Add cstdint for uint_64_t for more files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro-c,avro-c++: Upgrade to 1.12.1 releaseKhem Raj2025-10-245-248/+8
| | | | | | The patches are no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: Upgrade to 0.16.1Khem Raj2025-10-242-7/+50
| | | | | | | | Fix a m4 script bug Drop CVE_STATUS since this is only needed for < 0.14 release Enable using posix_fallocate when creating a new file to avoid fragmentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Link with libatomic on x86 when using clang/libgccKhem Raj2025-10-241-0/+1
| | | | | | | | | | Fixes | i686-yoe-linux-ld.lld: error: undefined reference: __atomic_compare_exchange | >>> referenced by librocksdb.so.9.10.0 (disallowed by --no-allow-shlib-undefined) | i686-yoe-linux-clang++: error: linker command failed with exit code 1 (use -v to see invocation) | ninja: build stopped: subcommand failed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: stdint.h needs to included in transaction_db_mutex.hKhem Raj2025-10-241-4/+12
| | | | | | It uses int64_t type Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: Upgrade to 3.9.0Khem Raj2025-10-241-4/+4
| | | | | | | Drop unsupported configure options Fix reproducible builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: add ptest support for inotify-toolsNikhil R2025-10-242-1/+36
| | | | | | | | | | | | | | | | Add ptest support for inotify-tools by introducing a run-ptest script. The ptest verifies the correct functioning of inotify event handling and related utilities. Test coverage includes: - File creation, modification, and deletion event monitoring - Event handling and command-line option parsing - Basic consistency and behavior of inotify event queues The ptest completes in under 20 seconds Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.13 -> 8.4.14Jason Schonberg2025-10-241-1/+1
| | | | | | | | | This is a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.4.14 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Update systemd serviceMartin Schwan2025-10-242-10/+32
| | | | | | | | | | | | | | | | | Update the systemd service file to reflect the changes of the source repository. Add a user and group "thingsboard_gateway" which the service runs under, instead of root. Store temporary files, like logs, in /var and make use of the newly created user and group. Additionally, the service should start after and wants a network connection to be online, not just be activated. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Use configs from source repositoryMartin Schwan2025-10-2415-1270/+3
| | | | | | | | | Replace the outdated configuration files with the ones found the source repository of thingsboard-gateway. This makes sure, the configuration file examples stay up-to-date in future versions. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Add missing dependenciesMartin Schwan2025-10-241-0/+18
| | | | | | | | | | Add all missing runtime dependencies that are required by thingsboard-gateway. Since thingsboard-gateway tries to install missing dependencies via pip and fails to do so, install the dependencies system-wide beforehand. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: add missing "libgcc" RDEPENDSMichael Opdenacker2025-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue observed with iperf3 added to core-image-minimal. The executable starts fine but at the end of a test, issues this error: iperf3 -c 172.24.0.1 Connecting to host 172.24.0.1, port 5201 [ 5] local 172.24.0.2 port 55444 connected to 172.24.0.1 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 113 MBytes 945 Mbits/sec 0 396 KBytes [ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 396 KBytes [ 5] 2.00-3.00 sec 113 MBytes 946 Mbits/sec 0 417 KBytes [ 5] 3.00-4.00 sec 112 MBytes 937 Mbits/sec 1 417 KBytes [ 5] 4.00-5.00 sec 113 MBytes 946 Mbits/sec 0 424 KBytes [ 5] 5.00-6.00 sec 112 MBytes 938 Mbits/sec 0 424 KBytes [ 5] 6.00-7.00 sec 112 MBytes 943 Mbits/sec 0 428 KBytes [ 5] 7.00-8.00 sec 112 MBytes 942 Mbits/sec 0 445 KBytes [ 5] 8.00-9.00 sec 112 MBytes 944 Mbits/sec 0 457 KBytes libgcc_s.so.1 must be installed for pthread_cancel to work Aborted Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: explicitly add xxhash to DEPENDSHongxu Jia2025-10-241-1/+4
| | | | | | | | | | | | | | | | | | | When xxhash was included indirectly, there is a QA issue at do_package_qa ... |ERROR: QA Issue: /usr/lib64/libyang.so.3.9.13 contained in package libyang requires libxxhash.so.0()(64bit), but no providers found in RDEPENDS:libyang? [file-rdeps] ... Explicitly add xxhash to DEPENDS, then: ...log.do_configure... -- Found XXHash: build/tmp/work/x86-64-v3-wrs-linux/libyang/3.13.5/recipe-sysroot/usr/include -- Hash algorithm: xxhash ...log.do_configure... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>