Hi,
I have i.MX 8M Plus EVK Board and I don't know anything about linux environment. "i.MX Yocto Project User's Guide" say in "3.2 Host packages",
Essential Yocto Project host packages are:
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool rsync curl
I excute that command and I got message "E: Unable to locate package pylint3"
so I ask NXP, and get answer
customer must install pylint3 successfully, if failed, this should be issue with their ubuntu system, then you couldn't build the bsp successfully, firstly customer must install all of packages in the yocto user guide successfully, if pylint3 is required in the yocto user guide, customer must install it, couldn't change pylint3 to pylint
What should I do?