HI,
we want to download 4.19.35 BSP , but got error message. below is error message:
How to fix this issue, thanks.
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Counting objects: 43, done
remote: Finding sources: 100% (512/512)
remote: Total 512 (delta 161), reused 512 (delta 161)
Receiving objects: 100% (512/512), 931.59 KiB | 1.94 MiB/s, done.
Resolving deltas: 100% (161/161), completed with 23 local objects.
From https://gerrit.googlesource.com/git-repo
eceeb1b..d92076d maint -> origin/maint
1e01a74..3cceda5 master -> origin/master
* [new branch] repo-1 -> origin/repo-1
34bc571..0b57eed stable -> origin/stable
* [new tag] v1.13.10 -> v1.13.10
* [new tag] v1.13.11 -> v1.13.11
* [new tag] v1.13.9 -> v1.13.9
* [new tag] v1.13.9.1 -> v1.13.9.1
* [new tag] v1.13.9.2 -> v1.13.9.2
* [new tag] v1.13.9.3 -> v1.13.9.3
* [new tag] v1.13.9.4 -> v1.13.9.4
* [new tag] v2.0 -> v2.0
* [new tag] v2.1 -> v2.1
* [new tag] v2.1.1 -> v2.1.1
* [new tag] v2.2 -> v2.2
* [new tag] v2.3 -> v2.3
Traceback (most recent call last):
File "/home/test/bin/repo", line 1004, in <module>
main(sys.argv[1:])
File "/home/test/bin/repo", line 976, in main
_Init(args, gitc_init=(cmd == 'gitc-init'))
File "/home/test/bin/repo", line 405, in _Init
rev = _Verify(dst, branch, opt.quiet)
File "/home/test/bin/repo", line 768, in _Verify
err = proc.stderr.read().decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 66-67: invalid continuation byte
解決済! 解決策の投稿を見る。
HI , we follow the 4.19.35 document of i.MX6_Yocto_Project_User's Guide.pdf and build environment is Ubuntu18.04.
The issue is fixed we add the ignore parameter.
could you tell me what build command you use? give me your environment and bitbake image you use, full or multimedia? we have tested full image on imx8qm and imx8qxp successfully
HI , we follow the 4.19.35 document of i.MX6_Yocto_Project_User's Guide.pdf and build environment is Ubuntu18.04.
The issue is fixed we add the ignore parameter.