aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2024-03-25sdbus-c++-libsystemd: Upgrade to 255.4 release of systemdKhem Raj
Synchronise musl patches with oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25ndctl: Fix build issues seen with musl 1.2.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25sanlock: Fix build with musl >= 1.2.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25lvm2: Fix build with musl 1.5.2+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25rsyslog: update from 8.2306.0 to 8.2402.0Randy MacLeod
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>
2024-03-23liburing: Upgrade to 2.5Khem Raj
Changelogs are here [1] [1] https://github.com/axboe/liburing/commit/f4e42a515cd78c8c9cac2be14222834be5f8df2b Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23gtk4mm: add recipeMarkus Volk
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>
2024-03-23gnome-themes-extra: build with gtk+3Markus Volk
- disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22lvgl: Deduplicate PACKAGECONFIG into lv-confMarek Vasut
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>
2024-03-22lvgl: Drop unnecessary PV appendMarek Vasut
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>
2024-03-22lvgl: Drop superfluous ALLOW_EMPTYMarek Vasut
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>
2024-03-22netplan: add missing config directoryYi Zhao
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>
2024-03-22audit: upgrade 4.0 -> 4.0.1Yi Zhao
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>
2024-03-22freerdp3: disable shadow without x11Martin Jansa
* 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>
2024-03-21rocksdb: upgrade 7.9.2 -> 9.0.0Yi Zhao
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>
2024-03-21gperftools: 2.10 -> 2.15Robert Yang
* 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>
2024-03-20freerdp3: add recipeMarkus Volk
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>
2024-03-20minifi-cpp: upgrade 0.7.0 -> 0.15.0Yi Zhao
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>
2024-03-20lvgl: Update to 9.1.0Marek Vasut
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>
2024-03-20lvgl: Reinstate demo configuration settingsMarek Vasut
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>
2024-03-20xrefresh: upgrade 1.0.7 -> 1.1.0Wang Mingyu
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>
2024-03-20xmessage: upgrade 1.0.6 -> 1.0.7Wang Mingyu
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>
2024-03-20thingsboard-gateway: upgrade 3.4.4 -> 3.4.5Wang Mingyu
Changelog: https://thingsboard.io/docs/reference/releases/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20tcsh: upgrade 6.24.10 -> 6.24.11Wang Mingyu
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>
2024-03-20pcsc-lite: upgrade 2.0.1 -> 2.0.3Wang Mingyu
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>
2024-03-20opensc: upgrade 0.24.0 -> 0.25.0Wang Mingyu
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>
2024-03-20mcelog: upgrade 196 -> 197Wang Mingyu
Changelog: assign freed pointers to NULL pointer Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20libxaw: upgrade 1.0.15 -> 1.0.16Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20libreport: upgrade 2.17.11 -> 2.17.15Wang Mingyu
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>
2024-03-20libopus: upgrade 1.4 -> 1.5.1Wang Mingyu
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>
2024-03-20iceauth: upgrade 1.0.9 -> 1.0.10Wang Mingyu
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>
2024-03-20hwdata: upgrade 0.379 -> 0.380Wang Mingyu
Changelog: Update pci and vendor ids Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20flatbuffers: upgrade 23.5.26 -> 24.3.7Wang Mingyu
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>
2024-03-20dialog: upgrade 1.3-20240101 -> 1.3-20240307Wang Mingyu
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>
2024-03-20ctags: upgrade 6.1.20240225.0 -> 6.1.20240310.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20boost-sml: upgrade 1.1.9 -> 1.1.11Wang Mingyu
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>
2024-03-18lvgl: cleanup sed expressionChristophe Chapuis
* use [[:space:]] instead of [ \t] * remove global replace, as there is only one instance to replace for each expression * use extended regular expressions and remove escape characters Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18lvgl: make libdrm include conditionalChristophe Chapuis
The libdrm include is only needed when "drm" is selected in PACKAGECONFIG. In addition, move the TARGET_CFLAG addition to lv-conf.inc, where the DRM configuration is actually selected for LVGL. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18ostree: Upgrade 2024.4 -> 2024.5Jose Quaresma
$ git --no-pager log --oneline v2023.8...v2024.1 f3b66e8c (tag: v2024.5) Release 2024.5 756e2dad Merge pull request #3214 from cgwalters/checkout-overwrite-force bb6dfd3a checkout: Always replace existing content in overlay mode c314eaa9 Merge pull request #3213 from rborn-tx/fix-early-prune 4efb44f3 deploy: Ensure boot directory is open before accessing it 223a1af4 Merge pull request #3208 from HuijingHei/split-whitespace abc7d5b9 kargs: parse spaces in kargs input and keep quotes d95c2f8d Merge pull request #3206 from cgwalters/enable-new-naming 2fb7a048 sysroot: Turn on bootloader-naming-2 by default f1e663bd Merge pull request #3205 from cgwalters/fix-grub-probing e47b3709 bootloader/grub2: Don't do anything if we have static configs b4a1e383 Merge pull request #3204 from cgwalters/quiet-config-load 1a54d94f Merge pull request #3203 from dbnicholson/version-sigpipe bf811629 otcore: Drop config load print 422a2887 main: Ignore SIGPIPE when printing version 1b3ffe54 Merge pull request #3196 from cgwalters/fix-sepolicy-public 3ae7118e Merge pull request #3199 from travier/docs-fix a63f9516 docs: Cleanup title for historical OSTree README 4ae50658 docs: Move SPDX identifiers under first title cdb4cad4 Merge pull request #3197 from cgwalters/release 084e027d sepolicy: Fix publicity mismatch for ostree_sepolicy_host_enabled 14a5746d Post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18geoclue: enable demo agentSamuli Piippo
Add PACKAGECONFIG for enabling the default authorization agent. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17layer.conf: Prepare for release, drop nanbield LAYERSERIESKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: lv-conf.inc: generalize sed instructionsChristophe Chapuis
Use [ \t] to detect optionnal spaces at the beginning of each line, and after the define. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: fix libdrm includeChristophe Chapuis
When DRM is activated for LVGL, it adds a dependency on drm.h. As for lvgl-demo-fb, add an include path to fix this usecase. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Acked-by: Martin Jansa <martin.jansa@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: add more variables to lv-conf.incChristophe Chapuis
As it can be usefull to customize these other variables, let's add them in lv-conf.inc. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: cleanup sed instructions in lv-conf.incChristophe Chapuis
Use back reference instead of repeating the search pattern. Later on this could lead to a more generic way of replacing values in the .h file. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: remove useless FILES includeChristophe Chapuis
As ${includedir}${PN} is already listed in FILES, there is no need to add one of its subdirectories. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: install lv_conf.hChristophe Chapuis
Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and used by the recipes that want to use lvgl. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17lvgl: fix typo in lv-conf.incChristophe Chapuis
Fix a typo in the first sed instruction, where the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17libqmi: Revert back to the latest stable 1.34.0Petr Gotthard
Only even version numbers are stable. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>