[buildroot 0000865]: target GRUB and grub splashimage doesn't depend on ISO9660; KERNEL variable isn't defined; "po4a" program needed for fakeroot

bugs at busybox.net bugs at busybox.net
Thu May 4 19:50:49 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=865 
====================================================================== 
Reported By:                ksyu
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   865
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             05-04-2006 12:50 PDT
Last Modified:              05-04-2006 12:50 PDT
====================================================================== 
Summary:                    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
====================================================================== 

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          
======================================================================




More information about the uClibc-cvs mailing list