Bug 757 - U-Boot: mkimage cannot be installed using external toolchain
Summary: U-Boot: mkimage cannot be installed using external toolchain
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2009.11
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 12:42 UTC by Anders Darander
Modified: 2009-12-18 07:51 UTC (History)
1 user (show)

See Also:
Host: Debian Sid
Target:
Build: 2009-12-02


Attachments
Patch to make sure that staging_dir/usr/bin exists before copying mkimage (1.01 KB, patch)
2009-12-02 12:42 UTC, Anders Darander
Details
Rebased patch. (1.01 KB, patch)
2009-12-09 10:28 UTC, Anders Darander
Details

Note You need to log in before you can comment on or make changes to this bug.
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!