summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* openwsman: Link with -lm to get floor() definitionKhem Raj2023-07-242-0/+72
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bitwise: Upgrade 0.43 -> 0.50Ramon Fried2023-07-231-1/+1
| | | | | Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: Add patch to fix build with googletest 1.13Gianfranco Costamagna2023-07-232-0/+35
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.0.11 -> 7.0.12Wang Mingyu2023-07-2010-1/+1
| | | | | | | | | | | | | Changelog: ========== -Re-enable downscale rehashing while there is a fork child (#12276) -Fix possible hang in HRANDFIELD, SRANDMEMBER, ZRANDMEMBER when used with <count> (#12276) -Improve fairness issue in RANDOMKEY, HRANDFIELD, SRANDMEMBER, ZRANDMEMBER, SPOP, and eviction (#12276) -Fix WAIT to be effective after a blocked module command being unblocked (#12220) -Avoid unnecessary full sync after master restart in a rare case (#12088) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.9 -> 1.3.10Wang Mingyu2023-07-201-1/+1
| | | | | | | | Changelog: Fix TLS support on async interface Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.12 -> 6.2.13Wang Mingyu2023-07-201-1/+1
| | | | | | | | | Changelogg: ========== Re-enable downscale rehashing while there is a fork child Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: upgrade 1.1.0 -> 1.2.0Wang Mingyu2023-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ##New Features - Add sdevent adapter - Allow specifying the keepalive interval - Add RedisModule adapter - Helper for setting TCP_USER_TIMEOUT socket option ##Bug Fixes - Fix a typo in b6a052f. - Fix wincrypt symbols conflict - Don't attempt to set a timeout if we are in an error state. - Accept -nan per the RESP3 spec recommendation. - Fix colliding option values - Ensure functionality without '_MSC_VER' definition ##Maintenance - Add a test for the TCP_USER_TIMEOUT option. - Add -Werror as a default. - CI: Update homebrew Redis version. - Fix typo in makefile. - Write a version file for the CMake package - CMakeLists.txt: respect BUILD_SHARED_LIBS - Cmake static or shared - fix typo - Add a test ensuring we don't clobber connection error. - Search for openssl on macOS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: Fix install conflict when enable multilib.Wang Mingyu2023-07-141-1/+5
| | | | | | | | | | | | | | | | | | Error: Transaction test error: file /usr/include/libyang/config.h conflicts between attempted installs of libyang-dev-2.1.55-r0.core2_64 and lib32-libyang-dev-2.1.55-r0.i686 The differences of config.h are as follows: @@ -27,8 +27,8 @@ /** plugins */ #define LYPLG_SUFFIX ".so" #define LYPLG_SUFFIX_LEN (sizeof LYPLG_SUFFIX - 1) -#define LYPLG_TYPE_DIR "/usr/lib/libyang/types" -#define LYPLG_EXT_DIR "/usr/lib/libyang/extensions" +#define LYPLG_TYPE_DIR "/usr/lib64/libyang/types" +#define LYPLG_EXT_DIR "/usr/lib64/libyang/extensions" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: update dependenciesMarkus Volk2023-07-101-2/+7
| | | | | | | | - use system bubblewrap and xdg-dbus-proxy instead of building subprojects - fix seccomp PACKAGECONFIG Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwloc: upgrade 2.9.1 -> 2.9.2Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* minifi-cpp: Fix build with clang 17Khem Raj2023-07-073-0/+102
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: Fix build with clang17Khem Raj2023-07-073-81/+81
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.4 -> 2023.5Alex Kiernan2023-07-012-29/+1
| | | | | | | Drop upstreamed __off_t patch. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.9.2 -> 1.10.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-2189-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* ostree: Upgrade 2023.3 -> 2023.4Alex Kiernan2023-06-203-37/+32
| | | | | | | Drop upstreamed gpg_strerror_r fix. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.8 -> 1.3.9Wang Mingyu2023-06-192-8/+8
| | | | | | | | | | | | | | | 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>
* libplist_2.3.0: compile fix for versionPatrick Williams2023-06-172-2/+3
| | | | | | | | | | | | On CentOS9 it can be observed that that PACKAGE_VERSION variable in the configure script ends up having multiple lines, which causes the rest of the package to fail to compile. This has already been fixed upstream and is the commit immediately after the 2.3.0 tag. Rather that backport the patch simply increment the SRCREV to incorporate the fix. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: use the files path correctlyChen Qi2023-06-1410-2/+0
| | | | | | | | | | | | | | | | | | | | | Recipes are not expected to set FILESPATH directly, they are expected to use FILESEXTRAPATH. I can see the seting of FILESPATH in this recipe only wants to find redis-7 specific patches and files. This could be easily achieved by using redis-7.0.11/ directory to hold all those files. Using FILESPATH in this way removes the possibility of overriding some files (e.g., the redis service file) from other layers via FILESEXTRAPATH:prepend, which is kind of a common practice and is actually working for basically all other recipes. This is because we have: meta/classes-global/base.bbclass:FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" And FILESEXTRAPATH is handled in base_set_filespath. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqb: upgrade 2.0.6 -> 2.0.7Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== lib: Fix some small bugs spotted by newest covscan (#471) ipc: Retry receiving credentials if the the message is short (#476) timer: Move state check to before time check (#479) tests: Close race condition in check_loop (#480) blackbox: fix potential overlow/memory corruption (#486) tests: Make ipc test more portable (#466) tests: cleanup the last of the empty directories (#467) doxygen2man: Fix function parameter alignment (#468) tests: Fix tests on FreeBSD-devel (#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (#482) tests: allow -j to work (#485) Update -version info for 2.0.7 Add --disable-tests option (#475) configure: Modernize configure.ac a bit (#470) spec: Migrate to SPDX license (#487) add simplified chinese readme (#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472) strlcpy: avoid compiler warning from strncpy (#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix build with lld linkerKhem Raj2023-06-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix build errors found with lld linkerKhem Raj2023-06-142-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: apply rename of genivi to covesaAlexander Mohr2023-06-051-3/+3
| | | | | | | | On october 5th 2021 genivi was rebranded to covesa. This commit applies this name change to the recipe of dlt-daemon Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add soup3 PACKAGECONFIG, rename soup to soup2Alex Kiernan2023-05-301-3/+4
| | | | | | | | | | | libsoup3 is now supported by ostree, add `soup2` to select the deprecated libsoup2 library and `soup3` for libsoup3. Drop `--disable-glibtest` from PACKAGECONFIG as it does nothing (nor does it appear to have ever done anything). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minio: Ignore from world buildsKhem Raj2023-05-281-0/+3
| | | | | | Needs fixing with go 1.20.4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libleak: Upgrade to 0.3.6Khem Raj2023-05-262-10/+8
| | | | | | | | | Do not overwrite cflags when calling make on libwuya Fixes WARNING: libleak-1.0+gitAUTOINC+ea2bb608ae-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libleak.so in package libleak-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sgpio: Pass CFLAGS to makeKhem Raj2023-05-261-0/+1
| | | | | | Ensures all compiler options are passed to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2023.2 -> 2023.3Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re '.PHONY' Add clang formatting infrastructure lib: clang-format 'ostree.h' tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads fetcher: add libsoup3 backend lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add 'make localinstall' lib/sysroot-deploy: Add experimental support for automatic early prune configure: post-release version bump lib/fetcher: Add some debugging messages to the libsoup request path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Remove references to buildpaths in generated filesKhem Raj2023-05-251-0/+6
| | | | | | | | | | | bison/flex emits line directives which can be safely removed from generated files. agent_version.h is generated by cmake which has build information like compiler and cflags etc. which contains buildpaths too, therefore replace real workdir with <WORKDIR> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* beep: remove unused linux-input.patchMartin Jansa2023-05-241-155/+0
| | | | | | | | * it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=19c244dd39b9896eed9d7d8a2a033e60839cff86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: remove redundant FILES:${PN}-dbgRoss Burton2023-05-231-6/+0
| | | | | | | | These files will be automatically packaged so there's no need to package them manually. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: build against libusb1Ross Burton2023-05-232-22/+57
| | | | | | | | | Build against the maintained libusb1 instead of the obsolete libusb-compat. Update the patch to use pkg-config so that it does the correct linkage too. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: add ptestPeter Bergin2023-05-232-3/+26
| | | | | | | | | | | | | | | Use internal test from hiredis project as ptest. If ptest is in DISTRO_FEATURES tests are enabled default but can be handled individually through PACKAGECONFIG. Test config 'testssl' requires 'ssl' option but is not enabled default as the redis recipe does not build it with ssl support. Tested on qemux86_64 and qemuarm64. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: change dependency to redisPeter Bergin2023-05-231-1/+2
| | | | | | | | | | hiredis package builds fine without the dependency to redis. Using hiredis on target without redis is quite useless and instead adding redis as a run-time dependency. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: uprev to 1.1.0Peter Bergin2023-05-231-4/+5
| | | | | | | | | | | | Upgrade to revision 1.1.0. Make use of PACKAGECONFIG to configure ssl support. In version 1.1.0 the library is built as both dynamic and static. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: uprev to 1.3.8Peter Bergin2023-05-232-39/+1
| | | | | | | | Removed patch now applied upstream. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: introduce fix for library detectionPeter Bergin2023-05-232-1/+47
| | | | | | | | | | | When building static library a substitution for library name was bad. Reported in https://github.com/sewenew/redis-plus-plus/issues/486 and detected when building new version of hiredis that also builds a static library. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: clean up recipe and make use of packageconfigPeter Bergin2023-05-231-9/+11
| | | | | | | | | | | Remove unneeded statements in the code. Align with style guide. Introduce PACKAGECONFIG for ssl and test. Remove QA warning. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Fix references to TMPDIRKhem Raj2023-05-233-0/+158
| | | | | | | | | Pass CFLAGS from environment Fixes WARNING: uml-utilities-20040406-r1 do_package_qa: QA Issue: File /usr/lib/uml/.debug/port-helper in package uml-utilities-dbg contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockfile-progs: Pass DEBUG_PREFIX_MAP optionsKhem Raj2023-05-231-1/+1
| | | | | | | | | | This recipe overrides normal CFLAGS which loses the prefix rewrite options, add them manually. Fixes File /usr/bin/.debug/mail-lock in package lockfile-progs-dbg contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: add autoconf-archive-native DEPENDSRoss Burton2023-05-201-1/+1
| | | | | | | | This can be satisfied via transitive dependencies, but make it an explicit DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: clean up DEPENDSRoss Burton2023-05-201-2/+4
| | | | | | | | | | | | If you try to build libblockdev with an empty PACKAGECONFIG then the configure fails. Add autoconf-archive, glib-2.0, and udev; these were implicitly pulled in via other dependencies. Move kmod to DEPENDS as it's a hard requirement. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: add PACKAGECONFIG for toolsRoss Burton2023-05-201-2/+3
| | | | | | | | | Add another PACKAGECONFIG for the tools option. As this builds a binary in what is primarily a library package, also inherit lib_package so the tools are packaged in libblockdev-bin. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: don't hardcode /usr/lib in do_installMartin Jansa2023-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | * I don't know anything about etcd including why we need these binaries duplicated in libdir and bindir, but use ${libdir} instead of hardcoded /usr/lib to fix do_install with multilib enabled when libdir is /usr/lib64 and it was failing with: DEBUG: Executing shell function do_install ls: cannot access 'etcd/3.5.7-r0/build/bin/linux_arm64/': No such file or directory install: cannot stat 'etcd/3.5.7-r0/image/usr/lib/go/src/go.etcd.io/etcd/v3/bin/etcd': No such file or directory WARNING: exit code 1 from a shell command. * the error from ls is unrelated, fixed in: https://lists.openembedded.org/g/openembedded-core/message/181269 * also reported on github: https://github.com/openembedded/meta-openembedded/pull/616 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdivecomputer: upgrade 0.7.0 -> 0.8.0Wang Mingyu2023-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== New features: ------------ * Add support for new backends: - excursion: Deep Six Excursion, Crest CR-4, Genesis Centauri, Tusa TC1, Scorpena Alpha - screen: Seac Screen and Action - cosmiq: Deepblu Cosmiq+ - s1: Oceans S1 - freedom: Divesoft Freedom and Liberty * Add support for some new devices: - Aqualung: i200C - Cressi: Donatello, Michelangelo, Neon - Mares: Puck Pro + - Oceanic: Geo Air - Ratio: iX3M 2 - Scubapro: G2 TEK - Shearwater: Petrel 3, Perdix 2 - Sherwood: Amphos Air 2.0 * Add support for parsing the decompression model * Add a public api to configure the depth calibration * Add a public api to configure the clock synchronization * Add a basic Android build system Removed/changed features: --------------------------- * Migrate to Visual Studio 2013 (or newer) * Move the Visual Studio project to the contrib directory Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: Inherit missing features_checkKhem Raj2023-05-121-1/+1
| | | | | | Its needed for ensuring the systemd distro feature Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: add systemd unit support for clusteringojayanth2023-05-123-1/+29
| | | | | | | | | | | | | | | | | Refer https://etcd.io/docs/v3.5/op-guide/clustering/ for etcd clustering design background details. etcd-new.service triggers only, when the config file available in the specified path. This generic serive helps to start etcd cluster based on the project specific use cases and config files. etcd-new.service only required to run on initial setup or new node add into the existing cluster. All other use cases use regular etcd.service to start etcd with existing cluster configuration. Signed-off-by: ojayanth <ojayanth@in.ibm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: systemd unit support to start existing etcd nodeojayanth2023-05-123-1/+64
| | | | | | | | | Added etcd service and configuration file support to start etcd service with existing cluster configuration. Change-Id: Ia52bbf20fd1951aa76184da54af94231d2324888 Signed-off-by: ojayanth <ojayanth@in.ibm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcbor: Add initial supportJun Nie2023-05-111-0/+14
| | | | | | | To handle the general-purpose schema-less binary data format Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.11 -> 6.2.12Changqing Li2023-05-111-1/+1
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>