1 Star 1 Fork 1

CHRIS/fluent-bit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fluent-bit_git.bb 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Eduardo Silva 提交于 2019-01-18 06:08 +08:00 . bitbake: re-work recipe, pull from GIT master
# Fluent Bit - Yocto / Bitbake
# ============================
# The following Bitbake recipe aims to be used as a reference for testing
# or development purposes. This recipe takes Fluent Bit from GIT master
# which is under active development and not suggested for production.
SUMMARY = "Fast Log processor and Forwarder"
DESCRIPTION = "Fluent Bit is a data collector, processor and \
forwarder for Linux. It supports several input sources and \
backends (destinations) for your data. \
"
HOMEPAGE = "http://fluentbit.io"
BUGTRACKER = "https://github.com/fluent/fluent-bit/issues"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
SECTION = "net"
PR = "r0"
PV = "1.1-git"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/fluent/fluent-bit"
S = "${WORKDIR}/git"
DEPENDS = "zlib"
INSANE_SKIP_${PN}-dev += "dev-elf"
# Use CMake 'Unix Makefiles' generator
OECMAKE_GENERATOR ?= "Unix Makefiles"
# Fluent Bit build options
# ========================
# Host related setup
EXTRA_OECMAKE += "-DGNU_HOST=${HOST_SYS} "
# Disable LuaJIT and filter_lua support
EXTRA_OECMAKE += "-DFLB_LUAJIT=Off -DFLB_FILTER_LUA=Off "
# Disable Library and examples
EXTRA_OECMAKE += "-DFLB_SHARED_LIB=Off -DFLB_EXAMPLES=Off "
# Kafka Output plugin (disabled by default): note that when
# enabling Kafka output plugin, the backend library librdkafka
# requires 'openssl' as a dependency.
#
# DEPENDS += "openssl "
# EXTRA_OECMAKE += "-DFLB_OUT_KAFKA=On "
inherit cmake systemd
SYSTEMD_SERVICE_${PN} = "td-agent-bit.service"
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/gouyongchao/fluent-bit.git
git@gitee.com:gouyongchao/fluent-bit.git
gouyongchao
fluent-bit
fluent-bit
master

搜索帮助