Ticket #849 (closed defect: wontfix)
bitbake fails because it tries to fetch openmoko with svn co -r 1
| Reported by: | johnpcass@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | 2007.2 |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
bitbake fails with an ERROR in fetch on openmoko2 components.
This is because it is explictly trying to svn co -r 1
the revision number comes from classes/openmoko2.bbclass:
SVNREV = "r${SRCREV}"
I think somewhere this SRCREV is not being set and defaults to 1
I changed this to SVNREV = "rHEAD" and also changed the default SRC_URI in that
file to include "...;rev=HEAD"
and then all the HEAD versions of the openmoko apps get downloaded and it works.
Change History
Note: See
TracTickets for help on using
tickets.

Hi,
Same thing here,
I got the same issue, erased my environment. I then rebuilt everything from
scratch, and ... the issue vanished !!
Cheers,
Fabien