summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* geoip: fix do_fetch errorWang Mingyu2025-02-201-4/+4
| | | | | | | | Change the SRC_URI to the correct value due to the following error: ERROR: geoip-1.6.12-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'http://sources.openembedded.org/GeoIP.dat.20181205.gz;apply=no;name=GeoIP-dat;') Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sassc,libsass: move recipes to oe-corePeter Marko2025-02-192-30/+0
| | | | | | | | These recipes are now part of oe-core: https://git.openembedded.org/openembedded-core/commit/?id=0a1d3607da7bb7c586c69cefadf8ade52c7b1987 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.3.0Bartosz Golaszewski2025-02-191-5/+5
| | | | | | | | | This is a minor gpiod package release that brings in some new interfaces, a significant typing rework, ruff and mypy conformity and a slew of bug-fixes. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v2.2.1Bartosz Golaszewski2025-02-192-39/+2
| | | | | | | | | | The main set of changes in this release doesn't concern yocto - it brings in proper sphinx docs infrastructure for publishin on readthedocs. We still have a bunch of code fixes though and we can also remove the patch we're carrying in the recipe as it's upstream now. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev: fix LICENSEGyorgy Sarvari2025-02-191-1/+1
| | | | | | | | Only the library code (libi2cdev.h) is covered by GPL-2.0. Otherwise the main license is LGPL-2.1 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: add RDEPENDS python3-cairocffiChangqing Li2025-02-181-1/+2
| | | | | | | | | | | | | | Fix error: >>> import wx.lib.wxcairo Traceback (most recent call last): File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/__init__.py", line 59, in <module> from .wx_cairocffi import _ContextFromDC, _FontFaceFromFont File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/wx_cairocffi.py", line 34, in <module> import cairocffi ModuleNotFoundError: No module named 'cairocffi' Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cairocffi: add new recipeChangqing Li2025-02-181-0/+12
| | | | | | | python3-wxgtk4 RDEPENDS cairocffi, so add this new recipe for it Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: Fix build with latest muslKhem Raj2025-02-172-1/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Include string.h for memcpyKhem Raj2025-02-171-22/+31
| | | | | | Fixes build with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Fix build with latest muslKhem Raj2025-02-172-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.9Khem Raj2025-02-175-106/+41
| | | | | | Drop upstreamed patches, fix build with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: srcrev bump 9042704131d..dd944cf5b5aThu Nguyen2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Additional commit included in this version bump are below. Jeremy Kerr (9): + tests: Add tests for dbus Network1 interface + tests: add System.del_address + tests: notify netlink socket on system link/neighbour/address/route changes + tests: Add NLSocket._create_msg + tests: rename NLSocket._send_resp to _send_msg + mctpd: fix error message and code for missing linkmap entry case + mctpd: remove unnecessary debug output + CHANGELOG: Add mctp-bench change Thu Nguyen (1): + Support `LocalEIDs` property in `au.com.codeconstruct.MCTP.Network1` Timon Liu (1): + mctp-bench: Add a utility tool to send/receive messages and display throughput Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-netlogd: new recipeRasmus Villemoes2025-02-171-0/+28
| | | | | | | | | | | In some deployments, the log aggregator collects log messages in the syslog format, so systemd-journal-upload and friends can not be used. systemd-netlogd is a daemon for filling that gap. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 4.4.1 -> 4.4.2Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | | | | | Upgrade to release 4.4.2: - Fixed TypeCheckError in unpacking assignment involving properties of a parameter of the function - Fixed display of module name for forward references - Fixed TypeError when using an assignment expression - Fixed ValueError: no signature found for builtin when checking against a protocol and a matching attribute in the subject is a built-in function Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: Upgrade 4.11.0 -> 4.12.0Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | Upgrade to release 4.12.0: - Add support for Python 3.14 and test PyPy3.11 - Handle en_GB and en_US locale - Release to PyPI using Trusted Publishing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.8.2 -> 1.8.3Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.8.3: - Bump docker/build-push-action from 6.10.0 to 6.11.0 - Bump docker/build-push-action from 6.11.0 to 6.12.0 - Bump docker/build-push-action from 6.12.0 to 6.13.0 - [pre-commit.ci] pre-commit autoupdate - Update bug template to include latest released versions - Add markupsafe.Markup XSS plugin - Warn not error on an nonexistant test given - Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 - Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 - B107: Skip None values in hardcoded password detection - Pytorch fix Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: Upgrade 3.19.3 -> 3.20.1Leon Anavi2025-02-171-1/+1
| | | | | | | | | Upgrade to release 3.20.1: - Do not memoize keys before they are coerced to string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cppy: Upgrade 1.3.0 -> 1.3.1Leon Anavi2025-02-171-1/+1
| | | | | | | | | | Upgrade to release 1.3.1: - On Windows link to debug runtime lib when building with a debug Python Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboop: fix tcl PACKAGECONFIGGyorgy Sarvari2025-02-173-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case tcl PACKAGECONFIG is enabled, autoconf is trying to use tcl libs and headers from the build system instead of using RECIPE_SYSROOT, and the do_configure task fails: ERROR: liboop-1.0.1-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] The system path is hardcoded in the configure script. To fix this, patch the configure script to use pkg-config to find tcl in the correct sysroot. Since the previous patch was changing the same part of the script, incorporate that also into the new patch. Also, set the correct build-time dependency. The patch's Upstream-Status is "Pending", because 1. The project has been without activity for almost 15 years 2. Couldn't find info on the website on how to contribute 3. The GitLab instance mentioned on the website is password protected even for read-only access, and registration is enabled only for specific email addresses. 4. Couldn't find any contact info on the website to reach out to the maintainers. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboop: set correct LICENSEGyorgy Sarvari2025-02-171-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: upgrade 1.27.3 to 1.27.4Changqing Li2025-02-161-2/+2
| | | | | | | | | | | | | License-Update: copyright year refreshed Resolves: * CVE-2025-23419 CHANGES: https://nginx.org/en/CHANGES Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: upgrade 1.26.2 to 1.26.3Changqing Li2025-02-161-1/+1
| | | | | | | | | | | Solves: * CVE-2025-23419 CHANGES: https://nginx.org/en/CHANGES-1.26 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: fix demos PACKAGECONFIGGyorgy Sarvari2025-02-162-1/+42
| | | | | | | | | | | | | | | | | | In case the demos PACKAGECONFIG is enabled, linking fails with the following error: | /usr/src/debug/libplacebo/7.349.0/demos/plplay.c:669:(.text.startup+0x90): undefined reference to `parse_args' | collect2: error: ld returned 1 exit status The implementation of the missing function is guarded erroneously by an ifdef flag (HAVE_NUKLEAR, which is only true in case headers from the nuklear library are present - but in this recipe they are not included). This patch moves the implementation of this function outside of the ifdef to avoid the build failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: fix glslang PACKAGECONFIGGyorgy Sarvari2025-02-162-1/+43
| | | | | | | | | | | | | | | | | | | | In case glslang PACKAGECONFIG is enabled, compilation fails with a lot of errors about undefined references from the glslang namespace, e.g. | /usr/src/debug/libplacebo/7.349.0/src/glsl/glslang.cc:79:(.text+0x160): undefined reference to `glslang::TShader::TShader(EShLanguage)' This has been solved in the upstream project, and this change backports the commit that fixes the meson.build file to find the correct libraries during compilation. Additionally, fix also the TMPDIR QA error that popped up after fixing the above issue: remove the RECIPE_SYSROOT value from the generated pkgconf file (and instead of referring to the libraries by absolute path, just refer to them by name, as they are supposed to be present in the standard library lookup path). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpiod-sysfs-proxy: Fix deprecation warningAlex Kiernan2025-02-161-4/+4
| | | | | | | | | Replace `\/` sequences to fix: gpiod-sysfs-proxy_0.1.2.bb: Var <MOUNTPOINT>:1: DeprecationWarning: invalid escape sequence \/ Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: add missing dependencyGyorgy Sarvari2025-02-151-1/+1
| | | | | | | | | | | | | Building with ndiff PACKAGECONFIG failed with the following error: | File "/yocto/sandbox/build/tmp/work/cortexa53-poky-linux/nmap/7.95/nmap-7.95/ndiff/setup.py", line 11, in <module> | import setuptools.command.install | ModuleNotFoundError: No module named 'setuptools' Fix it by adding the missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: fix lapack-ptest rdepends on lapack-devZhang Peng2025-02-151-1/+2
| | | | | | | | | | | | When LAPACKE is enabled, the QA check fails with the following error: ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: lapack-ptest rdepends on lapack-dev [dev-deps] ERROR: lapack-3.12.1-r0 do_package_qa: Fatal QA errors were found, failing task. The root cause is that `lapack-ptest` accidentally installed `lapacke.pc`, which is a development file intended to be included only in the `lapack-dev` package. To resolve this: Remove `lapacke.pc` from the `lapack-ptest` installation Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: update 1.5.0 -> 1.5.1Markus Volk2025-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | Changes for 1.5.1 'Sonic': -------------------------- 1.5.1 is a minor release of dav1d, focusing on optimizations and stack reduction: - Rewrite of the looprestoration (SGR, wiener) to reduce stack usage - Rewrite of {put,prep}_scaled functions Now, the required stack space for dav1d should be: 62 KB on x86_64 and 58KB on arm and aarch64. - Improvements on the SSSE3 SGR - Improvements on ARM32/ARM64 looprestoration optimizations - RISC-V: blend optimizations for high bitdepth - Power9: blend optimizations for 8bpc - Port RISC-V to POSIX/non-Linux OS - AArch64: Add Neon implementation of load_tmvs - Fix a rare, but possible deadlock, in flush() Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.6 -> 1.0Ayoub Zaki2025-02-142-57/+2
| | | | | | | | https://github.com/latchset/pkcs11-provider/releases/tag/v1.0 https://github.com/latchset/pkcs11-provider/compare/v0.6...v1.0 Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: drop obsolete PACKAGECONFIGGyorgy Sarvari2025-02-141-2/+0
| | | | | | | "lms" plugin has been dropped by the project starting version 0.43.0. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio(-tools): add grpc:grpc to cve productPeter Marko2025-02-142-0/+4
| | | | | | | | | | | | | | | | | | | These grpc python modules contain parts of grpc core. Each CVE needs to be assessed if the patch applies also to core parts included in each module. Note that so far there was never a CVE specific for python module, only for grpc:grpc and many of those needed to be fixed at leasts in grpcio: sqlite> select vendor, product, count(*) from products where product like '%grpc%' group by vendor, product; grpc|grpc|21 grpck|grpck|1 linuxfoundation|grpc_swift|9 microsoft|grpconv|1 opentelemetry|configgrpc|1 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: remove WORKDIR from documentationGyorgy Sarvari2025-02-141-0/+6
| | | | | | | | | | In case docs PACKAGECONFIG is enabled, do_package_qa task fails due to some of the generated html files are referencing the ${WORKDIR}. Delete it from these files. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-futures: Upgrade 1.0.1 -> 1.0.2Leon Anavi2025-02-141-1/+3
| | | | | | | | | Upgrade to release 1.0.2: - Correct setup.py email addr Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: Upgrade 1.10.0 -> 1.15.0Leon Anavi2025-02-141-1/+1
| | | | | | | | | | | | | | | Upgrade to release 1.15.0: - Performance improvements - Mypyc accelerated Mypy Wheels for ARM Linux - Improvements to reachability analysis and partial type handling in loops - Better discovery of configuration files - Better line numbers for decorators and slice expressions - Drop support for Python 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trio: Upgrade 0.28.0 -> 0.29.0Leon Anavi2025-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.29.0: - Add trio.lowlevel.in_trio_run() and trio.lowlevel.in_trio_task() and document the semantics (and differences) thereof. See the documentation. - If trio.testing.RaisesGroup does not get the expected exceptions it now raises an AssertionError with a helpful message, instead of letting the raised exception/group fall through. The raised exception is available in the __context__ of the AssertionError and can be seen in the traceback. - Clear Trio's cache of worker threads upon os.fork. - Stop using ctypes to mutate tracebacks for strict_exception_groups=False's exception collapsing. - Fixed spelling error in Windows error code enum for ERROR_INVALID_PARAMETER. - Publicly re-export __version__ for type checking purposes. - The typing of trio.abc.HostnameResolver.getaddrinfo() has been corrected to match that of the stdlib socket.getaddrinfo, which was updated in mypy 1.15 (via a typeshed update) to include the possibility of tuple[int, bytes] for the sockaddr field of the result. This happens in situations where Python was compiled with --disable-ipv6. - Additionally, the static typing of trio.to_thread.run_sync(), trio.from_thread.run() and trio.from_thread.run_sync() has been improved and should reflect the underlying function being run. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pax-utils: fix pyelftools PACKAGECONFIG dependencyGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | | The correct dependency name for pyelftools is "python3-pyelftools". Set the dependency name accordingly to avoid build failure with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pahole: fix python3 PACKAGECONFIGGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | As a build time dependency, python3 provides python3-core - set the PACKAGECONFIG accordingly to avoid build failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: fix unwind PACKAGECONFIGGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | | | | | In case unwind PACKAGECONFIG is enabled, do_configure task fails with the following error message: | configure: error: Cannot enable both --with-libunwind and --with-elfutils To avoid this error, disable elfutils with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Fix build regression on muslKhem Raj2025-02-132-1/+30
| | | | | | | | This got introduced with 2025.01 upgrade on musl systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Cc: Mark Jonas <mark.jonas@de.bosch.com>
* corosync: reproducibility issueChristos Gavros2025-02-131-0/+3
| | | | | | | | | | | | | | | | | Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME = whoami $LOC assigned domain name from /etc/resolv.conf Use build in'--with-sys-contact' to overwrite it https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/30/steps/28/logs/stdio CC: Yoann Congal <yoann.congal@smile.fr> CC: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: fix interface library paths in cmake filesGyorgy Sarvari2025-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The cmake files generated by this recipe contain a number of interfacing libraries, with absolute paths, which also contain the TMPDIR. The TMPDIR part of these paths were just truncated by the recipe, to avoid the corresponding QA check error. However this made it impossible to to link against this library from other recipes. When one tried, the find_package command failed with the following error: | Run Build Command(s): ninja -v -j 12 all | ninja: error: '/usr/lib/libjsoncpp.so', needed by 'jsonrpctest', missing and no known rule to make it To avoid this, instead of just truncating this path, set it to ${CMAKE_SYSROOT} placeholder (which is resolved by CMake to the correct value at build-time, using the variable set by cmake.bbclass) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: correct netcat PACKAGECONFIGGyorgy Sarvari2025-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | In case netcat PACKAGECONFIG is enabled, do_configure fails with the following error message: | configure: error: hddtemp isn't queryable via netcat (use --disable-pathchecks to disable this check) hddtemp service keeps a TCP port open to query the sensor data. In case netcat is enabled for this recipe, the configure script will search for the netcat binary, and will try to query this hddtemp port, as a sanity check. This check is performed independently from the hddtemp PACKAGECONFIG. Since hddtemp isn't running in the build environment (probably) and network connection is also disabled, this check fails. To avoid this problem, add the extra config argument suggested by the error message. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: fix dependency nameGyorgy Sarvari2025-02-131-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Split mcp251fd* into sub-packageRicardo Simoes2025-02-131-0/+5
| | | | | | | | | | The mcp251fd* tools are specific to Microchip MCP251xFD Family CAN controllers. This commit creates the package can-utils-mcp251fd to keep these tools separate. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Upgrade 2023.03 -> 2025.01Ricardo Simoes2025-02-131-11/+29
| | | | | | | | Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: correct STACK_DIRECTION settingChangqing Li2025-02-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | STACK_DIRECTION = 1 means stack grow upwards STACK_DIRECTION = -1 means stack grow downwards In the majority of modern architectures, stack grows downwards. So set STACK_DIRECTION = 1 is not right. But the failure is not exposed before, mysqld can start normally, and simple runtime operation like create db, table, select info, works well. But it is exposed after commit [1] is merged, mysqld will start failed with error: 2025-02-12 3:18:19 0 [ERROR] Could not open mysql.plugin table: "Thread stack overrun: 16752824 bytes used of a 299008 byte stack, and 81920 bytes needed Since commit [2], mariadb started to determine the default STACK_DIRECTION in CMake based on the ISA, and we have set correct CMAKE_SYSTEM_PROCESSOR in cmake.bbclass, so just don't pass it. [1] https://github.com/MariaDB/server/commit/bddbef3573349b0565c43c27beba47c89358f39f [2] https://github.com/MariaDB/server/commit/d0abbdf56e11ccc88447c1dc80caaf355c94be3b [3] https://jira.mariadb.org/browse/MDEV-36051 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: move /usr/share/mysql to /usr/share/mariadbChangqing Li2025-02-131-3/+3
| | | | | | | | | | | | | | | Fix error: $mariadb-install-db --basedir=/usr FATAL ERROR: Could not find /usr/share/mariadb/fill_help_tables.sql Upstream commit [1] move /usr/share/mysql to /usr/share/mariadb, this make related files split into wrong package, and not installed by default, so cause above error [1] https://github.com/MariaDB/server/commit/320a4b52c9c73a37b3553cec6a9d170924957c36 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: deprecate mysql* namesChangqing Li2025-02-132-3/+3
| | | | | | | | | | | | | Fix following warnings: /usr/bin/mysql_install_db: Deprecated program name. It will be removed in a future release, use 'mariadb-install-db' instead Upstream commit [1] deprecate mysql* names, use the new name to fix above warning [1] https://github.com/MariaDB/server/commit/b30b040b733ff2045ffcd7bdd44f608c7f4912b5 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 7.6.10 -> 7.6.12Leon Anavi2025-02-131-1/+1
| | | | | | | | | Upgrade to release 7.6.12: - Fix: some aarch64 distributions were missing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-daemon: Upgrade 3.0.1 -> 3.1.2Leon Anavi2025-02-132-49/+4
| | | | | | | | | | | | | Upgrade to release 3.1.2: - In wheel, distribute only the Python packages that should be installed. - Migrate project code base from "flat layout" to "src layout" License-Update: Use COPYING file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>