Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set SRCREV & SRCREV_machine In linux-yocto_3.14.bb To AUTOREV #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TafThorne
Copy link

@TafThorne TafThorne commented Nov 8, 2016

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

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 succesfully.

Setting the current head revsion (fcd1c9cb) fails with a new error.  The
expected values for SRCREV and SRCREV_machine are to an annotated tag or
to a chanset ID which corresponds to an annotated tag.

For further details please see issue vtss/meta-vtss-switch/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant