revision refs/tags/rocko-4.9.88-2.0.0_ga_gh in meta-fsl-bsp-release not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

revision refs/tags/rocko-4.9.88-2.0.0_ga_gh in meta-fsl-bsp-release not found

Jump to solution
1,029 Views
K_Tsuji
Contributor I
 
but it seems that meta-fsl-bsp-release misses one git tag which is required by https://github.com/nxp-imx/imx-manifest/blob/4fb9b37ff3798243d2690dc7e2f377ae4b6b7dd0/imx-4.9.88-2.0...
 
Execution Result

 

*****@*****:~/Projects/yocto$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-rocko -m imx-4.9.88-2.0.0_ga.xml
Your identity is: *** *** <***@***>
If you want to change this, please re-run 'repo init' with --config-name
Testing colorized output (for 'repo diff', 'repo status'):
  black    red      green    yellow   blue     magenta   cyan     white
  bold     dim      ul       reverse
Enable color display in this user account (y/N)? y
repo has been initialized in /home/*****/Projects/yocto
*****@*****:~/Projects/yocto$ repo sync
remote: Enumerating objects: 1469, done.        
remote: Counting objects:   0% (1/594)        
remote: Counting objects:   1% (6/594)        
remote: Counting objects:   2% (12/594)        
remote: Counting objects:   3% (18/594)        
...
..
.
Resolving deltas:  98% (989/1009)  
Resolving deltas:  99% (999/1009)  
Resolving deltas: 100% (1009/1009)  
Resolving deltas: 100% (1009/1009), completed with 67 local objects.
Fetching:  0% (0/9) 0:51 | 2 jobs | 0:40 meta-freescale @ sources/meta-freescale
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
meta-fsl-bsp-release:
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
meta-fsl-bsp-release: sleeping 4.0 seconds before retrying
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
error: Cannot fetch meta-fsl-bsp-release from https://github.com/nxp-imx/meta-fsl-bsp-release
Fetching: 100% (9/9), done in 7m51.023s
Fetching:  0% (0/1) 0:05 | 1 job | 0:05 meta-fsl-bsp-release @ sources/meta-fsl-bsp-release
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
meta-fsl-bsp-release:
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
meta-fsl-bsp-release: sleeping 4.0 seconds before retrying
fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
error: Cannot fetch meta-fsl-bsp-release from https://github.com/nxp-imx/meta-fsl-bsp-release
Fetching: 100% (1/1), done in 5.764s
error: Cannot checkout meta-fsl-bsp-release: ManifestInvalidRevisionError: revision refs/tags/rocko-4.9.88-2.0.0_ga_gh in meta-fsl-bsp-release not found
error: in `sync`: revision refs/tags/rocko-4.9.88-2.0.0_ga_gh in meta-fsl-bsp-release not found
*****@*****:~/Projects/yocto$
​

 

 

Can someone check and update that?
Thank you in advance!


P.S.

I was researching and found a similar case study.
0 Kudos
Reply
1 Solution
992 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Use below revision which is rocko-4.9.88-2.0.0_ga branch , there is no tag about rocko-4.9.88-2.0.0_ga_gh.

  <project remote="nxp-imx" revision="75abf98a264aeacf52bdc423dea4886d498ef5ec" name="meta-fsl-bsp-release" path="sources/meta-fsl-bsp-release" >
     <linkfile src="imx/tools/fsl-setup-release.sh" dest="fsl-setup-release.sh"/>
     <linkfile src="imx/README" dest="README-IMXBSP"/>
  </project>

 

The old BSP manifests are migrated from old server(not github), so these files may need update.

View solution in original post

4 Replies
1,012 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You can try to use rocko-4.9.88-2.0.0_ga branch

0 Kudos
Reply
1,002 Views
K_Tsuji
Contributor I

Thanks for the quick reply, but I think an error still persists.

You mentioned using the rocko-4.9.88-2.0.0_ga branch, are you sure you mean the imx-linux-rocko branch?
(I'm not familiar with the repo command and am checking to see if I'm right. Sorry if I'm wrong.)
I ran it in the imx-linux-rocko branch with the manifest file imx-4.9.88-2.0.0_ga.xml.
The command itself is executed according to the example at the following URL
https://github.com/nxp-imx/imx-manifest/blob/4fb9b37ff3798243d2690dc7e2f377ae4b6b7dd0/README#L39

And I got an error when I tried to repo sync command.
The error message is

fatal: Couldn't find remote ref refs/tags/rocko-4.9.88-2.0.0_ga_gh
error: Cannot checkout meta-fsl-bsp-release: ManifestInvalidRevisionError: revision refs/tags/rocko-4.9.88-2.0.0_ga_gh in meta-fsl-bsp- release not found

and it seems that rocko-4.9.88-2.0.0_ga_gh is missing.
Note end "_gh" on which manifest requires.

If I am using the wrong branch, we would appreciate it if you could tell us the correc tbranch.
If rocko-4.9.88-2.0.0_ga_gh needs to be updated to run, could you please check and update it?

Thank you in advance.

0 Kudos
Reply
993 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Use below revision which is rocko-4.9.88-2.0.0_ga branch , there is no tag about rocko-4.9.88-2.0.0_ga_gh.

  <project remote="nxp-imx" revision="75abf98a264aeacf52bdc423dea4886d498ef5ec" name="meta-fsl-bsp-release" path="sources/meta-fsl-bsp-release" >
     <linkfile src="imx/tools/fsl-setup-release.sh" dest="fsl-setup-release.sh"/>
     <linkfile src="imx/README" dest="README-IMXBSP"/>
  </project>

 

The old BSP manifests are migrated from old server(not github), so these files may need update.

980 Views
K_Tsuji
Contributor I
Thank you, I will try to get it to work!
It was well executed!
0 Kudos
Reply