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
0005224 [buildroot] Other minor always 10-02-08 23:32 10-02-08 23:32
Reporter mjd View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0005224: Default kernell headers version (2.6.26.2) doesn't match default stable kernel (2.6.26.3)
Description After selecting the latest stable kernel (2.6.26.3), uClibc still tries to install header files from 2.6.26.2.

How to reproduce:

tar -xjf ../dl/buildroot-svn-snapshot.tar.bz2
cd buildroot
cp target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig .config
make menuconfig
  Choose "Kernel"
    Choose "Linux Kernel Version"
      Choose "Latest stable kernel (2.6.26.3)"
  Exit and save
  
[mjd@mjd buildroot]$ grep BR2_DEFAULT_KERNEL_HEADERS .config
BR2_DEFAULT_KERNEL_HEADERS="2.6.26.2"

Even if you hand-edit BR2_DEFAULT_KERNEL_HEADERS to be 2.6.26.3, a further run of "make menuconfig" will return BR2_DEFAULT_KERNEL_HEADERS to be 2.6.26.2.
Additional Information The following patch fixes the problem for me.

--- toolchain/kernel-headers/Config.in.mjd 2008-10-03 16:16:54.000000000 +1000
+++ toolchain/kernel-headers/Config.in 2008-10-03 16:17:08.000000000 +1000
@@ -108,6 +108,6 @@
     default "2.6.23" if BR2_KERNEL_HEADERS_2_6_23
     default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24
     default "2.6.25.15" if BR2_KERNEL_HEADERS_2_6_25
- default "2.6.26.2" if BR2_KERNEL_HEADERS_2_6_26
+ default "2.6.26.3" if BR2_KERNEL_HEADERS_2_6_26
     default "2.6" if BR2_KERNEL_HEADERS_SNAP
 
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-02-08 23:32 mjd New Issue
10-02-08 23:32 mjd Status new => assigned
10-02-08 23:32 mjd Assigned To  => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker