packet manager in imx6ull

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

packet manager in imx6ull

1,047 次查看
Et_MM
Contributor II

Hi,

I had followed the "UG10164
i.MX Yocto Project User's Guide" section 5.6.12 Package management, provided by nxp.

source.list was empty initialy and sudo apt update was successful but sudo apt install not working based on nxp documentation mentioned above in source.list i hadv added

root@imx6ul7d:~# cat /etc/apt/sources.list

deb http://deb.debian.org/debian buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main
deb http://deb.debian.org/debian buster-updates main

 

and i gave sudo apt update but it throws error

 

root@imx6ul7d:~# sudo apt update
Get:1 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB]
Err:1 http://security.debian.org/debian-security buster/updates InRelease
gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Err:2 http://deb.debian.org/debian buster InRelease
gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
Err:3 http://deb.debian.org/debian buster-updates InRelease
gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
Reading package lists... Done
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
E: The repository 'http://security.debian.org/debian-security buster/updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.debian.org/debian buster InRelease: gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.debian.org/debian buster-updates InRelease: gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed
E: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

for installing gpgv,gpgv1,2 again apt install wont work .

what should be added in the repository for apt-get to work.

标签 (1)
0 项奖励
回复
3 回复数

1,009 次查看
Chavira
NXP TechSupport
NXP TechSupport

HI @Et_MM!

Unfortunately  to add packages to your file system you should compile the image using yocto.

 

Additional packages can be installed by adding the following line in <build dir>/local.conf.
CORE_IMAGE_EXTRA_INSTALL:append = " <package_name1 package_name2>"

 

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

 

Best Regards!

Chavira

0 项奖励
回复

948 次查看
Et_MM
Contributor II

Hi,

Thanks for the reply and I will try this.

Just to reconfirm, this means there are no package managers that can be installed or used with the i.MX6ULL?

0 项奖励
回复

922 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Et_MM!

 

Yes, your understanding is correct.

Best Regards!

Chavira

0 项奖励
回复