Problem creating a GPE image with OpenEmbedded for the Nokia 770
JC <[email protected]> Wed, 18 Apr 2007 14:53:35 +0200
| Newsgroups | gmane.comp.handhelds.gpe |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, I want to create a GPE image for the Nokia 770. I've installed monotone, bitbake and OpenEmbedded (branch=org.openembedded.org). Following the instructions given in "http://downloads.kernelconcepts.de/maemo-oe.txt", I try to apply the patch: http://downloads.kernelconcepts.de/sysvinit_2.86.bb_770.patch in the packages/sysvinit subdirectory. When I try to patch, y get this: # patch -p0 < sysvinit_2.86.bb_770.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: -------------------------- |--- oe/packages/sysvinit/sysvinit_2.86.bb 2005-07-04 10:29:57.000000000 +0200 |+++ oe_/packages/sysvinit/sysvinit_2.86.bb 2005-06-24 09:26:45.000000000 +0200 -------------------------- File to patch: sysvinit_2.86.bb patching file sysvinit_2.86.bb Hunk #1 succeeded at 13 with fuzz 1 (offset -1 lines). Hunk #2 succeeded at 30 with fuzz 1. Hunk #3 FAILED at 88. 1 out of 3 hunks FAILED -- saving rejects to file sysvinit_2.86.bb.rej What happens? What's wrong? Thanks!