小编Ahm*_*rim的帖子

如何在 Yocto build 中添加第三方库作为包

我有一个并不出名的库,并且没有可用于此库的包 https://github.com/dailab/libsml通常我通过执行make install
如何在我的设备上安装此库如何将此库作为包添加到我的发行版中Linux的。就像我可以python在我的local.conf

我的 local.conf 看起来像这样

MACHINE ?= "phyboard-regor-am335x-1"

DISTRO ?= "yogurt"

# The following line disables the autostart of the phytec-qtdemo by
# default, but you can start the demo anytime using
#  $ systemctl start phytec-qtdemo.service
#SYSTEMD_AUTO_ENABLE_pn-phytec-qtdemo = "disable"

# That are the default values of bitbake.  Adapt these to your workspace and
# host preferences.
#DL_DIR = "${TOPDIR}/downloads"
#SSTATE_DIR = "${TOPDIR}/sstate-cache"

# License Handling
#  - Uncomment for i.MX6 proprietary GPU …
Run Code Online (Sandbox Code Playgroud)

embedded build-system bitbake yocto

4
推荐指数
1
解决办法
2563
查看次数

标签 统计

bitbake ×1

build-system ×1

embedded ×1

yocto ×1