Bug 757

Summary: U-Boot: mkimage cannot be installed using external toolchain
Product: buildroot Reporter: Anders Darander <anders.darander>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2009.11   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Debian Sid Target:
Build: 2009-12-02
Attachments: Patch to make sure that staging_dir/usr/bin exists before copying mkimage
Rebased patch.

Description Anders Darander 2009-12-02 12:42:12 UTC
Created attachment 789 [details]
Patch to make sure that staging_dir/usr/bin exists before copying mkimage

When compiling buildroot using an external toolchain, the mkimage tool from u-boot, cannot be installed into the staging area. This happens, as $(STAGING_DIR)/usr/bin has not been created.

Attached is a patch that creates $(STAGING_DIR)/usr/bin if necessary.

Regards,
Anders Darander
Comment 1 Anders Darander 2009-12-09 10:28:35 UTC
Created attachment 813 [details]
Rebased patch.

Bumping the issue.

Attached is a rebased version of the patched. It's now based on SHA1 ID: b7ed169692dca7a1bc423e982d37f015fc998943.

Please apply to the buildroot git archive.

Regards,
Anders Darander
Comment 2 Peter Korsgaard 2009-12-18 07:51:35 UTC
Sorry, seems I overlooked this. Committed now, thanks!