[oe] [PATCH] linux-igep2: Add 2.6.28.10 for IGEP v2 machine

Leon Woestenberg leon.woestenberg at gmail.com
Wed Sep 16 20:16:21 UTC 2009


Hello Enric, all,

On Tue, Sep 15, 2009 at 9:58 AM, Enric Balletbò i Serra
<enric.balletbo at telefonica.net> 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




More information about the Openembedded-devel mailing list