summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* aer-inject: Fix build with latest muslKhem Raj2024-03-272-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aer-inject:add new recipechenheyun2024-03-271-0/+29
| | | | | | | | | | | | aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and CIE AER core handler. References: https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ Signed-off-by: chenheyun <chen_heyun@163.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: install binary to ${sbindir}Kai Kang2024-03-271-1/+5
| | | | | | | | | | | | The binaries of thin-provisioning-tools 0.9.0 are installed to ${sbindir}. And it also set BINDIR in the Makefile in the git repo: BINDIR:=$(DESTDIR)$(PREFIX)/sbin Tweak to install binary to ${sbindir} and create link files there. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Fix build with musl >= 1.2.5Khem Raj2024-03-272-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix libsodium build on aarch64/clangKhem Raj2024-03-272-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* soci: fix buildpaths warningPeter Marko2024-03-261-0/+4
| | | | | | | | | | WARNING: soci-4.0.3-r0 do_package_qa: QA Issue: File /usr/lib/cmake/SOCI/SOCITargets-noconfig.cmake in package soci-dev contains reference to TMPDIR [buildpaths] This is causing build failures in components depending on soci when building with rm_work or from sstate-cache. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: Upgrade to 2.16Khem Raj2024-03-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Fix build with musl >= 1.2.5Khem Raj2024-03-252-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev: Include libgen.h on muslKhem Raj2024-03-251-20/+8
| | | | | | | This helps in getting prototype for basename() and fix build errors on clang-18+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: Upgrade to 3.36+gitKhem Raj2024-03-251-1/+2
| | | | | | Brings needed fixes to build with latest musl as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: Fix build with musl >= 1.2.5Khem Raj2024-03-252-1/+36
| | | | | | The famous basename API fallout Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wtmpdb: Upgrade to 0.11.0 releaseKhem Raj2024-03-253-34/+34
| | | | | | | | | | | | | Brings these changes wtmpdb last: support matching for username and/or tty last: add support for time-format option Drop lto patch as it has been fixed differently. Add a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++,sdbus-c++-tools: Upgrade to 1.5.0 releaseKhem Raj2024-03-253-2/+2
| | | | | | | | | | | | | v1.5.0 - Improve handling of exceptions from callback handlers - Add support for async registration of matches - Correctly add libsystemd dependency to pkgconfi - Fix request name signal handling issue - Add INSTALL_TESTS CMake option - Minor UnixFd cleanups - Additional little fixes and updates in code, build system, CI, and documentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 255.4 release of systemdKhem Raj2024-03-2527-354/+760
| | | | | | Synchronise musl patches with oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: Fix build issues seen with musl 1.2.5Khem Raj2024-03-252-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Fix build with musl >= 1.2.5Khem Raj2024-03-252-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: Fix build with musl 1.5.2+Khem Raj2024-03-252-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update from 8.2306.0 to 8.2402.0Randy MacLeod2024-03-251-5/+4
| | | | | | | | | | | | | | | | | | | | | | Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir to use the new --enable-libsystemd option: acb62dfda remove systemd embedded code, use library instead The bug related to using libcap-ng has beeen fixed: https://github.com/rsyslog/rsyslog/pull/5166/commits/030e047fd0c896b4cb2433bab853321eff6f8ec9 so use that library by default now to allow rsyslog to run with fewer privileges. PTest results: sysvinit, systemd TOTAL: 462, 462 PASS: 457, 459 SKIP: 5, 3 XFAIL: 0, 0 FAIL: 0, 0 XPASS: 0, 0 ERROR: 0, 0 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.5Khem Raj2024-03-233-69/+2
| | | | | | | | Changelogs are here [1] [1] https://github.com/axboe/liburing/commit/f4e42a515cd78c8c9cac2be14222834be5f8df2b Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj2024-03-232-1/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4mm: add recipeMarkus Volk2024-03-231-0/+21
| | | | | | | the gtk4 variant of gtkmm is required for gnome-system-monitor Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: build with gtk+3Markus Volk2024-03-231-3/+4
| | | | | | | | - disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Deduplicate PACKAGECONFIG into lv-confMarek Vasut2024-03-223-2/+2
| | | | | | | | Move the default PACKAGECONFIG setting from both recipes into lv-conf.inc to avoid duplication. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Drop unnecessary PV appendMarek Vasut2024-03-222-2/+0
| | | | | | | | | | The PV has been appended because the source has been pulled from git as of specific revision past 9.0.1 release of LVGL. The current source is pulled as of tagged release 9.1.0, drop the extra git suffix. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Drop superfluous ALLOW_EMPTYMarek Vasut2024-03-221-2/+0
| | | | | | | | This ALLOW_EMPTY was a workaround for LVGL built as static library. The lvgl is now built as shared library, drop this remnant. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: add missing config directoryYi Zhao2024-03-221-0/+5
| | | | | | | Create /etc/netplan to store configuration files. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 4.0 -> 4.0.1Yi Zhao2024-03-222-37/+2
| | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/linux-audit/audit-userspace/releases/tag/v4.0.1 Update TRUSTED_APP interpretation to look for known fields; In auditd plugins, allow variable amount of arguments; Fix augenrules to work correctly when kernel is in immutable mode; Add audisp-filter plugin; Improve sorting speed of aureport --summary reports; Auditd & audit-rules.service pick up paths automatically. * Drop backport patch. * Specify runstatedir. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: disable shadow without x11Martin Jansa2024-03-221-1/+1
| | | | | | | | | | | | | | | | | | * add -DWITH_SHADOW=OFF to avoid build failure without x11 in DISTRO_FEATURES: CMake Error at TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) Call Stack (most recent call first): TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindX11.cmake:665 (find_package_handle_standard_args) server/shadow/X11/CMakeLists.txt:1 (find_package) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: upgrade 7.9.2 -> 9.0.0Yi Zhao2024-03-2110-121/+103
| | | | | | | | | | | ChangeLog: https://github.com/facebook/rocksdb/releases/tag/v9.0.0 * Refresh patches. * Drop backport patch. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: 2.10 -> 2.15Robert Yang2024-03-217-124/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove 0001-Support-Atomic-ops-on-clang.patch because of: commit 54605b8a5807fe893a4b9ff8def982a264cdc6c9 Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Wed Jun 21 10:39:18 2023 -0400 amputate old atomic ops implementation * Remove sgidef.patch because of: commit e78238d94d41764dc72edb37e3d6510255d3dcd4 Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Wed Jun 21 10:39:38 2023 -0400 reworked heap leak checker for more portability * Remove 0001-Define-off64_t-as-off_t-on-musl.patch because of: commit 8be84e4a5c28c33bfdb7da3ee0c92d9620cd552f Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Fri Jul 21 14:18:12 2023 -0400 drop old mmap hooks and introduce internal & simpler mmap_hook.h * Rebased 0001-Support-Atomic-ops-on-clang.patch for 2.15 * Rebased ppc-musl.patch for 2.15 * Add 0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch to fix build error for 32bit machine. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: add recipeMarkus Volk2024-03-201-0/+61
| | | | | | | freerdp3 is required to build gnome-remote-desktop-46.0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: upgrade 0.7.0 -> 0.15.0Yi Zhao2024-03-2033-1063/+574
| | | | | | | | | | | | | Release Notes: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.15.0 * Use external dependencies where possible to get rid of bundled packages. * Add PACKAGECONFIGs. * Use its own systemd service file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Update to 9.1.0Marek Vasut2024-03-203-40/+2
| | | | | | | | Update LVGL to final 9.1.0 . Drop the XRGB8888 fix which is part of the release. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Reinstate demo configuration settingsMarek Vasut2024-03-201-0/+4
| | | | | | | | | | The LVGL demo is configured slightly differently than the LVGL itself. Logging and printing is enabled, memory size is higher and compressed fonts are enabled. Reinstate the settings, otherwise the demo keeps crashing at least with SDL2 backend. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrefresh: upgrade 1.0.7 -> 1.1.0Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | Changelog: ========== -Add -help option -Adding in a '-delay ms' parameter to optionally prolong refreshx gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmessage: upgrade 1.0.6 -> 1.0.7Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | Changelog: =========== -configure: Use AC_SYS_LARGEFILE to enable large file support -Add -version option -updates -help option to not require successfully opening a display -Print which arguments were unknown before giving usage message Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.4 -> 3.4.5Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: https://thingsboard.io/docs/reference/releases/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.24.10 -> 6.24.11Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: Make nice priority incremental even with setpriority(2) to match how it worked with nice(3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: upgrade 2.0.1 -> 2.0.3Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - add SCARD_E_UNKNOWN_RES_MNG back - SCardConnect() & SCardReconnect(): restrict the protocol used - negotiate PTS also for the backup protocol - pcscd.8: . document --disable-polkit . add "CONFIGURATION FILE" section - Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.24.0 -> 0.25.0Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============ ## Security * [CVE-2023-5992]: Side-channel leaks while stripping encryption PKCS#1.5 padding in OpenSC * [CVE-2024-1454]: Potential use-after-free in AuthentIC driver during card enrollment in pkcs15init ## General improvements * Update OpenSSL 1.1.1 to 3.0 in MacOS build * Remove support for old card drivers Akis, GPK, Incrypto34 and Westcos, disable Cyberflex driver * Fix 64b to 32b conversions * Improvements for the p11test * Fix reader initialization without SCardControl * Make RSA PKCS#1 v1.5 depadding constant-time * Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02) on the card * Enable MSI signing via Signpath CI integration for Windows * Fixed various issues reported by OSS-Fuzz and Coverity in drivers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 196 -> 197Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: assign freed pointers to NULL pointer Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxaw: upgrade 1.0.15 -> 1.0.16Wang Mingyu2024-03-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: upgrade 2.17.11 -> 2.17.15Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ### Changed - reporter-bugzilla: Improve bug formatting - reporter-bugzilla: Reduce number of duplicate bug reports ### Fixed - reporter-bugzilla: Fail gracefully if API key contains invalid characters - reporter-bugzilla: Fix creating binary attachments - reporter-bugzilla: Fix loading configuration - Exclude coredump archives when creating a bug - reporter-upload: Fix double free crash - gui-wizard-gtk: Enable word wrap for comments - Fix compatibility with libxml2 2.12 - Fix multiple problems with the test suite ### Added - Add support for unpacking coredumps in the problem directory - Add "MEMORY_PRESSURE_WATCH" to the list of ignored words Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopus: upgrade 1.4 -> 1.5.1Wang Mingyu2024-03-201-2/+2
| | | | | | | | | | | | | | | License-Update: Copyright updated to 2023. Changelog: =========== -Significant improvement to packet loss robustness using Deep Redundancy (DRED) -Improved packet loss concealment through Deep PLC -Low-bitrate speech quality enhancement down to 6 kb/s wideband -Improved x86 (AVX2) and Arm (Neon) optimizations -Support for 4th and 5th order ambisonics Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iceauth: upgrade 1.0.9 -> 1.0.10Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | Changelog: ========== -gitlab CI: stop requiring Signed-off-by in commits -configure: Use AC_SYS_LARGEFILE to enable large file support -Use reallocarray if available, provide local version if not -Silence -Wanalyzer-out-of-bounds warnings from gcc 13 -Variable scope reductions, as suggested by cppcheck -unifdef __UNIXOS2__ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.379 -> 0.380Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: Update pci and vendor ids Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 23.5.26 -> 24.3.7Wang Mingyu2024-03-201-2/+2
| | | | | | | | | | Changelog: ========== *Just to fix some of the CI build issues *Fix typescript object API to allow 0 values for null-default scalars Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20240101 -> 1.3-20240307Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | Changelog: =========== + add option --color-modes, which can be used to color the content of programbox, tailbox, textbox + updated configure script, e.g., for compiler-warning fixes. + amend change to formbox while revising --max-input to work with the form's "ilen" parameter + update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240225.0 -> 6.1.20240310.0Wang Mingyu2024-03-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: upgrade 1.1.9 -> 1.1.11Wang Mingyu2024-03-201-3/+1
| | | | | | | | | | | | | | | Changelog: ========== Bug Fixes --------- MSVC typename Additions -------- [performance] switch as defult dispatch_policy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>