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
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
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
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
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
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
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
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
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