Hello Enric, all, On Tue, Sep 15, 2009 at 9:58 AM, Enric Balletbò i Serra <[email protected]> wrote: > > At this time our board it's not included in mach-types file (beacause is > too old), we're waiting for an update of mach-types file to publish the > patches to the linux-omap tree and then switch to the linux-omap recipe in > OE like others OMAP3 based boards. For this reason, we prefer to use the > linux-igep2 recipe for now. >
I had the same problem for an other ARM board. This solves it, if you submitted the machine number upstream to http://www.arm.linux.org.uk: #do_patch_append() { # curl -o mach-types "http://www.arm.linux.org.uk/developer/machines/download.php" #} do_configure_prepend() { # update machine types list for ARM architecture curl -o mach-types "http://www.arm.linux.org.uk/developer/machines/download.php" && \ cp mach-types arch/arm/tools/mach-types However, can someone see why the do_patch_append() approach does not work? It clearly belongs in the patch area, not the configure area. Regards, -- Leon _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
