I am on yocto-autobuilder dora branch. I would like my Nightly scheduler check out some layers using the 'hash' repo setting. The default behavior seems to be that a nightly build does not receive 'commit_layername' information, and thus the CheckOutLayers object just uses the HEAD.
Where might I go about passing these properties in so that CheckOutLayers will use my 'hash' setting? - Jate S. On Thu, Apr 17, 2014 at 2:09 PM, Flanagan, Elizabeth <[email protected]> wrote: > Jate, > > You can use the 'hash' property. Just make sure you have no other > branch/tag properties in the repo description. > > So, something like this should work: > > repos: [{'poky': > {'repourl':'git://git.yoctoproject.org/poky', > 'hash':'7831ae829103ab283645'}}, > > > On Thu, Apr 17, 2014 at 10:23 AM, Jate S <[email protected]> wrote: >> I am customizing the Yocto autobuilder for my own project. I would like to >> specify a checksum for the repourl for poky. What property do I need to add? >> I have tried adding the property commit, but it does not appear to work. >> >> Thanks, >> >> - Jate S. >> > > > > -- > Elizabeth Flanagan > Yocto Project > Build and Release -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
