Hi,
I am working on a custom board based on imx6ull evk. I am facing issues regarding package manager. i am not able to install any package using apt.
when i checked the distribution package repository it was empty.
root@imx6ul7d:~# cat /etc/apt/sources.list
root@imx6ul7d:~# ls /etc/apt/sources.list.d/
root@imx6ul7d:~#
root@imx6ul7d:~# cat /etc/os-release
ID=fsl-imx-xwayland
NAME="NXP i.MX Release Distro"
VERSION="6.6-scarthgap (scarthgap)"
VERSION_ID=6.6-scarthgap
VERSION_CODENAME="scarthgap"
PRETTY_NAME="NXP i.MX Release Distro 6.6-scarthgap (scarthgap)"
CPE_NAME="cpe:/o:openembedded:fsl-imx-xwayland:6.6-scarthgap"
root@imx6ul7d:~#
please walk me through the procedure to resolve the packet manager issue.
Hi,
Our BSP only provides the package manager apt. Unfortunately, we do not provide the enhanced security certification requirements since the Debian 10 repo. It is recommended to add packages using Yocto build, or other tools such as dpkg.
Regards
Harvey