Set SRCREV & SRCREV_machine In linux-yocto_3.14.bb To AUTOREV #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The linux-yocto_3.14.bb file refences a changeset ID
b04a6112a8001462b0af176f7dc8c934aa77ba2c which does not exist in
git://github.com/vtss/linux-stable.git This causes bitbake attempt to
fail with the error messsage:
Unable to find revision b04a6112a8001462b0af176f7dc8c934aa77ba2c in
branch vtss_3.14 even from upstream
This change replaced the reference to b04a6112 with ${AUTOREV} which
should always point to the head revision of the target repository. With
this change in place
bitbake linux-yocto
completes successfully.Setting the current head revision (fcd1c9cb) fails with a new error. The
expected values for SRCREV and SRCREV_machine are to an annotated tag or
to a changeset ID which corresponds to an annotated tag.
For further details please see issue vtss/meta-vtss-switch#1