-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bob build depend relation #4
Comments
You can list the configured dependencies of the busybox package with What you see in the build output above is that there are further forwarded dependencies, namely vexpress/sandbox::debian-8.2-x86 (the sandbox), vexpress/toolchain::arm-linux-gnueabihf (the target toolchain) and vexpress/toolchain::x86 (the host toolchain). There is currently no switch to This forwarding only applies to tools, that is recipes that have a |
Thank you for your detail reply firstly. Yeah. Actually, the real dependencies of one recipe can divide into two types. |
Yes, this should be added to Bob to be able to show the forwarded depenencies too. I've opened a ticket to track this missing feature: BobBuildTool/bob#187. |
Dear Author:
Hi, I was confused with problem below.
I get result below by typing command
bob build vexpress/initramfs/busybox
on example sandbox.But i can not find the dependent tree of vexpress/initramfs/busybox.
I used command
bob ls -r
andbob query-recipe
. But I can not find the downstream such as sandbox::debian-8.2-x86, toolchain::arm-linux-gnueabihf and toolchain::x86.Is there a way to know the build recipe sequence of one recipe? Read YAML file?
Thanks for your reply.
The text was updated successfully, but these errors were encountered: