[Buildroot] [buildroot 0001324]: Adding custom package does not include the editing of buildroot/package/Config.in

bugs at busybox.net bugs at busybox.net
Tue Apr 24 02:05:43 UTC 2007


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1324 
====================================================================== 
Reported By:                bobwired
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1324
Category:                   Documentation
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             04-23-2007 19:05 PDT
Last Modified:              04-23-2007 19:05 PDT
====================================================================== 
Summary:                    Adding custom package does not include the editing
of buildroot/package/Config.in
Description: 
The docs (http://buildroot.uclibc.org/buildroot.html) for adding a new
package do not mention that you need to add an entry to the
buildroot/package/Config.in file.

For example, to add the package foo, you might edit Config.in from 
...
source "package/fakeroot/Config.in"
source "package/gettext/Config.in"
...

to

...
source "package/fakeroot/Config.in"
source "package/foo/Config.in"
source "package/gettext/Config.in"
...

Inserting the new package in the existing Config.in file in alphabetical
order.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-23-07 19:05  bobwired       New Issue                                    
04-23-07 19:05  bobwired       Status                   new => assigned     
04-23-07 19:05  bobwired       Assigned To               => buildroot       
======================================================================




More information about the buildroot mailing list