Re: [yocto] verifying prerequisites for a software

2018-01-03 Thread Ismael Martínez Dibene
apt-cache depends gives you the prerequisites of your package dpkg is your friend to check for installed packages That above is for debian like distros, for redhat, use rpm -qa or rpm -ql On Wed, Jan 3, 2018 at 5:16 PM, Rail Shafigulin wrote: > I haven't worked with Yocto a lot, so forgive m

[yocto] verifying prerequisites for a software

2018-01-03 Thread Rail Shafigulin
I haven't worked with Yocto a lot, so forgive me if the question seems a bit trivial. I'm working with a Zynq FPGA from Xilinx. I'm trying to build a Linux image for it. Xilinx is using its own distro called Petalinux. They do provide a layer called meta-petalinux for building it. I need to inclu