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
0000782 [buildroot] Other minor always 03-10-06 16:39 02-12-07 05:43
Reporter maroc View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000782: Config path for uClibc not included in uClibc makefile
Description In the buildroot config, if you specify the path to the uClibc config, this config is not included when compiling uClibc. The make file for uClibc in toolchain/uClibc contains the statement:

ifndef $(UCLIBC_CONFIG_FILE)

but the config option for the uClibc config path is named:

BR2_PACKAGE_UCLIBC_CONFIG

so the config file specifed in the buildroot config is not used.
Additional Information
Attached Files

- Relationships

- Notes
(0001186)
maroc
03-16-06 13:35

Looking at the make file for busybox, I see a line like

BUSYBOX_CONFIG_FILE=$(subst ",, $(strip $(BR2_PACKAGE_BUSYBOX_CONFIG)))

where the busybox config is set from the buildroot config option.

Maybe the uclibc make file needs a similar statement to get the path for the uclibc config? e.g.

UCLIBC_CONFIG_FILE=$(subst ",, $(strip $(BR2_PACKAGE_UCLIBC_CONFIG)))
 
(0001912)
bernhardf
12-22-06 04:15

AFAICS there is no BR2_PACKAGE_UCLIBC_CONFIG anymore.

If you want to use a pre-configured .config for uClibc, then
$ make UCLIBC_CONFIG_FILE=/my/uClibc.config

See docs/README.
 

- Issue History
Date Modified Username Field Change
03-10-06 16:39 maroc New Issue
03-10-06 16:39 maroc Status new => assigned
03-10-06 16:39 maroc Assigned To  => uClibc
03-16-06 13:35 maroc Note Added: 0001186
12-22-06 04:15 bernhardf Status assigned => closed
12-22-06 04:15 bernhardf Note Added: 0001912
12-22-06 04:15 bernhardf Resolution open => fixed
02-12-07 05:43 vapier Status closed => assigned
02-12-07 05:43 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker