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