Re: [yocto] Apt-get is not working...

2017-08-17 Thread Miguel Aveiro
Well, I think you're missing the point of using Yocto. The idea is to create your own distribution and manage it yourself...so don't expect a mainstream Yocto apt repository for your target machine (RPi). You can either include those missing libraries on your build and reflash your RPi or set up a

[yocto] Apt-get is not working...

2017-08-16 Thread mohammed aqdam
hello everyone, i was trying to build image for rpi 3 using yocto... after few attempts i have build the image...but it not had apt-get so i added IMAGE_INSTALL_append +=" apt" above line local.conf. now i apt-get is working but whenever i try to add any package it will give package not found error