summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* fluentbit Upgrade to 1.3.5 -> 1.9.6Paulo Neves2022-08-061-69/+0
| | | | | Signed-off-by: Paulo Neves <ptsneves@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Disable systemd support when systemd distro feature is disabledKhem Raj2022-04-251-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix build with usrmerge distro featureKhem Raj2022-04-251-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-6/+6
| | | | | | | | | | 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>
* fluentbit: Fix SIGSEGV caused by using flb_free instead of mk_mem_freeRamon Fried2021-02-091-1/+3
| | | | | Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix systemd input pluginRamon Fried2021-02-091-0/+2
| | | | | | | | | Because of missing dependency of systemd, Cmake configure step didn't find systemd and skipped the systemd input plugin. Added necessary dependency if systemd is available. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Link with libatomic on riscv32Khem Raj2020-11-161-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Disable LTOKhem Raj2020-11-091-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | gcc10+ defaults to -fno-common and fluentbit does not compile with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Don't inherit 'features_check' in recipes that don't utilize itJacob Kroon2020-06-101-1/+1
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Link with libatomic on riscvKhem Raj2020-01-281-0/+2
| | | | | | | | | | | | jemalloc uses libatomic functions Fixes ../lib/libjemalloc_pic.a(extent_dss.pic.o): in function `extent_dss_extend ing_start': | /usr/src/debug/fluentbit/1.3.5-r0/fluent-bit-1.3.5/lib/jemalloc-5.2.1/src/extent_dss.c:75: undefined reference to `__atomic_compare _exchange_1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix build on powerpcKhem Raj2020-01-161-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.3.5Khem Raj2019-12-311-0/+55
Sync recipe with the one in sourcecode Record Accessor feature requires Flex and Bison fts dependency is needed on musl Delete cmake_multilib.patch its fixed upstream Use builtin nan funciton to avoid linking with libm Signed-off-by: Khem Raj <raj.khem@gmail.com>