YOCTO 如何从 github 安装第 3 方库 (RASPICAM)

YOCTO how to install 3rd party library(RASPICAM) from github

我想在yocto项目中安装raspicam库,但是找不到.bb文件,自己写内容。

https://github.com/cedricve/raspicam

我想为这个 repo 中的库创建 .bb 文件。如何写入bb文件的内容?

你可以试试下面的方法

继承pkgconfig cmake

RDEPENDS_${PN} = "
用户空间

视情况而定 = "
用户空间

SRCREV = "${AUTOREV}" SRCBRANCH = "主人" SRC_URI = "git://github.com/cedricve/raspicam.git;protocol=https;branch=${SRCBRANCH} "

S = "${WORKDIR}/git"