bitbake: bitbake/cooker: Print which pkgs would be built in -g output
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 21 Jun 2012 02:28:54 +0000 (10:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 16:19:32 +0000 (17:19 +0100)
commit085db84d7175242e95e8d9b5ae4f19689045247e
tree10689d02a6079824ccef7a597fcdd2a43b72e822
parent518f844154d80e091cbf6473852c82047387ef20
bitbake: bitbake/cooker: Print which pkgs would be built in -g output

This is for giving the user a clear list to show which pkg would be
built, we have the "bitbake -g", but it is not easy to read for people,
it is for "dot". Improve the "bitbake -g" to also save a pn-buildlist:

$ bitbake -g core-image-sato
...
NOTE: PN build list saved to 'pn-buildlist'
[snip]

The contents of pn-buildlist:

busybox
shadow-native
pth
sysfsutils
qemu-helper-native
curl-native
ncurses-native
gdbm
xserver-xorg
linux-libc-headers
[snip]

[YOCTO #2404]

(Bitbake rev: 18aff925aece774d0172894e25584353519ca03f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake
bitbake/lib/bb/cooker.py