Belisko Marek | 26 Jun 2012 23:26
Picon

xbmc available in (for Rpi)

Today during browsing found this: https://github.com/huceke/buildroot-rbp.

Seems xbmc with dependency libraries are added and even compiling in BR!

Cheers,

Marek

--

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
Thomas Petazzoni | 27 Jun 2012 09:20
Favicon
Gravatar

Re: xbmc available in (for Rpi)

Le Tue, 26 Jun 2012 23:26:09 +0200,
Belisko Marek <marek.belisko <at> gmail.com> a écrit :

> Today during browsing found this:
> https://github.com/huceke/buildroot-rbp.
> 
> Seems xbmc with dependency libraries are added and even compiling in
> BR!

This looks really interesting. Can you contact the developer and
encourage him to submit his work upstream?

Thanks!

Thomas
--

-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
_______________________________________________
buildroot mailing list
buildroot <at> busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard | 27 Jun 2012 09:58
Favicon

Re: xbmc available in (for Rpi)

>>>>> "Belisko" == Belisko Marek <marek.belisko@...> writes:

 Belisko> Today during browsing found this:
 Belisko> https://github.com/huceke/buildroot-rbp.

 Belisko> Seems xbmc with dependency libraries are added and even
 Belisko> compiling in BR!

Nice! My Rpi work has been put on hold as I'm still waiting for the
foundation to ship me a device :/

--

-- 
Bye, Peter Korsgaard
Diego Iastrubni | 27 Jun 2012 16:06
Picon

Re: xbmc available in (for Rpi)

On Wed, Jun 27, 2012 at 10:58 AM, Peter Korsgaard <jacmet-2zL2ArBv0bUdnm+yROfE0A@public.gmane.org> wrote:
>>>>> "Belisko" == Belisko Marek <marek.belisko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

 Belisko> Today during browsing found this:
 Belisko> https://github.com/huceke/buildroot-rbp.

 Belisko> Seems xbmc with dependency libraries are added and even
 Belisko> compiling in BR!

Nice! My Rpi work has been put on hold as I'm still waiting for the
foundation to ship me a device :/


I have one of those here. XBMC locks up pretty bad after several minutes of usage.

I will try this buildroot fork. I am interested in it as well :)
_______________________________________________
buildroot mailing list
buildroot@...
http://lists.busybox.net/mailman/listinfo/buildroot
Diego Iastrubni | 27 Jun 2012 21:36
Picon

Re: xbmc available in (for Rpi)

On Wed, Jun 27, 2012 at 5:06 PM, Diego Iastrubni <diegoiast@...> wrote:
>
> On Wed, Jun 27, 2012 at 10:58 AM, Peter Korsgaard <jacmet@...> wrote:
>>
>> >>>>> "Belisko" == Belisko Marek <marek.belisko@...> writes:
>>
>>  Belisko> Today during browsing found this:
>>  Belisko> https://github.com/huceke/buildroot-rbp.
>>
>>  Belisko> Seems xbmc with dependency libraries are added and even
>>  Belisko> compiling in BR!
>>

I am missing something out here in git:

cd ~/src/buildroot [where my buildroot clone is)
git remote add rbp git://github.com/huceke/buildroot-rbp.git
git fetch rbp

Git is pulling now the whole remote repository. I was thinking it will
only pull the "diff" between builroot and buildroot-rbp ... as they
share a lot... no?

What am I doing wrong?
Peter Korsgaard | 28 Jun 2012 00:31
Favicon

Re: xbmc available in (for Rpi)

>>>>> "Diego" == Diego Iastrubni <diegoiast@...> writes:

 Diego> I am missing something out here in git:

 Diego> cd ~/src/buildroot [where my buildroot clone is)
 Diego> git remote add rbp git://github.com/huceke/buildroot-rbp.git
 Diego> git fetch rbp

 Diego> Git is pulling now the whole remote repository. I was thinking it will
 Diego> only pull the "diff" between builroot and buildroot-rbp ... as they
 Diego> share a lot... no?

The rbp repo unfortunately seems to be a new import of a tree, and not
based on a clone of the upstream buildroot tree, so to git there is no
relation betweeen them.

--

-- 
Bye, Peter Korsgaard

Gmane