Ticket #18 (closed defect: fixed)
OE build of u_boot with CVSDATE 20061030 uses latest git HEAD !
| Reported by: | laforge@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | u-boot | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
When building u-boot in our OE tree, it always uses the git HEAD of _today_
rather than the timestamp 20061030.
I have now modified our patches to match the current git HEAD, so we should
definitely fix the timestamp to 20070104 for futher u-boot packages.
Change History
Note: See
TracTickets for help on using
tickets.

git unfortunately has no concept of dates, hence it doesn't honor ${SRCDATE}. We
need to explicitly pass a revision as 'tag=<revision>' in SRC_URI to pinpoint it
down to a certain rev.