Bug 475

Summary: uImage target for U-boot failed generating
Product: buildroot Reporter: Etienne Lorrain <etienne_lorrain>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Windows   
Host: i386-pc-linux-gnu Target: powerpc-unknown-linux-gnu
Build: i386-pc-linux-gnu
Attachments: all config leading to the error

Description Etienne Lorrain 2009-07-21 11:02:57 UTC
Created attachment 487 [details]
all config leading to the error

BOOTCC  arch/powerpc/boot/fdt_rw.o
  BOOTCC  arch/powerpc/boot/fdt_strerror.o
  BOOTAR  arch/powerpc/boot/wrapper.a
  WRAP    arch/powerpc/boot/uImage
/home/elorrain/buildroot/project_build_powerpc/Eqam4G/linux-2.6.30.2/arch/powerpc/boot/wrapper: line 261: mkimage: command not found
make[2]: *** [arch/powerpc/boot/uImage] Error 127
make[1]: *** [uImage] Error 2
make[1]: Leaving directory `/home/elorrain/buildroot/project_build_powerpc/Eqam4G/linux-2.6.30.2'
make: *** [/home/elorrain/buildroot/binaries/Eqam4G/uImage] Error 2
Comment 1 Thomas Petazzoni 2010-02-21 22:32:59 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 2 Thomas Petazzoni 2010-06-07 20:40:37 UTC
Yes, the BR2_KERNEL_LINUX infrastructure doesn't handle the dependency on mkimage, while the BR2_KERNEL_LINUX_ADVANCED infrastructure does. I don't intend to fix the current BR2_KERNEL_LINUX infrastructure since I've completely rewritten the code to compile the Linux kernel and hope to get it merged for 2010.08. The dependency on mkimage in this new infrastructure should be correct.

So if my new infrastructure gets merged, we'll be able to mark this bug as fixed.
Comment 3 Thomas Petazzoni 2010-07-15 09:23:49 UTC
The linux-cleanup work has been merged, and it properly handles the dependency on uImage generation to U-Boot mkimage. So this bug is fixed now.