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

Phil Blundell pb at reciva.com
Thu Sep 17 07:08:49 UTC 2009


On Wed, 2009-09-16 at 22:16 +0200, Leon Woestenberg wrote:
> #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?

do_patch() is a Python function.  You won't get any good result from
appending shell to it.

A better approach might be to create a new task and arrange for it to
run after patch and before configure.

p.






More information about the Openembedded-devel mailing list