All of lore.kernel.org
 help / color / mirror / Atom feed
* u-boot-utils and UBOOT_MACHINE?
@ 2011-03-09 10:42 Steffen Sledz
  2011-03-09 13:12 ` Martyn Welch
  2011-03-09 17:12 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Steffen Sledz @ 2011-03-09 10:42 UTC (permalink / raw)
  To: openembedded-devel

The current recipe for the u-boot-utils (u-boot-utils_1.2.0.bb) contains this:

------------------->snip<--------------------
do_configure() {
        oe_runmake Sandpoint8240_config
}
------------------->snip<--------------------

This seems to be very machine specific.

I'm not a u-boot-tools specialist. If the tools are not machine specific and the above line is just a placeholder, this should be documented.

But if the tools itself are machine specific i believe there should be something like

------------------->snip<--------------------
do_configure() {
        oe_runmake ${UBOOT_MACHINE}
}
------------------->snip<--------------------

and package build should go into machine specific workdir. Right?

Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@DResearch.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058




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

end of thread, other threads:[~2011-03-09 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 10:42 u-boot-utils and UBOOT_MACHINE? Steffen Sledz
2011-03-09 13:12 ` Martyn Welch
2011-03-09 17:12 ` Tom Rini

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.