On Thu, Jan 8, 2015 at 8:56 AM, Subodh Chiwate <[email protected]> wrote: > But the meta-fsl-arm is failing during repo sync. Any particular reason for > that failure.
We are successfully pulling from the repositories on all O.S. Systems' build bots. So I think we are fine on it... > Could someone please post an example for the smartsync option of repo > utility. We don't support the smartsync feature. We host the branches and always move to the tip of those (or specific hashes for tags, for example). > repo sync results in the following error for meta-fsl-arm. > > /Data1/yocto/fsl-community-bsp$ repo sync > Fetching project fsl-community-bsp-base > Fetching project Documentation > Fetching project meta-fsl-demos > Fetching project meta-fsl-arm > Fetching projects: 14% (1/7) Fetching project poky > Fetching projects: 28% (2/7) Fetching project meta-openembedded > Fetching projects: 42% (3/7) Fetching project meta-fsl-arm-extra > Fetching projects: 85% (6/7) remote: Counting objects: 25, done. > remote: Compressing objects: 100% (16/16), done. > remote: Total 16 (delta 14), reused 0 (delta 0) > Unpacking objects: 100% (16/16), done. > From git://git.yoctoproject.org/poky > 130958c..97d44bf master -> yocto/master > Fetching projects: 100% (7/7), done. > Traceback (most recent call last): > File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 500, in > <module> > _Main(sys.argv[1:]) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 476, in > _Main > result = repo._Run(argv) or 0 > File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 155, in > _Run > result = cmd.Execute(copts, cargs) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcmds/sync.py", line > 675, in Execute > project.Sync_LocalHalf(syncbuf) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 1204, in > Sync_LocalHalf > lost = self._revlist(not_rev(revid), HEAD) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2241, in > _revlist > return self.work_git.rev_list(*a, **kw) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2435, in > rev_list > p.stderr)) > error.GitError: meta-fsl-arm rev-list > (u'^7539a694f3d01f1ab5162bfee16b0327f827c4f7', 'HEAD', '--'): fatal: bad > object 7539a694f3d01f1ab5162bfee16b0327f827c4f7 The 7539a694f3d01f1ab5162bfee16b0327f827c4f7 hash is our current tip of dizzy branch. Please go into sources/meta-fsl-arm and see if Git is operating normally. It seems you have a local repository corrupted somehow. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
