On 04/09/2011 05:04 AM, Robert Berger wrote:
Hi,

Can someone please tell me if there is a tag in
git://git.pokylinux.org/poky.git which corresponds to the official
release tarball and what it is?

What puzzles me is that if you check out bernard-5.0 from the git
repository it does not correspond to
http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2

OK, it does not seem to be anything seriously different between the two:

#       modified:   README.hardware
#       modified:   documentation/adt-manual/adt-prepare.xml
#       modified:   documentation/yocto-project-qs/yocto-project-qs.xml
#       modified:   meta/conf/distro/poky.conf

... but you might want to synchronize since some people prefer to work
from git and others from the tarball.

As an example the README.hardware found in the tarball suggests to build
and update u-boot for the Freescale MPC8315E-RDB, which does not exist
in the git repo.

This suggests to me that your local git repository isn't up to date. The tag has been moved at least once since it was created, and it sounds like your repository is behind the most recent move of the tag.

Note: if you use git fetch --all, that will fetch new tags but doesn't update old ones that have moved - you need to explicitly run git fetch --tags.

HTH,

Scott

--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to