Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0002384]: [PATCH] Use the BR2_LINUX_COPYTO symbol for the tftpboot path of the kernel
@ 2008-03-01 22:22 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-03-01 22:22 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2384 
====================================================================== 
Reported By:                jcdr
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2384
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-01-2008 14:22 PST
Last Modified:              03-01-2008 14:22 PST
====================================================================== 
Summary:                    [PATCH] Use the BR2_LINUX_COPYTO symbol for the
tftpboot path of the kernel
Description: 
The target/linux/Makefile.in.advanced use hard coded "/tftoboot" string
instead of using the already properly defined BR2_LINUX_COPYTO symbol that
define it. This stop the build with an permission error if the
BR2_LINUX_COPYTO symbol is anything but "/tftoboot". Sadly last LSB and
thus more en more distribution use "/var/lib/tftpboot" instead of
"/tftpboot".

Patch against current HEAD is provided to fix this problem. See
attachment.


====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-01-08 14:22  jcdr           New Issue                                    
03-01-08 14:22  jcdr           Status                   new => assigned     
03-01-08 14:22  jcdr           Assigned To               => buildroot       
03-01-08 14:22  jcdr           File Added:
0001-Use-the-BR2_LINUX_COPYTO-symbol-for-the-tftpboot-pat.patch                 
  
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0002384]: [PATCH] Use the BR2_LINUX_COPYTO symbol for the tftpboot path of the kernel
@ 2008-03-25 10:52 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-03-25 10:52 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2384 
====================================================================== 
Reported By:                jcdr
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2384
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-01-2008 14:22 PST
Last Modified:              03-25-2008 03:52 PDT
====================================================================== 
Summary:                    [PATCH] Use the BR2_LINUX_COPYTO symbol for the
tftpboot path of the kernel
Description: 
The target/linux/Makefile.in.advanced use hard coded "/tftoboot" string
instead of using the already properly defined BR2_LINUX_COPYTO symbol that
define it. This stop the build with an permission error if the
BR2_LINUX_COPYTO symbol is anything but "/tftoboot". Sadly last LSB and
thus more en more distribution use "/var/lib/tftpboot" instead of
"/tftpboot".

Patch against current HEAD is provided to fix this problem. See
attachment.


====================================================================== 

---------------------------------------------------------------------- 
 jcdr - 03-25-08 03:52  
---------------------------------------------------------------------- 
I have attached a new version of the patch "patch-tftpboot-kernel.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:22  jcdr           New Issue                                    
03-01-08 14:22  jcdr           Status                   new => assigned     
03-01-08 14:22  jcdr           Assigned To               => buildroot       
03-01-08 14:22  jcdr           File Added:
0001-Use-the-BR2_LINUX_COPYTO-symbol-for-the-tftpboot-pat.patch                 
  
03-25-08 03:51  jcdr           File Added: patch-tftpboot-kernel.diff           
        
03-25-08 03:52  jcdr           Note Added: 0005874                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0002384]: [PATCH] Use the BR2_LINUX_COPYTO symbol for the tftpboot path of the kernel
@ 2008-04-03  8:40 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-04-03  8:40 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2384 
====================================================================== 
Reported By:                jcdr
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2384
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-01-2008 14:22 PST
Last Modified:              04-03-2008 01:40 PDT
====================================================================== 
Summary:                    [PATCH] Use the BR2_LINUX_COPYTO symbol for the
tftpboot path of the kernel
Description: 
The target/linux/Makefile.in.advanced use hard coded "/tftoboot" string
instead of using the already properly defined BR2_LINUX_COPYTO symbol that
define it. This stop the build with an permission error if the
BR2_LINUX_COPYTO symbol is anything but "/tftoboot". Sadly last LSB and
thus more en more distribution use "/var/lib/tftpboot" instead of
"/tftpboot".

Patch against current HEAD is provided to fix this problem. See
attachment.


====================================================================== 

---------------------------------------------------------------------- 
 jcdr - 03-25-08 03:52  
---------------------------------------------------------------------- 
I have attached a new version of the patch "patch-tftpboot-kernel.diff" to
be applyed to the "Tue Mar 25 08:49:38 2008 +0000" SVN head. 

---------------------------------------------------------------------- 
 jcdr - 04-03-08 01:40  
---------------------------------------------------------------------- 
New version in file patch-tftpboot-kernel-20080403.diff to properly apply
to the SVN HEAD. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-01-08 14:22  jcdr           New Issue                                    
03-01-08 14:22  jcdr           Status                   new => assigned     
03-01-08 14:22  jcdr           Assigned To               => buildroot       
03-01-08 14:22  jcdr           File Added:
0001-Use-the-BR2_LINUX_COPYTO-symbol-for-the-tftpboot-pat.patch                 
  
03-25-08 03:51  jcdr           File Added: patch-tftpboot-kernel.diff           
        
03-25-08 03:52  jcdr           Note Added: 0005874                          
04-03-08 01:38  jcdr           File Added: patch-tftpboot-kernel-20080403.diff  
                 
04-03-08 01:40  jcdr           Note Added: 0006344                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0002384]: [PATCH] Use the BR2_LINUX_COPYTO symbol for the tftpboot path of the kernel
@ 2008-04-12  8:11 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-04-12  8:11 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=2384 
====================================================================== 
Reported By:                jcdr
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2384
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             03-01-2008 14:22 PST
Last Modified:              04-12-2008 01:11 PDT
====================================================================== 
Summary:                    [PATCH] Use the BR2_LINUX_COPYTO symbol for the
tftpboot path of the kernel
Description: 
The target/linux/Makefile.in.advanced use hard coded "/tftoboot" string
instead of using the already properly defined BR2_LINUX_COPYTO symbol that
define it. This stop the build with an permission error if the
BR2_LINUX_COPYTO symbol is anything but "/tftoboot". Sadly last LSB and
thus more en more distribution use "/var/lib/tftpboot" instead of
"/tftpboot".

Patch against current HEAD is provided to fix this problem. See
attachment.


====================================================================== 

---------------------------------------------------------------------- 
 jcdr - 03-25-08 03:52  
---------------------------------------------------------------------- 
I have attached a new version of the patch "patch-tftpboot-kernel.diff" to
be applyed to the "Tue Mar 25 08:49:38 2008 +0000" SVN head. 

---------------------------------------------------------------------- 
 jcdr - 04-03-08 01:40  
---------------------------------------------------------------------- 
New version in file patch-tftpboot-kernel-20080403.diff to properly apply
to the SVN HEAD. 

---------------------------------------------------------------------- 
 jacmet - 04-12-08 01:11  
---------------------------------------------------------------------- 
fixed in r21712 - thanks 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-01-08 14:22  jcdr           New Issue                                    
03-01-08 14:22  jcdr           Status                   new => assigned     
03-01-08 14:22  jcdr           Assigned To               => buildroot       
03-01-08 14:22  jcdr           File Added:
0001-Use-the-BR2_LINUX_COPYTO-symbol-for-the-tftpboot-pat.patch                 
  
03-25-08 03:51  jcdr           File Added: patch-tftpboot-kernel.diff           
        
03-25-08 03:52  jcdr           Note Added: 0005874                          
04-03-08 01:38  jcdr           File Added: patch-tftpboot-kernel-20080403.diff  
                 
04-03-08 01:40  jcdr           Note Added: 0006344                          
04-12-08 01:11  jacmet         Status                   assigned => closed  
04-12-08 01:11  jacmet         Note Added: 0006574                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-12  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 22:22 [Buildroot] [buildroot 0002384]: [PATCH] Use the BR2_LINUX_COPYTO symbol for the tftpboot path of the kernel bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2008-03-25 10:52 bugs at busybox.net
2008-04-03  8:40 bugs at busybox.net
2008-04-12  8:11 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