Ticket #647 (closed defect: fixed)
linux-gta01.inc uses wrong objcopy
| Reported by: | cesarb@… | Owned by: | laforge@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | kernel | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
linux-gta01.inc uses the fixed name of "arm-linux-objcopy" for the objcopy
binary, which is wrong if compiling for another ABI. It should use ${OBJCOPY}
instead, which bitbake helpfully sets to the correct binary.
Attachments
Change History
Changed 6 years ago by cesarb@…
- Attachment linux-gta01-fix-eabi-objcopy.patch added
Note: See
TracTickets for help on using
tickets.

Make linux-gta01.inc use ${OBJCOPY} instead of arm-linux-objcopy