On Fri, Jan 27, 2012 at 10:25:21AM +0100, Alexander Dahl wrote:
> Am 26.01.2012 16:36, schrieb Michael Olbrich:
> > Hmmm, I cannot trigger the problem (without the patch). Can you elaborate,
> > what exact config/toolchain etc. your using?
> 
> See my mail from January 13th, where I described the problem. It occurs
> with the OSELAS toolchain 2011.11.0 compiling for arm-v5te.

Yes, I tried that and didn't get any build error. Which at91bootstrap
config do I select to this error?

> >>
> >> Signed-off-by: Alexander Dahl <[email protected]>
> >> ---
> >>  .../0002-fix-overlap-linker-error.patch            |   23 
> >> ++++++++++++++++++++
> >>  patches/Bootstrap-v1.16/series                     |    1 +
> >>  2 files changed, 24 insertions(+), 0 deletions(-)
> >>  create mode 100755 
> >> patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> >>
> >> diff --git a/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch 
> >> b/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> >> new file mode 100755
> >> index 0000000..a86979f
> >> --- /dev/null
> >> +++ b/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> >> @@ -0,0 +1,23 @@
> > 
> > Please add a proper patch haeder here.
> 
> I don't understand what you mean. The inner patch added
> (0002-fix-overlap-linker-error.patch) was generated with `quilt refresh
> -u --no-timestamps --diffstat --sort --strip-trailing-whitespace` as I
> always use it for our internal patches. The outer patch was created by
> git the way you already applied patches from me. Which one is wrong and
> in what way?

Try this:

$ ptxdist clean at91bootstrap
$ ptxdist --git extract at91bootstrap
$ cd platform-<some-platform>/build-target/Bootstrap-v1.16
# fix the commit message:
$ git commit --amend --reset-author -s
# regenerate the patches:
$ git ptx-patches

now patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch should have
a proper patch header.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
[email protected]

Reply via email to