Ticket #235 (closed defect: fixed)
Deploy openocd-native, not openocd, and make openocd-native buildable
| Reported by: | rod@… | Owned by: | laforge@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Patch is at
http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openmoko-HEAD/openocd.patch
Had to add FILESDIR to the native bb, so it would pick up the patches from the
correct directory. Then moved the do_deploy from the cross build to the native
build (as you need the native build for devirginator, so that's the one which
should be in the deploy directory).
Change History
Note: See
TracTickets for help on using
tickets.

I see you've committed something to openocd-native, but didn't use this patch or
close this bug.
Are you sure you don't need the
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openocd"
part of this patch?
(either that, or rename the openocd subdir to 'files', so that both the native
and cross package builds can find the local patches).