Dear Author:
Hi, I was confused with problem below.
I get result below by typing command bob build vexpress/initramfs/busybox on example sandbox.
>> vexpress/initramfs/busybox
>> vexpress/sandbox::debian-8.2-x86
CHECKOUT skipped (fixed package work/sandbox/debian-8.2-x86/src/1/workspace)
>> vexpress/initramfs/busybox
>> vexpress/sandbox::debian-8.2-x86
BUILD skipped (unchanged input for work/sandbox/debian-8.2-x86/build/1/workspace)
PACKAGE skipped (unchanged input for work/sandbox/debian-8.2-x86/dist/1/workspace)
>> vexpress/initramfs/busybox
CHECKOUT skipped (fixed package work/busybox/src/1/workspace)
>> vexpress/toolchain::arm-linux-gnueabihf
PACKAGE skipped (unchanged input for work/toolchain/arm-linux-gnueabihf/dist/1/workspace)
>> vexpress/toolchain::x86
PACKAGE skipped (unchanged input for work/toolchain/x86/dist/1/workspace)
>> vexpress/initramfs/busybox/toolchain::make
PACKAGE skipped (unchanged input for work/toolchain/make/dist/1/workspace)
>> vexpress/initramfs/busybox
BUILD skipped (unchanged input for work/busybox/build/1/workspace)
PACKAGE skipped (unchanged input for work/busybox/dist/1/workspace)
Build result is in work/busybox/dist/1/workspace
Duration: 0:00:00.071008, 0 checkouts (0 overrides active), 0 packages built, 0 downloaded.
But i can not find the dependent tree of vexpress/initramfs/busybox.
I used command bob ls -r and bob 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.
Dear Author:
Hi, I was confused with problem below.
I get result below by typing command
bob build vexpress/initramfs/busyboxon example sandbox.But i can not find the dependent tree of vexpress/initramfs/busybox.
I used command
bob ls -randbob 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.