* [Buildroot] [buildroot 0002394]: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the tftpboot path of the Atmel bootstrap and uboot
@ 2008-03-01 22:28 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-03-01 22:28 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=2394
======================================================================
Reported By: jcdr
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 2394
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-01-2008 14:28 PST
Last Modified: 03-01-2008 14:28 PST
======================================================================
Summary: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the
tftpboot path of the Atmel bootstrap and uboot
Description:
The "/tftpboot" is hard coded into the file
target/device/Atmel/at91bootstrap/at91bootstrap.mk and
target/device/Atmel/u-boot/u-boot.mk. This stop the build with a
permission error if the BR2_TARGET_ATMEL_COPYTO symbol is anything but
"/tftpboot". Sadly, the last LSB and more an more distribution use
"/var/lib/tftpboot".
The provided patch in attachment fix this.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-01-08 14:28 jcdr New Issue
03-01-08 14:28 jcdr Status new => assigned
03-01-08 14:28 jcdr Assigned To => buildroot
03-01-08 14:28 jcdr File Added:
0002-Use-the-BR2_TARGET_ATMEL_COPYTO-for-the-tftpboot-pat.patch
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0002394]: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the tftpboot path of the Atmel bootstrap and uboot
@ 2008-03-25 10:51 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-03-25 10:51 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=2394
======================================================================
Reported By: jcdr
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 2394
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-01-2008 14:28 PST
Last Modified: 03-25-2008 03:51 PDT
======================================================================
Summary: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the
tftpboot path of the Atmel bootstrap and uboot
Description:
The "/tftpboot" is hard coded into the file
target/device/Atmel/at91bootstrap/at91bootstrap.mk and
target/device/Atmel/u-boot/u-boot.mk. This stop the build with a
permission error if the BR2_TARGET_ATMEL_COPYTO symbol is anything but
"/tftpboot". Sadly, the last LSB and more an more distribution use
"/var/lib/tftpboot".
The provided patch in attachment fix this.
======================================================================
----------------------------------------------------------------------
jcdr - 03-25-08 03:51
----------------------------------------------------------------------
I have attached a new version of the patch "patch-tftpboot-atmel.diff" to
be applyed to the "Tue Mar 25 08:49:38 2008 +0000" SVN head.
Issue History
Date Modified Username Field Change
======================================================================
03-01-08 14:28 jcdr New Issue
03-01-08 14:28 jcdr Status new => assigned
03-01-08 14:28 jcdr Assigned To => buildroot
03-01-08 14:28 jcdr File Added:
0002-Use-the-BR2_TARGET_ATMEL_COPYTO-for-the-tftpboot-pat.patch
03-25-08 03:49 jcdr File Added: patch-tftpboot-atmel.diff
03-25-08 03:51 jcdr Note Added: 0005864
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0002394]: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the tftpboot path of the Atmel bootstrap and uboot
@ 2008-04-03 8:41 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-04-03 8:41 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=2394
======================================================================
Reported By: jcdr
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 2394
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-01-2008 14:28 PST
Last Modified: 04-03-2008 01:41 PDT
======================================================================
Summary: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the
tftpboot path of the Atmel bootstrap and uboot
Description:
The "/tftpboot" is hard coded into the file
target/device/Atmel/at91bootstrap/at91bootstrap.mk and
target/device/Atmel/u-boot/u-boot.mk. This stop the build with a
permission error if the BR2_TARGET_ATMEL_COPYTO symbol is anything but
"/tftpboot". Sadly, the last LSB and more an more distribution use
"/var/lib/tftpboot".
The provided patch in attachment fix this.
======================================================================
----------------------------------------------------------------------
jcdr - 03-25-08 03:51
----------------------------------------------------------------------
I have attached a new version of the patch "patch-tftpboot-atmel.diff" to
be applyed to the "Tue Mar 25 08:49:38 2008 +0000" SVN head.
----------------------------------------------------------------------
jcdr - 04-03-08 01:41
----------------------------------------------------------------------
New version in the file patch-tftpboot-atmel-20080403.diff to properly
apply to the SVN HEAD.
Issue History
Date Modified Username Field Change
======================================================================
03-01-08 14:28 jcdr New Issue
03-01-08 14:28 jcdr Status new => assigned
03-01-08 14:28 jcdr Assigned To => buildroot
03-01-08 14:28 jcdr File Added:
0002-Use-the-BR2_TARGET_ATMEL_COPYTO-for-the-tftpboot-pat.patch
03-25-08 03:49 jcdr File Added: patch-tftpboot-atmel.diff
03-25-08 03:51 jcdr Note Added: 0005864
04-03-08 01:40 jcdr File Added: patch-tftpboot-atmel-20080403.diff
04-03-08 01:41 jcdr Note Added: 0006354
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0002394]: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the tftpboot path of the Atmel bootstrap and uboot
@ 2008-04-12 8:12 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-04-12 8:12 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=2394
======================================================================
Reported By: jcdr
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 2394
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 03-01-2008 14:28 PST
Last Modified: 04-12-2008 01:12 PDT
======================================================================
Summary: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the
tftpboot path of the Atmel bootstrap and uboot
Description:
The "/tftpboot" is hard coded into the file
target/device/Atmel/at91bootstrap/at91bootstrap.mk and
target/device/Atmel/u-boot/u-boot.mk. This stop the build with a
permission error if the BR2_TARGET_ATMEL_COPYTO symbol is anything but
"/tftpboot". Sadly, the last LSB and more an more distribution use
"/var/lib/tftpboot".
The provided patch in attachment fix this.
======================================================================
----------------------------------------------------------------------
jcdr - 03-25-08 03:51
----------------------------------------------------------------------
I have attached a new version of the patch "patch-tftpboot-atmel.diff" to
be applyed to the "Tue Mar 25 08:49:38 2008 +0000" SVN head.
----------------------------------------------------------------------
jcdr - 04-03-08 01:41
----------------------------------------------------------------------
New version in the file patch-tftpboot-atmel-20080403.diff to properly
apply to the SVN HEAD.
----------------------------------------------------------------------
jacmet - 04-12-08 01:12
----------------------------------------------------------------------
fixed in r21712 - thanks
Issue History
Date Modified Username Field Change
======================================================================
03-01-08 14:28 jcdr New Issue
03-01-08 14:28 jcdr Status new => assigned
03-01-08 14:28 jcdr Assigned To => buildroot
03-01-08 14:28 jcdr File Added:
0002-Use-the-BR2_TARGET_ATMEL_COPYTO-for-the-tftpboot-pat.patch
03-25-08 03:49 jcdr File Added: patch-tftpboot-atmel.diff
03-25-08 03:51 jcdr Note Added: 0005864
04-03-08 01:40 jcdr File Added: patch-tftpboot-atmel-20080403.diff
04-03-08 01:41 jcdr Note Added: 0006354
04-12-08 01:12 jacmet Status assigned => closed
04-12-08 01:12 jacmet Note Added: 0006584
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-12 8:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 8:12 [Buildroot] [buildroot 0002394]: [PATCH] Use the BR2_TARGET_ATMEL_COPYTO for the tftpboot path of the Atmel bootstrap and uboot bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2008-04-03 8:41 bugs at busybox.net
2008-03-25 10:51 bugs at busybox.net
2008-03-01 22:28 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