使用 Yocto 安装 jvm 文件



尝试将JVM文件安装到rootfs中,但看到以下错误:

--> Starting dependency resolution
--> Finished dependency resolution
Error: 
Problem: conflicting requests
- nothing provides libgif.so.7()(64bit) needed by jvm-1.0-r0.aarch64
- nothing provides libjpeg.so.62()(64bit) needed by jvm-1.0-r0.aarch64
- nothing provides libjpeg.so.62(LIBJPEG_6.2)(64bit) needed by jvm-1.0-r0.aarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best c 
candidate packages) 
ERROR: core-image-minimal-1.0-r0 do_rootfs: 
ERROR: core-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs

它只是自定义配方文件 jvm.bb 编译良好,但在安装到 rootfs 时看到问题。

有解决方法吗?

嗨,您是否尝试跳过文件部门到 jvm 配方

SKIP_FILEDEPS:${PN} = '1'

最新更新