* doing a serious "distclean"
@ 2009-11-13 14:56 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2009-11-13 14:56 UTC (permalink / raw)
To: OpenEmbedded Development mailing list
as one of the posters mentioned earlier, bitbake's distclean doesn't
quite do a full cleaning. after bitbake'ing xterm, i have:
$ find . -name xterm-251*
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_rm_work
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_install
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_build
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_package_write
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_package_stage_all
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_package_write_ipk
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_unpack
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_compile
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_package
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_qa_staging
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_patch
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_fetch
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_configure
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_qa_configure
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_rm_work_all
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_populate_staging
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_package_stage
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_setscene
./stamps/armv7a-angstrom-linux-gnueabi/xterm-251-r0.do_distribute_sources
./deploy/glibc/sources/MIT-X/xterm/xterm-251.tgz
./deploy/glibc/sources/MIT-X/xterm/xterm-251.tgz.md5
./work/armv7a-angstrom-linux-gnueabi/xterm-251-r0
$
after "distclean"ing that package, what still remains is:
$ find . -name xterm-251*
./deploy/glibc/sources/MIT-X/xterm/xterm-251.tgz
./deploy/glibc/sources/MIT-X/xterm/xterm-251.tgz.md5
$
and, predictably, that tarball has been removed from the downloads
directory.
what would seem to be more useful is a bitbake clean command that
removes every single trace of a build from under the tmp directory,
but *leaves* the tarball in the download directory. that would
represent the best test for building a package from scratch, without
actually having to drag it down again, no? (or does such a bitbake
command already exist? "bitbake -c tmpclean"?)
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-13 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 14:56 doing a serious "distclean" Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.