Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] how to repopulate /output/target/lib?
@ 2012-06-25 11:46 Aras Vaichas
  2012-06-25 11:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Aras Vaichas @ 2012-06-25 11:46 UTC (permalink / raw)
  To: buildroot

Hello,

I'm currently moving a project to Buildroot. So I'm configuring
Buildroot to create an identical fs tree to my existing tree.

My workflow is:

* run make
* compare output/target against my original fs (using xxdiff)
* adjust Buildroot settings. e.g. skeleton, post build script, etc
* clear out output/target
* repeat

I have a helper script that does some of the dirty work:

#!/bin/sh
find -name .stamp_target_installed | xargs rm
rm -rf output/target
rm output/build/.root
echo now run make

My problem is that "make" no longer populates output/target/lib or
output/target/usr/lib at this stage of the build and I don't know why.

I understand that output/staging holds all the libraries, but how do
the correct libraries get copied to output/target? How can I trigger
this action without having to do a "make clean; make"?

Thanks in advance,

Aras Vaichas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-25 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25 11:46 [Buildroot] how to repopulate /output/target/lib? Aras Vaichas
2012-06-25 11:55 ` Thomas Petazzoni
     [not found]   ` <CAJkQPOm=27BykDt-jkfFExR6bSKJhtgK-TUFQbZ=bDkyOi38pA@mail.gmail.com>
2012-06-25 13:10     ` Thomas Petazzoni
2012-06-25 14:09   ` Luca Ceresoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox