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:[email protected]
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel