BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000625 [buildroot] Documentation major always 01-06-06 06:19 02-12-07 05:49
Reporter hagepe View Status public  
Assigned To buildroot
Priority normal Resolution no change required  
Status closed   Product Version
Summary 0000625: rootfs isn't updated with changes made in target_skeleton or device_table.txt as described in documentation
Description At least with the daily snapshot from 5.1.2006:
If I understand the documentation right,
changing files in /target/generic/target_skeleton
and a simple make in the main directory should rebuild the
rootfs including the changes.
In fact the rootfs is rebuild but without the changes. There
must be something else that has to be done between the changes
and the "make" or the major makefile needs some changes?



Additional Information the easiest way to be sure that your target root is correct is to simply remove the directory before rebuilding. the make will determine that the target root is missing and rebuild it with the changes. you can also issue the make dirclean which remove all the target directories.
Attached Files

- Relationships

- Notes
(0000957)
scott
01-19-06 13:42

To fix this, we need to change the main Makefile. It's a one liner...

buildroot/Makefile:

--- Old Line...
$(TARGET_DIR):

+++ New Line...
$(TARGET_DIR): $(TARGET_SKELETON) $(TARGET_SKEL_DIR)
 

- Issue History
Date Modified Username Field Change
01-06-06 06:19 hagepe New Issue
01-06-06 06:19 hagepe Status new => assigned
01-06-06 06:19 hagepe Assigned To  => uClibc
01-19-06 13:42 scott Note Added: 0000957
01-23-06 06:29 prpplague Status assigned => closed
01-23-06 06:29 prpplague Resolution open => no change required
01-23-06 06:29 prpplague Additional Information Updated
02-12-07 05:49 vapier Status closed => assigned
02-12-07 05:49 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker