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
0000865 [buildroot] Architecture Specific minor always 05-04-06 12:50 02-12-07 05:42
Reporter ksyu View Status public  
Assigned To buildroot
Priority normal Resolution no change required  
Status closed   Product Version
Summary 0000865: target GRUB and grub splashimage doesn't depend on ISO9660; KERNEL variable isn't defined; "po4a" program needed for fakeroot
Description target/iso9660/Config.in :
-"select BR2_PACKAGE_GRUB"
+"select BR2_TARGET_GRUB"
(coz GRUB specified as _package_, not _target_) there's no way for grub to be built, also possible is for grub to be PACKAGE in grub/Config.in;

menu.lst:
+"splashimage /boot/grub/splashimage.xpm.gz"
splashimage handling;

iso9660.mk:
-"cp $(LINUX_KERNEL) $(ISO9660_TARGET_DIR)/kernel"
+"cp $(SOMEPATH)/vmlinux $(ISO9660_TARGET_DIR)/kernel"
+"cp $(SOMEPATH)/splash.xpm.gz $(ISO9660_TARGET_DIR)/boot/grub/"
you will need to specify kernel path yourself(LINUX_KERNEL variable isn't defined in my box), i'm not _buildroot_ developer, cannot make decisions by myself;

fakeroot patch:
Makefile:
-"SUBDIRS scripts doc test"
+"SUBDIRS scripts test"
sorry, i don't have full po4a program env :) this program depends on some Perl .pm i don't have
Additional Information you need kernel with support for really big ramdisk, hope 512M will be enough ;)
Attached Files

- Relationships

- Notes
(0001825)
bernhardf
11-28-06 02:11

Please retest with current svn.
I believe that some of these issues are already fixed.

I shall close this issue unless i hear anything back within two weeks.
Thanks,
 
(0002027)
bernhardf
01-21-07 09:32

I assume that this works fine now, closing.
 

- Issue History
Date Modified Username Field Change
05-04-06 12:50 ksyu New Issue
05-04-06 12:50 ksyu Status new => assigned
05-04-06 12:50 ksyu Assigned To  => uClibc
11-28-06 02:11 bernhardf Note Added: 0001825
11-28-06 02:11 bernhardf Status assigned => feedback
01-21-07 09:32 bernhardf Status feedback => closed
01-21-07 09:32 bernhardf Note Added: 0002027
01-21-07 09:32 bernhardf Resolution open => no change required
02-12-07 05:42 vapier Status closed => assigned
02-12-07 05:42 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker