oe-depends-dot in Yocto
oe-depends-dot utility analyses recipe-depends.dot file generated by bitbake -g command and provide you with options to Find out why a particular recipe is built means who is including this recipe Find out the dependencies of the particular recipe To use oe-depends-dot utility you need to first generate recipe-depends.dot file E.g. bitbake -g core-image-minimal generates .dot files To find out the dependencies of a particular recipe: E.g. oe-depends-dot -d -k <recipename> recipe-depends.dot $ oe-depends-dot -d -k sed recipe-depends.dot Depends: ncurses db libffi diffutils pseudo-native ptest-runner dwarfsrcfiles-native gawk openssl gettext-native gcc-runtime binutils-cross-x86_64 autoconf-native opkg-utils-native python3 libtool-cross quilt-native zlib base-files sqlite3 m4 bzip2 flex bc rpm-native automake-native cryptodev-linux libtool-native opkg-utils gdbm glibc-locale gnu-config-native make readline xz glibc perl gcc-cross-x86_64 libg...