summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/influxdb/influxdb
Commit message (Collapse)AuthorAgeFilesLines
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-02-241-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Fix build with Go 1.17 on x86_64Khem Raj2021-12-012-6/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Generate checksums for term moduleKhem Raj2021-02-241-0/+11
| | | | | | | | go 1.16 does no longer regenrate them with go list command intentionally, Therefore add the replacement repo checksums to go.sum Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Fix build on mipsKhem Raj2021-01-111-0/+20
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
* influxdb: add new recipeThomas Perrot2021-01-112-0/+821
InfluxDB is a time series database designed to handle high write and query loads. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>