On Tue, May 3, 2016 at 3:18 PM, Mark T <[email protected]> wrote: > Hi, > > When we started working with Yocto we cloned via - > > git clone -b jethro git://git.yoctoproject.org/poky.git mydir/ > cd mydir > git clone git://git.yoctoproject.org/meta-intel -b jethro > > If we do the same a month or so later do we get the same version ? we > suspect not the distro version has changed. > > Is there a way we can clone the same version all the time ? > > Secondly, what should be considered a stable version to clone ? >
The release branch will get bug fixes and security updates after the release. If you don't want it to change at all, use the tag or tarballs, not the branch. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
