You wrote:
"...also, you need a package feed".
Can you explain this further? Where.how is it specified.
My conf/local.conf includes the following:
CORE_IMAGE_EXTRA_INSTALL += "apt"
This successfully adds the "apt" package (for apt-get install <linux deb package name>, etc) to my yocto generated image BUT the "apt" package is not "initialized", for example there is no "sources.list" file and no "status" file so that apt-get install... doesn't really work. I can create an empty status file but it is not clear to me how I "point" apt-get to the "standard linux download repositories" where it can lookup from which internet location specific packages can be downloaded.
So basically "apt" is useless on my target system as it can't find any download locations for any "standard" linux packages/commands I (or my users) want to add to my/their system. It is not clear to me how I could setup yocto to automatically "initialize" the "apt" package (like the "apt-get install" command) with all the appropriate configuration files it needs to behave like it does on ubuntu, etc. For example if I want to install the nano editor (apt-get install nano), it doesn't know from where to download the "nano" package, hence it fails. I have tried to google this but none of the discussions are clear to me and I can't figure this out!
Any help would be much appreciated!
Best Regards
- Gerard