* [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb
@ 2007-10-17 5:33 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-10-17 5:33 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1537
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1537
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-16-2007 22:32 PDT
Last Modified: 10-16-2007 22:33 PDT
======================================================================
Summary: kexec doesn't build for arm/armeb
Description:
kexec doesn't build on arm or armeb.
Problems are:
1. armeb not a supported architecture;
2. arm support patch needs to be updated due to an internal API change.
Fix is trivial - attached.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-16-07 22:32 hmoffatt New Issue
10-16-07 22:32 hmoffatt Status new => assigned
10-16-07 22:32 hmoffatt Assigned To => buildroot
10-16-07 22:33 hmoffatt File Added: kexec-arm-fix
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb
@ 2007-10-18 4:43 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-10-18 4:43 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1537
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1537
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-16-2007 22:32 PDT
Last Modified: 10-17-2007 21:43 PDT
======================================================================
Summary: kexec doesn't build for arm/armeb
Description:
kexec doesn't build on arm or armeb.
Problems are:
1. armeb not a supported architecture;
2. arm support patch needs to be updated due to an internal API change.
Fix is trivial - attached.
======================================================================
----------------------------------------------------------------------
hmoffatt - 10-17-07 21:43
----------------------------------------------------------------------
Use kexec-arm-fix2 instead. It fixes the incorrect syscall number in the
original source.
Issue History
Date Modified Username Field Change
======================================================================
10-16-07 22:32 hmoffatt New Issue
10-16-07 22:32 hmoffatt Status new => assigned
10-16-07 22:32 hmoffatt Assigned To => buildroot
10-16-07 22:33 hmoffatt File Added: kexec-arm-fix
10-17-07 21:42 hmoffatt File Added: kexec-arm-fix2
10-17-07 21:43 hmoffatt Note Added: 0002831
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb
@ 2007-10-18 5:27 bugs at busybox.net
2007-10-19 21:32 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: bugs at busybox.net @ 2007-10-18 5:27 UTC (permalink / raw)
To: buildroot
The following issue has been RESOLVED.
======================================================================
http://busybox.net/bugs/view.php?id=1537
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1537
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-16-2007 22:32 PDT
Last Modified: 10-17-2007 22:27 PDT
======================================================================
Summary: kexec doesn't build for arm/armeb
Description:
kexec doesn't build on arm or armeb.
Problems are:
1. armeb not a supported architecture;
2. arm support patch needs to be updated due to an internal API change.
Fix is trivial - attached.
======================================================================
----------------------------------------------------------------------
hmoffatt - 10-17-07 21:43
----------------------------------------------------------------------
Use kexec-arm-fix2 instead. It fixes the incorrect syscall number in the
original source.
----------------------------------------------------------------------
UlfSamuelsson - 10-17-07 22:27
----------------------------------------------------------------------
kexec-arm-fix2 has been applied in revision 20278
Issue History
Date Modified Username Field Change
======================================================================
10-16-07 22:32 hmoffatt New Issue
10-16-07 22:32 hmoffatt Status new => assigned
10-16-07 22:32 hmoffatt Assigned To => buildroot
10-16-07 22:33 hmoffatt File Added: kexec-arm-fix
10-17-07 21:42 hmoffatt File Added: kexec-arm-fix2
10-17-07 21:43 hmoffatt Note Added: 0002831
10-17-07 22:27 UlfSamuelsson Status assigned => resolved
10-17-07 22:27 UlfSamuelsson Resolution open => fixed
10-17-07 22:27 UlfSamuelsson Note Added: 0002832
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb
2007-10-18 5:27 bugs at busybox.net
@ 2007-10-19 21:32 ` Bernhard Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Fischer @ 2007-10-19 21:32 UTC (permalink / raw)
To: buildroot
On Wed, Oct 17, 2007 at 10:27:31PM -0700, bugs at busybox.net wrote:
>
>The following issue has been RESOLVED.
Ulf,
If you close a bug, then please CLOSE it, so it doesn't show up as not
closed in mantis.
There are a couple of these that you have to CLOSE. Please do..
Thanks.
>======================================================================
>http://busybox.net/bugs/view.php?id=1537
>======================================================================
>Reported By: hmoffatt
>Assigned To: buildroot
>======================================================================
>Project: buildroot
>Issue ID: 1537
>Category: Architecture Specific
>Reproducibility: always
>Severity: minor
>Priority: normal
>Status: resolved
>Resolution: fixed
>Fixed in Version:
>======================================================================
>Date Submitted: 10-16-2007 22:32 PDT
>Last Modified: 10-17-2007 22:27 PDT
>======================================================================
>Summary: kexec doesn't build for arm/armeb
>Description:
>kexec doesn't build on arm or armeb.
>
>Problems are:
>1. armeb not a supported architecture;
>2. arm support patch needs to be updated due to an internal API change.
>
>Fix is trivial - attached.
>======================================================================
>
>----------------------------------------------------------------------
> hmoffatt - 10-17-07 21:43
>----------------------------------------------------------------------
>Use kexec-arm-fix2 instead. It fixes the incorrect syscall number in the
>original source.
>
>----------------------------------------------------------------------
> UlfSamuelsson - 10-17-07 22:27
>----------------------------------------------------------------------
>kexec-arm-fix2 has been applied in revision 20278
>
>Issue History
>Date Modified Username Field Change
>======================================================================
>10-16-07 22:32 hmoffatt New Issue
>10-16-07 22:32 hmoffatt Status new => assigned
>10-16-07 22:32 hmoffatt Assigned To => buildroot
>10-16-07 22:33 hmoffatt File Added: kexec-arm-fix
>10-17-07 21:42 hmoffatt File Added: kexec-arm-fix2
>10-17-07 21:43 hmoffatt Note Added: 0002831
>10-17-07 22:27 UlfSamuelsson Status assigned => resolved
>10-17-07 22:27 UlfSamuelsson Resolution open => fixed
>10-17-07 22:27 UlfSamuelsson Note Added: 0002832
>======================================================================
>
>_______________________________________________
>buildroot mailing list
>buildroot at uclibc.org
>http://busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb
@ 2007-10-30 21:44 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-10-30 21:44 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1537
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1537
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-16-2007 22:32 PDT
Last Modified: 10-30-2007 14:44 PDT
======================================================================
Summary: kexec doesn't build for arm/armeb
Description:
kexec doesn't build on arm or armeb.
Problems are:
1. armeb not a supported architecture;
2. arm support patch needs to be updated due to an internal API change.
Fix is trivial - attached.
======================================================================
----------------------------------------------------------------------
hmoffatt - 10-17-07 21:43
----------------------------------------------------------------------
Use kexec-arm-fix2 instead. It fixes the incorrect syscall number in the
original source.
----------------------------------------------------------------------
UlfSamuelsson - 10-17-07 22:27
----------------------------------------------------------------------
kexec-arm-fix2 has been applied in revision 20278
----------------------------------------------------------------------
UlfSamuelsson - 10-30-07 14:44
----------------------------------------------------------------------
FIxed
Issue History
Date Modified Username Field Change
======================================================================
10-16-07 22:32 hmoffatt New Issue
10-16-07 22:32 hmoffatt Status new => assigned
10-16-07 22:32 hmoffatt Assigned To => buildroot
10-16-07 22:33 hmoffatt File Added: kexec-arm-fix
10-17-07 21:42 hmoffatt File Added: kexec-arm-fix2
10-17-07 21:43 hmoffatt Note Added: 0002831
10-17-07 22:27 UlfSamuelsson Status assigned => resolved
10-17-07 22:27 UlfSamuelsson Resolution open => fixed
10-17-07 22:27 UlfSamuelsson Note Added: 0002832
10-30-07 14:44 UlfSamuelsson Status resolved => closed
10-30-07 14:44 UlfSamuelsson Note Added: 0002881
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-30 21:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 21:44 [Buildroot] [buildroot 0001537]: kexec doesn't build for arm/armeb bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2007-10-18 5:27 bugs at busybox.net
2007-10-19 21:32 ` Bernhard Fischer
2007-10-18 4:43 bugs at busybox.net
2007-10-17 5:33 bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox