【发布时间】:2018-09-10 20:15:11
【问题描述】:
我使用 yocto(core-image-minimal) 构建了图像。我需要“libtinfo”库来运行我的应用程序,但它不是 rootfs 的一部分。
我可以看到该库已构建并在“cortexa7hf-neon-poky-linux-gnueabi”文件夹下可用,但它在 rootfs 中不可用。我已使用 IMAGE_INSTALL_append 添加。
我的疑问是,如果 rootfs(core-image-minimal) 不需要该库,则不应构建它。
yocto 为什么要建立那个库? libudev 库也观察到了类似的行为。
【问题讨论】:
标签: yocto