[yocto] Manipulating code and Building in offline environment

Burton, Ross ross.burton at intel.com
Wed Apr 27 07:14:25 PDT 2016


On 27 April 2016 at 14:03, Lars Larsen <lars at visionweeding.com> wrote:
>
> BRANCH ?="develop"
> SRC_URI =
 "git:///eserver/GIT/autodiscover/;branch=${BRANCH};;name=discover "
> SRCREV_discover= "${AUTOREV}"
> SRCREV_FORMAT= "discover"

This is likely the problem.

$(AUTOREV) means "go and get the latest revision every build", which is
incompatible with offline builds.  Set the SRCREV to a specific SHA and
then the mirror can contain the SHA that the recipe wants to build.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160427/1e11a0cb/attachment.html>


More information about the yocto mailing list