summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* libjxl: Upgrade to 0.11.1Khem Raj23 hours1-1/+5
| | | | | | Use -fno-integrated-as with clang on arm architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.11 -> 8.4.12Jason Schonberg23 hours1-1/+1
| | | | | | | | | This is just a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.4.12 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Include cstdlib in fmt for free/mallocKhem Raj4 days2-0/+39
| | | | | | This helps in compiling with clang-21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Upgrade to 0.6.13 releaseKhem Raj4 days1-3/+3
| | | | | | Fixes build with clang-21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bcc: Fix build with LLVM/Clang 21Khem Raj4 days2-0/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 7zip: Disable WerrorKhem Raj4 days2-7/+32
| | | | | | | Clang-21 finds more warnings, its a constant fight, lets disable warning as errors and let upstream handle it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snapper: update 0.11.2 -> 0.12.2Markus Volk5 days3-78/+9
| | | | | | | | - remove patches that were added upstream - fix reproducibility issues Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.18.0 -> 22.19.0Jason Schonberg5 days3-2/+2
| | | | | | | | | | License-Update: Add sonic-boom under MIT License https://github.com/nodejs/node/commit/0edf17198fe118c6cc39746feb8707a91d739f94 Changelog: https://github.com/nodejs/node/releases/tag/v22.19.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: Add sysvinit supportNuno Sá5 days1-1/+3
| | | | | | | | Libiio can also be built with a sysvinit init script. Hence, enable it as iiod still runs on some system running sysvinit init scripts. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: Add hwmon supportNuno Sá5 days1-1/+2
| | | | | | | | | | | Libiiop now supports controlling Hardware Monitoring devices. Hence add that as a new PACKAGECONFIG. Given that the upstream project enables it by default, let's keep the same behavior in here. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: handle missing -64.h headersNylon Chen5 days1-1/+10
| | | | | | | | | | Some toolchains ship only bits/*.h without the -64.h suffix, causing the recipe to fail. Add a fallback to use *.h if *-64.h is not found, and warn if neither exists. Signed-off-by: Nylon Chen <nylon.chen@sifive.com> Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: Build vendored hdr_histogram fpconvKhem Raj7 days1-1/+1
| | | | | | | | | | | | | | This fixes a build race which is seen with high parallel builds ( -j 80) Fixes aarch64-yoe-linux-clang: error: no such file or directory: '../deps/hdr_histogram/libhdrhistogram.a' aarch64-yoe-linux-clang: error: no such file or directory: '../deps/hdr_histogram/libhdrhistogram.a' aarch64-yoe-linux-clang: error: no such file or directory: '../deps/fpconv/libfpconv.a' make[1]: *** [Makefile:431: redis-benchmark] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:407: redis-server] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Upgrade to 7.2.0Khem Raj7 days2-31/+1
| | | | | | Drop c23 std compile time fix, its already upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: fix generated LibVNCServerTargets.cmakeMarc Ferland7 days1-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The currently generated LibVNCServerTargets.cmake will include the following 'set_target_properties': set_target_properties(LibVNCServer::vncclient PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" INTERFACE_LINK_LIBRARIES "systemd;/usr/lib/libz.so;/usr/lib/liblzo2.so;/usr/lib/libjpeg.so;/usr/lib/libgcrypt.so;/usr/lib/libgnutls.so" ) INTERFACE_LINK_LIBRARIES here points to absolute paths which hardcodes the library paths. From CMake doc [1]: Note that it is not advisable to populate the INTERFACE_LINK_LIBRARIES of a target with absolute paths to dependencies. That would hard-code into installed packages the library file paths for dependencies as found on the machine the package was made on. This breaks krfb build (kde desktop sharing server) since CMake cannot find these libraries. Removing the absolute paths solves the issue. Note: I also added a 'inherit pkgconfig' since libvncserver uses it to detect libsystemd presence. 1: https://cmake.org/cmake/help/latest/prop_tgt/INTERFACE_LINK_LIBRARIES.html Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* softhsm: switch source to GitHub repositoryJiaying Song7 days1-2/+2
| | | | | | | | The original source URL is unavailable, so it has been replaced with the official GitHub repository. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig: switch source to GitHub repositoryJiaying Song7 days1-3/+2
| | | | | | | | | The original tarball URL no longer provides version 1.7.3 or any other historical releases.To ensure reproducible builds, the source has been switched to the official GitHub repository. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: add bindir to SYSROOT_DIRSMarc Ferland8 days1-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required in order to build krdp (KDE's remote desktop integration). The do_configure task for krdp expects both 'winpr-makecert3' and 'winpr-hash3' to be present, failure to do so results in: | CMake Error at /path/to/krdp/6.4.4/recipe-sysroot/usr/lib/cmake/WinPR3/WinPRTargets.cmake:98 (message): | The imported target "winpr-makecert" references the file | | "/path/to/krdp/6.4.4/recipe-sysroot/usr/bin/winpr-makecert3" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | "/path/to/6.4.4/recipe-sysroot/usr/lib/cmake/WinPR3/WinPRTargets.cmake" | | but not all the files it references. | | Call Stack (most recent call first): | /path/to/krdp/6.4.4/recipe-sysroot/usr/lib/cmake/WinPR3/WinPRConfig.cmake:44 (include) | /path/to/krdp/6.4.4/recipe-sysroot-native/usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) | /path/to/krdp/6.4.4/recipe-sysroot/usr/lib/cmake/FreeRDP3/FreeRDPConfig.cmake:2 (find_dependency) | CMakeLists.txt:45 (find_package) | | | -- Configuring incomplete, errors occurred! Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* passwdqc: correct the SRC_URIJiaying Song8 days1-1/+1
| | | | | Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rapidjson: Upgrade to tip of trunkKhem Raj12 days2-44/+2
| | | | | | | | | Fixes its cmake files to work with cmake4 consumed by other cmake based packages Drop backport for CMake4 compatibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: Link with libatomic on riscv32Khem Raj13 days1-0/+3
| | | | | | 64-bit builtins for atomics are not provided by compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Link with libatomic on riscv32Khem Raj13 days1-0/+3
| | | | | | 64-bit builtins for atomics are not provided by compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: changed SRC_URI to github + added UPSTREAM_CHECKJan Vermaete13 days1-1/+5
| | | | | | | | | | | - added HOMEPAGE - downloads are now from github "Stable releases are available on our releases page on github, where you can find more information about each release. All releases are also mirrored on the old downloads page on sourceforge." @see: https://freeglut.sourceforge.net/ - fixed 'devtool check-upgrade-status' Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: upgrade 3.114 -> 3.115Wang Mingyu13 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: upgrade 3.12.2 -> 3.13.5Wang Mingyu13 days1-2/+2
| | | | | | | | | | | | | | License-Update: Copyright year updated to 2025 Changelog: ============ - yanglint extension-instance YANG data validation support - compatibility fixes for FreeBSD - minor LYB data format improvements - lots of other bugfixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl3: upgrade 3.2.18 -> 3.2.20Wang Mingyu13 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.8.1 -> 3.8.2Wang Mingyu13 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Use foldspaces to remove extraneous spaces. - Also minimize fullscreen windows when clicking on a task button. Document the minimization feature of task buttons and the Ctrl modifier. - Fix for keeping a menu inside the screen area. - Fixes for adjusting the workarea when moving/sizing a do-not-cover window - Fix to resize maximized windows when workarea grows and fix to recompute the workarea when a dock exits - Don't synchronize with icewm after _NET_WORKAREA changes as it slows icewm down. - Fix typo - When the workarea changes, adjust the positions of all desktop icons. - Drop excessive use of square brackets around double quotes. - Improve the abstractions for the doNotCover computation inside updateWorkAreaInner. - Add new "switchmenu" and "print" actions to icesh to use icesh in a "switchkey" definition in the "keys" file. - Make the -Z filter work on non-Linux. - Add mlterm for OpenBSD. - Explain Dock layer. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: upgrade 1.2.0 -> 1.3.0Wang Mingyu13 days2-27/+9
| | | | | | | | 0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch refreshed for 1.3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 13.1.1 -> 13.1.2Wang Mingyu13 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ### Changed - 'DFLT_GVPRPATH', a '$PATH'-like variable that gvpr uses to locate user-referenced files, is now computed at runtime instead of build time. This removes a barrier to relocating a Graphviz installation from one directory to another. - In the CMake build system, whether GDK-dependent components are built or not can now be controlled by the '-DWITH_GDK={AUTO|ON|OFF}' option. #2714 ### Fixed - Gvedit and Smyrna on MinGW can now correctly locate their supporting runtime data directories. - The gvpr options '-v' for printing verbose messages is documented. This has been supported since Graphviz 2.30 but undocumented. - When using the CMake build system, 'DFLT_GVPRPATH' is no longer incorrectly missing a ".:" prefix. - On macOS, processing graphs involving URLs with the Quartz plugin is once again possible. Previously this would crash. This was a regression in Graphviz 13.0.1. #2712 - In gvpr, updating a map or deleting items from the map no longer triggers a use-after-free. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20250727.0 -> 6.2.20250810.0Wang Mingyu13 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 17.5 -> 17.6Yogita Urade13 days2-5/+5
| | | | | | | | | | | | | | | Includes fix for CVE-2025-8713, CVE-2025-8714, CVE-2025-8715 License-Update: Align organization wording in copyright statement Changelog: https://www.postgresql.org/docs/release/17.6/ Refreshed 0003-configure.ac-bypass-autoconf-2.69-version-check.patch for 17.6 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* signing.bbclass: create env with 0x600Johannes Schneider13 days1-1/+2
| | | | | | | | | | | | The env file holds the PKCS#11 uris, which include the pin to access the database - in plaintext. Directly create the file (after it has been remove) with the proper 'user RW only' permissions, to give only the build-user access to this somewhat "security sensitive" file. Note that the softhsm/sqlite3.db* is already 0x600. Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.10 -> 8.4.11Jason Schonberg14 days1-1/+1
| | | | | | | | | | | This is just a bug fix release. Integer overflows, segmentation faults and memory leaks. Changelog: https://www.php.net/ChangeLog-8.php#8.4.11 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glm: add nativesdk to BBCLASSEXTENDRandolph Sapp14 days1-1/+1
| | | | | | | | This is a header only package. It may be useful to the native machine but it is definitely useful for the nativesdk machine. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: enabled traced_perf by compiling with clangEtienne Cordonnier2025-08-181-0/+3
| | | | | | | | | | | | | | | | | | | | traced_perf is required for using e.g. callstack_sampling, see https://perfetto.dev/docs/getting-started/cpu-profiling Tested on qemu: Starting perfetto using a configuration which uses `callstack_sampling` starts traced_perf as a side-effect when perfetto is compiled with clang: ``` root@qemux86-64:~# tracebox --txt -c /tmp/config.pbtxt -o /tmp/perfetto-trace.pb & root@qemux86-64:~# ps -eo pid,cmd | grep tracebox 529 tracebox --txt -c /tmp/config.pbtxt -o /tmp/perfetto-trace.pb 530 /usr/bin/tracebox traced 533 /usr/bin/tracebox traced_probes --reset-ftrace 536 /usr/bin/tracebox traced_perf ``` Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: upgrade 47.0 -> 51.2Etienne Cordonnier2025-08-188-201/+34
| | | | | | | Release Notes: https://github.com/google/perfetto/releases/tag/v51.2 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gitpkgv.bbclass: inspect repository in UNPACKDIRGyorgy Sarvari2025-08-181-5/+20
| | | | | | | | | | | | | | | | When BB_GIT_SHALLOW = "1" is used, the unpacked gir repository doesn't exist in the download folder, and the class isn't able to inspect the details of the repository. Instead inspect the repository it the UNPACKDIR. Beside this, since BitBake fetcher performs an actual initial shallow clone of the repository when this feature is enabled, it is not possible to determine the exact number of commits. Add a warning about this. Reported-by: WXbet <WXbet@proton.me> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-hardening-checker: upgrade to 0.6.10.2Michael Opdenacker2025-08-181-3/+4
| | | | | | | | | | | | | Major upstream changes (not a minor release update in terms of features): - RISCV support - New "-a" option: autodetect and check the security hardening options of the running kernel You can now just run "kernel-hardening-checker -a" - Require Python 3.9 - Replace setup.py by pyproject.toml - Many fixes and new features Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Fix build when using x86-64-v3 tuneKhem Raj2025-08-141-0/+1
| | | | | | | | | | | | | | | | | | | Fixes | ../sources/rocksdb-9.10.0/util/crc32c.cc:553:21: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul | 553 | const auto res0 = _mm_clmulepi64_si128(crc0_xmm, multiplier, 0x00); | | ^ | /mnt/b/yoe/master/build/tmp/work/x86-64-v3-yoe-linux/rocksdb/9.10.0/recipe-sysroot-native/usr/lib/clang/21/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128' | 45 | ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \ | | ^ | ../sources/rocksdb-9.10.0/util/crc32c.cc:555:21: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul | 555 | const auto res1 = _mm_clmulepi64_si128(crc1_xmm, multiplier, 0x10); | | ^ | /mnt/b/yoe/master/build/tmp/work/x86-64-v3-yoe-linux/rocksdb/9.10.0/recipe-sysroot-native/usr/lib/clang/21/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128' | 45 | ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \ | | ^ | 2 errors generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syzkaller: Add nativesdkStefan Wiehler2025-08-142-4/+23
| | | | | Signed-off-by: Stefan Wiehler <me@sephalon.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syzkaller: Upgrade to latest tip of trunkStefan Wiehler2025-08-146-146/+180
| | | | | | | | | | | | | | | | | | - All patches have been upstreamed - Add Go module dependencies to allow offline builds since upstream does not vendor them into the repo anymore - In accordance to upstream, disable cgo as we are unable to compile with it on all supported architectures; in addition, remove -linkshared and -buildmode=pie as it requires external (cgo) linking (the latter only on ARM and x86). Binary size hardly matters here as syzkaller is unlikely to be shipped in a production environment. - Add missing metadata and comply with style guide - Mark musl as incompatible as it does not provide the Memory Protection Keys API; in addition, there seems to be no intention from upstream to support anything besides glibc Signed-off-by: Stefan Wiehler <me@sephalon.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: Delete unused ↵Khem Raj2025-08-131-43/+0
| | | | | | | | 0001-utf8_range-add-version-marker-to-library-19009.patch It is already present in 31.1 release anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Upgrade to 3.9.1Khem Raj2025-08-133-46/+45
| | | | | | | | | Drop patch since its fixed by [1] in 3.9.1 Add a patch to fix new warning seen with gcc 15.2 [1] https://github.com/rurban/safeclib/issues/125 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ktx-software: Disable AVX on x86_64Khem Raj2025-08-131-0/+3
| | | | | | | When using x86-64-v3 AVX gets enabled by default and this does not work well with ktx dependencies e.g. basisu Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 7zip: upgrade 24.09 -> 25.01Peter Marko2025-08-131-2/+3
| | | | | | | | | | | Handles CVEs: * 25.00: CVE-2025-53816, CVE-2025-53817 * 25.01: CVE-2025-55188 License-Update: copyright years refreshed Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Adjust ptests for UNPACKDIR changesKhem Raj2025-08-131-4/+4
| | | | | | | | | Location of S have moved under UNPACKDIR and this needs to reflect in ptest install structure as some of tests access the sourcedirs relative to itself during run, these locations are built into tests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: Fix build with latest python 3.14Khem Raj2025-08-132-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes FAILED: [code=1] src/vulkan/utils_gen.c /home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/recipe-sysroot-native/usr/bin/meson.real -- ↪ internal exe --unpickle /home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/build/meson-private/ ↪ meson_exe_nativepython3_7e48a7413404982655e79073cf3065c6194271bf.dat while executing ['/home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/recipe-sysroot-native/usr/bin/ ↪ nativepython3', '../sources/libplacebo-7.351.0/src/vulkan/utils_gen.py', '/usr/share', '/home/kraj200/yoe/build/tmp/work/ ↪ riscv64imafdc-yoe-linux/libplacebo/7.351.0/recipe-sysroot/usr/share/vulkan/registry/vk.xml', 'src/vulkan/utils_gen.c'] --- stdout --- --- stderr --- Traceback (most recent call last): File "/home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/build/../sources/libplacebo-7.351.0/src/ ↪ vulkan/utils_gen.py", line 205, in <module> registry = VkXML(ET.parse(xmlfile)) File "/home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/build/../sources/libplacebo-7.351.0/src/ ↪ vulkan/utils_gen.py", line 50, in __init__ super().__init__(*args, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/kraj200/yoe/build/tmp/work/riscv64imafdc-yoe-linux/libplacebo/7.351.0/recipe-sysroot-native/usr/lib/python3.13/ ↪ xml/etree/ElementTree.py", line 527, in __init__ raise TypeError('expected an Element, not %s' % type(element).__name__) TypeError: expected an Element, not ElementTree Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-repart-native: clean up dependenciesDan McGregor2025-08-131-2/+2
| | | | | | | | | | Specify -native versions of dependencies. These were satisfied transitively through other dependencies, but we should specify them explicitly. It also removes dependencies on the target system for a native recipe. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: backport a patch for a memory leakJason Schonberg2025-08-102-0/+22
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-repart: Fix build after S moved into UNPACKDIRDan McGregor2025-08-091-2/+0
| | | | | Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* simpleiot: Add recipeKhem Raj2025-08-093-0/+346
| | | | | | | simpleiot is a framework used to manage edge devices Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Cliff Brake <cbrake@bec-systems.com>