Ticket #18 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by mickey@…

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.

comment:2 Changed 6 years ago by laforge@…

  • Status changed from new to closed
  • Resolution set to fixed

we now have a 'svnnow' bitbake recipie.

Note: See TracTickets for help on using tickets.