Hello everyone.
I did following the site
http://www.at91.com/linux4sam/bin/view/ ... stromBuild.
But when did this "bitbake x11-at91sam9-image", I met an error.
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 4 (ID: 0, /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_setscene)
NOTE: package gpe-mixer-0.42-r1: task do_setscene: Started
NOTE: package gpe-mixer-0.42-r1: task do_setscene: Succeeded
NOTE: Running task 2 of 4 (ID: 1, /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_fetch)
NOTE: package gpe-mixer-0.42-r1: task do_fetch: Started
NOTE: package gpe-mixer-0.42-r1: task do_fetch: Succeeded
NOTE: Running task 3 of 4 (ID: 2, /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_unpack)
NOTE: package gpe-mixer-0.42-r1: task do_unpack: Started
NOTE: Unpacking ../../sources/gpe-mixer-0.42.tar.gz to ../tmp/work/armv5te-angstrom-linux-gnueabi/gpe-mixer-0.42-r1/
NOTE: package gpe-mixer-0.42-r1: task do_unpack: Succeeded
NOTE: Running task 4 of 4 (ID: 3, /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_patch)
NOTE: package gpe-mixer-0.42-r1: task do_patch: Started
NOTE: Applying patch 'gpemixer-no-host-includes.patch' (recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch)
NOTE: Applying patch 'fix-install.patch' (recipes/gpe-mixer/gpe-mixer/fix-install.patch)
ERROR: Error in executing python function in: /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 Output:
Applying patch fix-install.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old 2009-05-09 21:11:12.000000000 +0200
|+++ Makefile 2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Function patch_do_patch failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb do_patch failed
ERROR: Task 3 (/home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_patch) failed with 256
ERROR: '/home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb' failed
ERROR: Error in executing python function in: /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 Output:
Applying patch fix-install.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old 2009-05-09 21:11:12.000000000 +0200
|+++ Makefile 2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Function patch_do_patch failed
NOTE: Task failed: ('function patch_do_patch failed', '/home/cs/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/gpe-mixer-0.42-r1/temp/log.patch_do_patch.5525')
ERROR: Logfile of failure stored in: /home/cs/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/gpe-mixer-0.42-r1/temp/log.patch_do_patch.5525
Log data follows:
| ERROR: Error in executing python function in: /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb
| ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 Output:
| Applying patch fix-install.patch
| can't find file to patch at input line 3
| Perhaps you used the wrong -p or --strip option?
| The text leading up to this was:
| --------------------------
| |--- Makefile.old 2009-05-09 21:11:12.000000000 +0200
| |+++ Makefile 2009-05-09 21:11:39.000000000 +0200
| --------------------------
| No file to patch. Skipping patch.
| 1 out of 1 hunk ignored
| Patch fix-install.patch does not apply (enforce with -f)
| ERROR: Printing the environment of the function
| ERROR: Function patch_do_patch failed
NOTE: package gpe-mixer-0.42-r1: task do_patch: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb do_patch failed
ERROR: Task 3 (/home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_patch) failed with 256
ERROR: '/home/cs/stuff/openembedded/recipes/gpe-mixer/gpe-mixer_0.42.bb' failed
Can anyone give me some advice? Thank you very much.