【发布时间】:2021-03-29 02:58:41
【问题描述】:
在 yocto bb 中,我看到了这个:
DEPENDS += "unzip-native"
我在以下位置找不到介绍: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html
添加这个的目的是什么?
【问题讨论】:
-
配方依赖于主机编译计算机上的
unzipnative,而不是TARGET(嵌入式板)。
标签: yocto openembedded