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 >> somewhere in the world like

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

2018-02-28 Thread Alexander Kanavin
On 02/26/2018 04:14 PM, Laigui Qin wrote: I would like to think there is a well maintained Yocto/Poky repository somewhere in the world like the debian/Raspbian deb source to leverage (build and maintain my own repo is not my purpose.) Looks like there is not such repo available... Please con

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

2018-02-26 Thread Laigui Qin
Thanks Ross. got your point on Raspbian package difference. and PACKAGE_FEED_URLS attribute is useful for me. -Mike At 2018-02-26 18:16:48, "Burton, Ross" wrote: Running your own feed for personal use is trivial, just point lighttpd or any other HTTP server at the deploy/deb directory on yo

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 GNU Linux with Yocto for Raspberry

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

2018-02-26 Thread Laigui Qin
Hello Johnny, Thanks for the reply. Yes, I know that's not a good idea now. I would like to think there is a well maintained Yocto/Poky repository somewhere in the world like the debian/Raspbian deb source to leverage (build and maintain my own repo is not my purpose.) Looks like there is not s

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

2018-02-26 Thread Burton, Ross
Running your own feed for personal use is trivial, just point lighttpd or any other HTTP server at the deploy/deb directory on your build machine. If you set PACKAGE_FEED_URLS in your local.conf to the URL of the server then future images will contain a pre-populated sources.list. However the only

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

2018-02-25 Thread Josef Holzmayr
Hello! On Sun, Feb 25, 2018 at 09:38:52PM +0800, Laigui Qin wrote: > 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 Rep

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

2018-02-25 Thread Johnny R Cash
Greetings. If i understand 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 U

[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