Commit Graph

12049 Commits

Author SHA1 Message Date
Khem Raj b79b2514b3 thin-provisioning-tools: Fix build on musl.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 14:35:29 -07:00
Khem Raj f2cecc26c9 thin-provisioning-tools: Upgrade to 1.0.4
This version is written in rust, therefore re-write the recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 14:35:29 -07:00
Zoltán Böszörményi 1bff948eca opencv: 4.8.0
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 09:00:58 -07:00
Wang Mingyu 8257d87d2d passwdqc: upgrade 2.0.2 -> 2.0.3
makefile-add-ldflags.patch
refreshed for 2.0.3

Changelog:
===========
-Added pkg-config file.
-Changed enforce=users to support "chpasswd" PAM service in addition to
traditionally supported "passwd".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu ff632bb7af xterm: upgrade 382 -> 383
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu 5d96af565f thingsboard-gateway: upgrade 3.2 -> 3.3
Changelog:
===========
Added data duplicate detector
Added statistics files examples for different OS
Added minEventsProcess parameter
Added Gateway Shell
Added device filtering
Fixed reconnecting
Added device provisioning
Added converter remote configuration update
General Improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu 91efc432e4 minicoredumper: upgrade 2.0.3 -> 2.0.6
Changelog:
===========
 * Support comm names with spaces.
 * Also dump write-only memory segments.
 * Abort memory read if the crashed program is killed while the
   minicoredumper is actively reading memory. This fixes a possible
   endless loop in said scenario.
 * Known problems:
     - If tar is active, core files larger than 8GB will be
       truncated. If it is known that the core files will be >8GB and
       the full core file is needed, tar must be disabled.
     - If tar is active, core files larger than 8GB will be
       truncated. If it is known that the core files will be >8GB and
       the full core file is needed, tar must be disabled.
     - If tar is active, core files larger than 8GB will be
       truncated. If it is known that the core files will be >8GB and
       the full core file is needed, tar must be disabled.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu 7d59e01161 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>
2023-07-07 08:59:27 -07:00
Wang Mingyu 4a80b341bf glfw: upgrade 3.3 -> 3.3.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu 52f35e4010 avro-c: upgrade 1.11.1 -> 1.11.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu 50e4b2bcd8 renderdoc: upgrade 1.13 -> 1.27
License-Update: Copyright year updated to 2023.

Changelog:
==========
Python API changes
------------------
-D3D12Sampler.borderColor has been split into D3D12Sampler.borderColorType and
 D3D12Sampler.borderColorValue, and similarly for VKSampler.borderColor into
 VKSampler.borderColorType and VKSampler.borderColorValue, to allow for integer
 border colour types.
-D3D12RasterizerState.multisampleEnable and D3D12RasterizerState.lineRasterMode
 have been removed and replaced with D3D12RasterizerState.lineRasterMode of type
 LineRaster.

Features/Improvements
--------------------
 D3D12: Add support for new SDK 1.610.1:

 New state functionality
 New sampler creation parameters and PSO chunks
 New barrier API

 All: Show explicit dropdown arrow for tool buttons with menus.
 All: Report Windows 11 separately in analytics.
 Vulkan & D3D12: Optimisations to capture time overhead and GPU Syncs.
 D3D11: Disable query for undocumented internal D3D interface in composition API.

Bugfixes
----------
 All: Fix potential crash when reading large amounts of data from sockets.
 All: Fix potential crash when serialising strings if length is corrupted.
 All: Fix potential crashes/fatal errors rendering 0x0 thumbnails.
 All: Remove fatal errors in XML codec and have error handling for corrupted XML.
 All: Sanitise strings printed when received from target control/remote server.
 All: Save any capture changes (renames/bookmarks) to local file when remotely replaying.
 UI: Fix potential race when destroying windows while command is in flight
 Linux: Don't open symlinks when opening logfile.
 Linux: Try to handle processes on linux that fork without exec.
 Linux: Work around bash overriding getenv/setenv with custom implementation.
 Android: Make timeouts waiting for process to start just depressingly high.
 Android: Speculative fix for Android thread race condition.
 Windows: Ignore windows.storage.dll which spams a huge number of LoadLibrary calls.
 D3D: Fix shader debugging using wrong operand to look up resources in some gather4 opcodes.
 D3D11: Fix handling of RestoreDeferredContextState during capture if state isn't restored.
 D3D12: Add fatal error handling if a map fails during replay.
 D3D12: Add GPU syncs between potential moves of work across different queues.
 D3D12: Fix a bug with incorrect forward reference detection in DXIL.
 D3D12: Fix a discrepancy in DXIL disassembly from dxc.
 D3D12: Fix crash when D3D12 descriptor table is bound off the end of a heap.
 D3D12: Handle some unusually formatted DXIL shaders with missing implicit pointer types.
 OpenGL: Add workaround for Intel bug in pixel history.
 OpenGL: Don't show stencil for non-final fragments.
 OpenGL: Fix pixel history being affected by pixel pack/unpack state.
 OpenGL: Fix pixel history not using full precision depth.
 OpenGL: Fix pixel history on framebuffers that don't have stencil.
 OpenGL: Fix reporting of 10:10:10:2 resource formats.
 OpenGL: Fix some GL pixel history cases where not all events would be replayed correctly.
 OpenGL: Fix state tracking issues in GL pixel history.
 OpenGL: Handle drawbuffers when they aren't simple direct 1:1 with attachments
 OpenGL: Work around nvidia bug with failing GLX query.
 GLES: Fix requiring some proper GL GLSL extensions on GLES for blit shader.
 GLES: Fix use of proper GL function that's not available on GLES.
 GLES: Remove reset notification EGL context attribute preventing context sharing.
 Vulkan: Add fallback for shader feedback on Intel GPUs without int64 support.
 Vulkan: Disable buggy vulkan layers.
 Vulkan: Don't include discard in resource usage until end of renderpass.
 Vulkan: Fix a bug causing present fence extension to crash.
 Vulkan: Fix a missing flush for mapped non-coherent memory.
 Vulkan: Fix a potential GPU timeout on draws with huge number of instances with GS.
 Vulkan: Fix an incorrect use of GetInstanceProcAddr when initialising vkCreateDevice.
 Vulkan: Fix crashes for input structures with builtins.
 Vulkan: Fix depth results for fragments in pixel history.
 Vulkan: Fix detection of scalar packing from only matrix layout.
 Vulkan: Fix pixel history on framebuffers that don't have stencil.
 Vulkan: Fix separate stencil operations being applied properly with dynamic rendering.
 Vulkan: Fix uint/int bindings being broken in custom shader templates.
 Vulkan: Manually check and report depth bounds test in vulkan pixel history.
 Vulkan: Work around further broken Intel occlusion queries in pixel history.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Khem Raj 3f1bdfaaa8 minifi-cpp: Fix build with clang 17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Khem Raj 99149038c3 sblim-sfcc: Fix build with clang17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Ross Burton 7c6c0dc0ec libpaper: remove redundant autoreconf --install
autotools.bbclass already uses --install, so there's no need to pass it
again.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Ross Burton f0eee67662 poppler: fix missing include
Backport a patch to ensure that stdio.h is included before jpeglib.h.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Khem Raj 2c38a555a1 pcp: Fix build race
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-05 10:56:03 -07:00
Khem Raj 47b0452e7c geos: Use cmake directly
configure is a wrapper script around cmake invocations which are
already taken care of by cmake bbclass. e.g. specifying
CMAKE_INSTALL_PREFIX or CMAKE_BUILD_TYPE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-05 10:56:03 -07:00
Ricardo Salveti d755419936 lshw: bump to b4e0673
Relevant changes:
- b4e0673 fix NVMe multipath detection
- e7cde93 NVMe: fix logical name with native multipath

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-05 10:24:49 -07:00
Khem Raj 60027c2fe2 ctags: Extend to build native package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-04 15:04:22 -07:00
Khem Raj 41123b82dd geos: Upgrade to 3.12.0
Drop upstreamed patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-04 13:56:19 -07:00
Khem Raj d79a28bc7f pcp: Update to 6.0.5
- Forward port patches
- Package libpcp-archive.so.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-04 13:22:29 -07:00
Bruce Ashfield 26a65327ef vboxguestdrivers: fix compilation against 6.4 kernel / headers
The vboxguest drivers (vboxsf) fail to build against the 6.4 kernel
due to iovec iterator changes.

This is a port of the gentoo patches (which are picked from the upstream
virtualbox repository) to address the compilation issues.

We obviously can drop these when the next version of the guest additions
is available.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-04 09:20:13 -07:00
Peter Kjellerstedt c4622575ff cppzmq: Move the version to the recipe file name
This allows a versioned bbappend to be used.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 16:21:02 -07:00
Khem Raj 28b86939d5 fbida: Fix build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 12:07:08 -07:00
Wolfgang Meyer 669bed4fae fbida: make fbpdf build optional
Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 11:34:36 -07:00
Wolfgang Meyer 4168e2f853 fbida: SRC_REV bump ac9005b..eb769e3
The new build target fbcon is not built as the dependency libtsm cannot be met.

Changelogs:
eb769e3 clear sb on resize
82cff28 scrollback
ef35479 fbcon: cleanups, resize
a89c23e color tweak, inverse support
ff74e64 some optimizations
3b682fa fixes
94b0a4b update specfile
86da298 use libtsm kbd support
853c1b3 fbcon: switch to libtsm
6d62ddc drop dead code
d4aad4f blit using pixman, drop dirty line tracking
ea92708 fix cairo shadow clear
11ae121 tweak error logging
679347d drm format wireup
fb7fa43 fmt wireup, framebuffer
c2f9a48 format fixups
930713c add gfxfmt, fixes
4ff884b drop drmtools-egl.c
b8e5897 use pixman for image blit+blend
83a73a8 libinput check fix
60fa59d libinput tweaks
0e322a1 dirty fix, parse font name
8d5f8b0 fix pause
b66dd93 use cairo for text rendering
b69070a fix darkify
01a758d drop more line editing support
1e0cead drop line editing support
fe220c2 use cairo for darkify
f1609f4 fix cairo, use cairo for lines
100c5b1 init cairo context for shadow
900255f fix blend
c140de7 drop legacy build system
8b995ae drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24)
8c07498 use cloexec
920879c fbdev support, console switching
9767597 add fbcon session
07b44a5 tweak console switching
620c38f drop -vt option
7fcf29e read keymap from /etc/vconsole.conf
c49dee0 move ansi keys
69d0357 color tweaks
aa62b1b terminal reply
6c289d5 udev device enumeration
2764d42 fill winsize
084cd1b more keys
f73e9dd update spec
541df7d add static
718d175 cursor key support
5a77b52 cache contexts, init font early, autosize terminal
d359a58 add color and cursor rendering
c1da53f add simple, experimental terminal emulator

Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 11:34:36 -07:00
Wolfgang Meyer 2f863abae7 fbida: build with meson
Add meason features options for the PACKAGECONFIG choices. Remove patches that
target the Autotools/gnumake style build.

Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 11:34:36 -07:00
Wolfgang Meyer b0c8cb29a1 fbida: Switch to git fetcher
fbida has not seen any versioned releases for five years even though development
has not stalled. Update to latest commit that builds with the legacy gnumake
style build system ([2019-01-24] ac9005bf0).

Support for lirc, curl, sane, and cairo-gl has been dropped, the corresponding
packageconfigs and dependencies were removed from the recipe. Dependencies to
libinput and udev have been added.

Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-03 11:34:36 -07:00
Khem Raj 3990b23ec7 pidgin-sipe: Add packageconfig to turn Werror on/off
This component has many warnings and is using deprecated libxml2 interfaces
as distros its better to disable Werror, if devs want to enable it then
add the needed packageconfig explicitly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
2023-07-01 07:33:42 -07:00
Khem Raj 0ae88cd387 xcb-util-cursor: Delete recipe
Its moved to core layer now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-01 07:00:27 -07:00
Alex Kiernan d43b337c9f ostree: Upgrade 2023.4 -> 2023.5
Drop upstreamed __off_t patch.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-01 06:54:37 -07:00
Martin Jansa fe5b0235b1 raptor2: backport a fix to build with libxml2-2.11
* fixes:
  ../../raptor2-2.0.16/src/raptor_libxml.c:256:12: error: 'xmlEntity' {aka 'struct _xmlEntity'} has no member named 'checked'
  256 |     if(!ret->checked)
      |            ^~
  ../../raptor2-2.0.16/src/raptor_libxml.c:257:10: error: 'xmlEntity' {aka 'struct _xmlEntity'} has no member named 'checked'
  257 |       ret->checked = 1;
      |          ^~

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-28 13:53:12 -07:00
Martin Jansa 2b375f3f78 pidgin-sipe: allow to build with libxml2-2.11
* deprecated since libxml2-2.11 upgraded in oe-core in:
  https://git.openembedded.org/openembedded-core/commit/?id=24860598ba8557ea3a145f249938ea411f1ef1d8

* avoids:
| ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c: In function 'sipe_xml_parse':
| ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c:220:17: error: 'xmlSAXUserParseMemory' is deprecated [-Werror=deprecated-declarations]
|   220 |                 if (xmlSAXUserParseMemory(&parser, pd, string, length))
|       |                 ^~

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-28 13:53:12 -07:00
Martin Jansa 33c96b7ed8 nodejs: use PIE for host binaries
* mksnapshot is built as host binary, but then gets executed under
  qemu-arm, because for 32bit target we need to run 32bit mksnapshot
  even when building on x86-64 host

* unfortunately since upgrade to qemu-8 in:
  https://git.openembedded.org/openembedded-core/commit/?id=fe8125565af07b73f9b29db2188ecb6e884bcc70

  the mksnapshot fails to execute with:
  LD_LIBRARY_PATH=/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/lib.host:/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/obj.target/v8_snapshot/geni; "/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/v8-qemu-wrapper.sh" "/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/mksnapshot" --turbo_instruction_scheduling "--target_os=linux" "--target_arch=arm" --startup_src "/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/obj.target/v8_snapshot/geni/snapshot.cc" --embedded_variant Default --embedded_src "/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/obj.target/v8_snapshot/geni/embedded.S" --no-native-code-counters

  #
  # Fatal process OOM in Failed to reserve virtual memory for CodeRange
  #

  /OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/node-v18.16.0/out/Release/v8-qemu-wrapper.sh: line 7: 669880 Trace/breakpoint trap   (core dumped) PSEUDO_UNLOAD=1 qemu-arm -r 5.15 -L /OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/recipe-sysroot -E LD_LIBRARY_PATH=/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/recipe-sysroot/usr/lib:/OE/build/oe-core/tmp-glibc/work/cortexa8t2hf-neon-oe-linux-gnueabi/nodejs/18.16.0-r0/recipe-sysroot/lib "$@"

  It was failing only in some of my builds first, in the end
  I was able to narrow the difference between the build where
  it fails and where it doesn't fail to
  require conf/distro/include/security_flags.inc
  then
  GCCPIE = "--enable-default-pie"
  and lastly this PIE enabled just for nodejs to work around
  this issue without downgrading qemu-native.

* using -strace with qemu doesn't help much, just confirms that
  the OOM error message is really caused by failed mmap2:

  --- SIGPROF {si_signo=SIGPROF, si_code=SI_TKILL, si_pid=2908258, si_uid=1026} ---
  clock_gettime64(CLOCK_MONOTONIC,0x407ef640) = 0 ({tv_sec=20187,tv_nsec=678404286})
  rt_sigreturn(0x407efb70) = -1 errno=513 (Successful exit from sigreturn)
  write(3,0x141e538,28) = 28
  write(3,0x141e538,28) = 28
  write(3,0x141e538,32) = 32
  mmap2(0x0097a000,33554432,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE,-1,0) = -1 errno=12 (Cannot allocate memory)
  mmap2(0x0097a000,33554432,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE,-1,0) = -1 errno=12 (Cannot allocate memory)

* diffoscope on this 1.7G binary didn't really help as it got killed by OOMK after a while
  Out of memory: Killed process 1136999 (diffoscope) total-vm:404300108kB, anon-rss:122594688kB, file-rss:512kB, shmem-rss:0kB, UID:1026 pgtables:764240kB oom_score_adj:0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-28 13:53:12 -07:00
Wang Mingyu 27dafe288a psqlodbc: upgrade 13.02.0000 -> 15.00.0000
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu 4d41d1792f libzip: upgrade 1.9.2 -> 1.10.0
Changelog:
===========
* Make support for layered sources public.
* Add `zip_source_zip_file` and `zip_source_zip_file_create`, deprecate `zip_source_zip` and `zip_source_zip_create`.
* Allow reading changed file data.
* Fix handling of files of size 4294967295.
* `zipmerge`: copy extra fields.
* `zipmerge`: add option to keep files uncompressed.
* Switch test framework to use nihtest instead of Perl.
* Fix reading/writing compressed data with buffers > 4GiB.
* Restore support for torrentzip.
* Add warnings when using deprecated functions.
* Allow keeping files for empty archives.
* Support mbedTLS>=3.3.0.
* Support OpenSSL 3.
* Use ISO C secure library functions, if available.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu 0d988a5aca iwd: upgrade 2.5 -> 2.6
Changelog:
==========
  Add support for setting driver specific quirks.
  Add support for disabling power saving mode.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu e1775eb30c cppzmq: upgrade 4.9.0 -> 4.10.0
Changelog:
==========
 message_t::rebuild with string argument, like the constructor #579
 Add DRAFT socket options for libzmq 4.3.2-4 #594
 Add function for adding file descriptor to poller_t #595
 Fix noexcept warnings #581
 Disambiguation from other max functions #578

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Marek Vasut 18bb7ad884 lvgl: Add default input device configuration option
Add the ability to override default touch input device hard-coded into LVGL.
The current default in the code is "/dev/input/event10" for whatever reason,
let user override this. Pick "/dev/input/touchscreen" as the OE default, as
that is more likely to be present on embedded hardware.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Marek Vasut 32905ebacc lvgl: Factor out and unify lv-drivers configuration
The configuration of lv_drivers is the same in lv-drivers and lvgl-demo-fb,
the later just pulls in its own already preconfigured variant of lv-drivers
as git submodule. Pull out the lv-drivers configuration into separate file
lv-drivers.inc, so it can be shared by lv-drivers and lvgl-demo-fb recipes.

Furthermore, as the configuration support in both recipes diverged already,
merge support for both sets of configuration options. This way, lv-drivers
grows support for DRM and SDL backend, and lvgl-demo-fb for WL backend. The
PACKAGECONFIG of each recipe is left unchanged so far to avoid breaking of
existing users.

Note that LVGL_CONFIG_USE_EVDEV is new and activated for both fbdev and drm,
since both of those backends need EVDEV support right now. The libinput input
support is not available yet.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Sandeep Gundlupet Raju d4b37afb7f opencv: Revert fix runtime dependencies
This reverts commit 0abf5af3ff

libopencv-ts package is not empty and libopencv_ts libraries are
not all installed in the -dev package, these libraries are needed
for sdk development listed in opencv4.pc file.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-22 07:49:59 -07:00
Beniamin Sandu 5448c71422 rasdaemon: upgrade to 0.8.0
* drop the strerror_r patch as it's now included
* now builds with out-of-tree libtraceevent

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-22 07:49:59 -07:00
Remi Peuvergne 144bc977c7 zeromq: consider license exception over LGPL-3.0
MJ: v1 was already merged before LGPLv3+ was dropped from LICENSE
based on https://lists.openembedded.org/g/openembedded-devel/message/103320
causing:
ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPLv3+ [obsolete-license]

Signed-off-by: Remi Peuvergne <remi.peuvergne@non.se.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-22 07:49:59 -07:00
Martin Jansa be8c765c7c *.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a

This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).

This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.

This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:

5 (26%) 	meta-xfce
6 (50%) 	meta-perl
15 (42%)        meta-webserver
21 (36%)        meta-gnome
25 (57%)        meta-filesystems
26 (43%)        meta-initramfs
45 (45%)        meta-python
47 (55%)        meta-multimedia
312 (63%)       meta-networking
756 (61%)       meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21 09:15:20 -07:00
Martin Jansa dd2a100449 libgpiod: fix malformed Upstream-Status
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21 07:36:18 -07:00
Martin Jansa a01c94b71b asio: fix malformed Upstream-Status
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21 07:36:18 -07:00
Alex Kiernan 1aaf1023e0 ostree: Upgrade 2023.3 -> 2023.4
Drop upstreamed gpg_strerror_r fix.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-20 23:45:06 -07:00
Khem Raj 63b1dbd093 syzkaller: Upgrade to latest tip of trunk
- Enable cgo with this version
- Fix build with musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 18:41:18 -07:00
Wang Mingyu 39dfcaceba rdfind: upgrade 1.5.0 -> 1.6.0
0001-configure-Fix-check-for-AC_CHECK_LIB.patch
0001-include-standard-headers-limits-and-cstdint.patch
0001-configure.ac-fix-C-11-support-check.patch
removed since they're included in 1.6.0

Changelog:
 add sha512 support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu 22d1293154 redis-plus-plus: upgrade 1.3.8 -> 1.3.9
0001-CMakeLists.txt-fix-substitution-for-static-libs.patch
refresh for new version

Changelog:
===========
    Fix async interface bug
    More built-in commands support for AsyncRedis
    Fix incorrect hiredis static lib dependency when building with TSL
    Breaking change: make HSET related methods return long long instead of bool

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00