简体   繁体   English

如何在基于Yocto的系统上安装host命令

[英]How can I install the host command on a Yocto based system

On my system nsloookup is installed. 在我的系统上安装了nsloookup But I want to install the host command tool. 但是我想安装host命令工具。

I haven't found the host Tool under receipes of openembedded. 我还没有在openembedded的食谱下找到host工具。

Does I have missed something? 我错过了什么吗? How Can I install the host tool on my yocto system? 如何在yocto系统上安装host工具?

As the comment of jku: 作为jku的评论:

IMAGE_INSTALL_append = " bind-utils"

will install the host Tool on the yocto image. 将在yocto映像上安装主机工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过将每个命令分配给线程来在C ++中同时执行linux系统命令? - How can I execute linux system commands at same time in C++ by assigning each command to threads? 如何在Android中发现RaspberryPi主机地址 - How can I discover a RaspberryPi Host-Address in Android 如何从外部主机(mac)连接到docker - how can I connect to a docker from the outside host machine (mac) 如何从主机访问 Kubernetes 集群? - How can I access the Kubernetes Cluster from Host machine? 如何重新加载系统守护程序? - How can I reload a system daemon? 使用Vagrant,如何从主机操作系统的Web浏览器访问apache虚拟主机 - Using Vagrant, how can I access an apache virtual host from the host OS's web browser 我可以在不使用system()命令的情况下在C中读/写路由表吗? - can I read/write the routing table in C without using system() command? 如何从代理后面在 Ubuntu 上安装 electronjs? - How can I install electronjs on Ubuntu from behind a proxy? 如何同步两部或更多Android手机的系统时钟? - How can I sync the system clocks of two or more android phones? 如何在远程启动其他系统上的应用程序? - How can I start an application on a different system remotely?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM