如何将枕头和Qrcode添加到Yocto图像中?
我需要将我的Yocto Image Pillow和Qrcode(Python3)添加到我的Yocto图像中,但我有点挣扎。我知道这里有一个食谱,但是每当我尝试添加时,我都会得到以下错误:
rprovides'python3-qrcode'/'python3-pollow'
预先感谢!
I need to add to my yocto image pillow and qrcode (Python3) to my yocto image, Yet i kinda struggle. I know there's arleady a recipe but whenever i try to add i get the following error:
Nothing RPROVIDES 'python3-qrcode'/'python3-pillow'
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
python3-pollow
存在于meta-openembedded/meta-python/coppees-devtools/python
中,但是python3-qrcode
我没有找到它,这是在添加到元安全性中,但我认为他们将其删除。无论如何,如果要将其添加到自定义层,这里是食谱:
python3-pillow
exists inmeta-openembedded/meta-python/recipes-devtools/python
, butpython3-qrcode
I did not find it, it was before added to meta-security but I think they removed it.Anyways, here is the recipe if you want to add it to your custom layer: