Reputation: 87
I built a yocto image (for rpi) but I can't use getconf command. it said command not found.
How can I add getconf to my image ?
Upvotes: 1
Views: 1910
Reputation: 4063
I tried answering you on IRC but you disappeared to quickly.
$ oe-pkgdata-util find-path /usr/bin/getconf
glibc-utils: /usr/bin/getconf
Install glibc-utils.
Upvotes: 2