Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-03-01 Thread Laigui Qin
Hi Alex, Thanks for the explanation. It makes much more sense for the difference. BR, Mike At 2018-03-01 00:02:36, "Alexander Kanavin" wrote: >On 02/26/2018 04:14 PM, Laigui Qin wrote: >> I would like to think there is a well maintained Yocto/Poky repository >&g

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
e packages from Raspian (just like you wouldn't expect to re-use packages from Fedora), so if that's your goal then you should just use Raspian. Ross On 25 February 2018 at 13:38, Laigui Qin wrote: Hi Everyone, I am building the GNU Linux with Yocto for Raspberry Pi using meta-ra

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
Hello Josef, Thanks for the guide. I think choice 1 is best solution for my situation based on the context. BR, Mike At 2018-02-26 15:38:40, "Josef Holzmayr" wrote: >Hello! > >On Sun, Feb 25, 2018 at 09:38:52PM +0800, Laigui Qin wrote: >> I am building the

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
erstand you correctly you configured your Yocto/Poky OS to try to fetch updates from Raspbian OS. You would need to configure Yocto/Poky to update from a Yocto/Poky repository. As with using Yocto you probably are defining your own, that would have to be your own repository URL. BR On 25.02.2018 14:

[yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-25 Thread Laigui Qin
Hi Everyone, I am building the GNU Linux with Yocto for Raspberry Pi using meta-raspberrypi. Everything is good (with help of google search and yocto manual) until I added apt support to the image. As I am a little confused which Repository URL I should put in the sources.list, I tried the Ras