radxa / manifests

91 stars 38 forks source link

Fix the SHA of vendor/rockchip/common repositories. #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

Signed-off-by: Shine shine@vamrs.com

The right repositories: https://gitlab.com/rk-vendor/rk/platform/vendor/rockchip/common/-/commits/rockchip-android-10/ Modify the SHA of the vendor/rockchip/common repositories to the correct SHA value.

qsazx874 commented 3 years ago

I changed /.repo/manifests/Android10_Custom.xml

than run:

repo init -b rockchip-android-10 -m rockchip-q-release.xml repo sync -j8

The following error is displayed: pi@build:~/worksapce:$ repo sync -j8 Fetching projects: 10% (80/737) platform/frameworks/opt/setupwizardfatal: unable to access 'https://gitlab.com/google-group/platform/development/': gnutls_handshake() failed: The TLS connection was non-properly terminated. platform/development: fatal: unable to access 'https://gitlab.com/google-group/platform/development/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Fetching projects: 35% (262/737) platform/external/libavcfatal: unable to access 'https://gitlab.com/google-group/platform/external/parameter-framework/': gnutls_handshake() failed: The TLS connection was non-properly terminated. platform/external/parameter-framework: fatal: unable to access 'https://gitlab.com/google-group/platform/external/parameter-framework/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Fetching projects: 72% (535/737) platform/system/ucontainerfatal: unable to access 'https://gitlab.com/google-group/platform/hardware/google/av/': gnutls_handshake() failed: The TLS connection was non-properly terminated. platform/hardware/google/av: fatal: unable to access 'https://gitlab.com/google-group/platform/hardware/google/av/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Fetching projects: 73% (540/737) platform/test/vts-testcase/hal-tracefatal: unable to access 'https://gitlab.com/google-group/platform/external/python/google-gax/': gnutls_handshake() failed: The TLS connection was non-properly terminated. platform/external/python/google-gax: fatal: unable to access 'https://gitlab.com/google-group/platform/external/python/google-gax/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Fetching projects: 82% (609/737) platform/packages/apps/DeskClockfatal: unable to access 'https://gitlab.com/google-group/platform/packages/apps/Car/externallibs/': gnutls_handshake() failed: The TLS connection was non-properly terminated. platform/packages/apps/Car/externallibs: fatal: unable to access 'https://gitlab.com/google-group/platform/packages/apps/Car/externallibs/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Fetching projects: 99% (736/737) platform/external/javaparserfatal: unable to access 'https://gitlab.com/google-group/platform/external/dng_sdk/': GnuTLS recv error (-54): Error in the pull function. platform/external/dng_sdk: fatal: unable to access 'https://gitlab.com/google-group/platform/external/dng_sdk/': GnuTLS recv error (-54): Error in the pull function.

Fetching projects: 100% (737/737), done. Checking out projects: 99% (734/737) partner_moduleserror: Cannot checkout rk/platform/vendor/rockchip/common: GitError: rk/platform/vendor/rockchip/common rev-list ('^8eb2c924768ae555d437219f210e35f7b28e2fb0', 'HEAD', '--'): fatal: bad object HEAD

Traceback (most recent call last): File "/home/pi/worksapce/.repo/repo/main.py", line 627, in _Main(sys.argv[1:]) File "/home/pi/worksapce/.repo/repo/main.py", line 601, in _Main result = run() File "/home/pi/worksapce/.repo/repo/main.py", line 594, in run = lambda: repo._Run(name, gopts, argv) or 0 File "/home/pi/worksapce/.repo/repo/main.py", line 260, in _Run result = cmd.Execute(copts, cargs) File "/home/pi/worksapce/.repo/repo/subcmds/sync.py", line 964, in Execute self._Checkout(all_projects, opt, err_event, err_results) File "/home/pi/worksapce/.repo/repo/subcmds/sync.py", line 548, in _Checkout self._CheckoutWorker(kwargs) File "/home/pi/worksapce/.repo/repo/subcmds/sync.py", line 428, in _CheckoutWorker return self._CheckoutOne(opt, project, *args, *kwargs) File "/home/pi/worksapce/.repo/repo/subcmds/sync.py", line 462, in _CheckoutOne project.Sync_LocalHalf(syncbuf, force_sync=opt.force_sync) File "/home/pi/worksapce/.repo/repo/project.py", line 1250, in Sync_LocalHalf lost = self._revlist(not_rev(revid), HEAD) File "/home/pi/worksapce/.repo/repo/project.py", line 2772, in _revlist return self.work_git.rev_list(a, kw) File "/home/pi/worksapce/.repo/repo/project.py", line 2990, in rev_list (self._project.name, str(args), p.stderr)) error.GitError: rk/platform/vendor/rockchip/common rev-list ('^8eb2c924768ae555d437219f210e35f7b28e2fb0', 'HEAD', '--'): fatal: bad object HEAD