| Summary: | U-Boot: mkimage cannot be installed using external toolchain | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Anders Darander <anders.darander> |
| Component: | Other | Assignee: | 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. |
||
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
Sorry, seems I overlooked this. Committed now, thanks! |
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