aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
AgeCommit message (Collapse)Author
2022-09-11rocksdb: Upgrade to 7.5.3 releaseKhem Raj
Drop upstreamed patches and forward port existing ones Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-26rocksdb: Exclude on ppc/muslKhem Raj
Needs porting Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-14rocksdb: Use new atomic builtins on powerpc as wellKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-06-18rocksdb: Fix build with gcc on rv32 and mipsKhem Raj
__sync_fetch_and_add (64bit) are not impelemented in gcc and clang smartly converts them to __atomic_fetch_add() APIs, so do that manually when using gcc for compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18rocksdb: Implement timer for armv6+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18rocksdb: Implement timer for mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18rocksdb: Fix build with ppc64/muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18rocksdb: Implement toku_time_now function for rv32/rv64Khem Raj
Fixes build utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_time.h:137:2: error: #error No timer implementation for this platform 137 | #error No timer implementation for this platform | ^~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18rocksdb: Upgrade to 6.20.3Khem Raj
Refresh patches Add a fix to build with clang on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>