To use Linaro's optimized packages and get their sources, firstly you'll need 
to identify which package(s) you're interested in. Often times teams will have 
their own PPAs where they will place development versions of optimized packages 
as they are working on them and/or just before they submit them for inclusion 
by the main archive. 

When you visit a PPA you'll notice there are instructions on how to add that 
PPA so that when you do an apt-get install it can pull from that PPA.

So look at  the linaro-maintainers PPA as an example:

https://launchpad.net/~linaro-maintainers/+archive/overlay

So if you are interested in the es2gears app

All you need to do is either download the debs directory and install via dpkg 
(ick!)  or 

sudo add-apt-repository ppa:linaro-maintainers/overlay
sudo apt-get update
sudo apt-get install es2gears 

and as long as the es2gears deb found in that PPA is newer than what is in the 
main package archive it will be installed from the PPA.

If you want the source you can issue:

apt-get source packagename

Now for meego, that's a whole different discussion and really you should join 
say #meego and ask there or on the meego lists tho I will mention in passing 
that I am currently working on packaging some of Meego up for use in linaro. 

Hopefully this helps a bit.

Regards,
Tom

"We want great men who, when fortune frowns will not be discouraged." - Colonel 
Henry Knox
w) tom.gall att linaro.org
w) tom_gall att vnet.ibm.com
h) tom_gall att mac.com







On Dec 15, 2010, at 7:48 PM, Paul Li wrote:

> Hi Alexander,
>       I want to know how to use Linaro's optimized sources.
>       For example, if I run Lucid on my board and where can I get the deb 
> packages and source code of Linaro's optimized sources(Graphics, Multimeia, 
> Tools and so on)? You have said that I can just use them 'sudo apt-get 
> install <package>'
>       If I run MeeGo on my board and where can I get the rpm packages and 
> source code of Linaro's optimized sources?
>       Does Linaro have a web server to store the deb or rpm packages and 
> source code? 
> 
> B.R
> Paul
> 
> -----Original Message-----
> From: Alexander Sack [mailto:a...@linaro.org] 
> Sent: 2010年12月15日 19:13
> To: Paul Li
> Cc: spring; Linaro Dev
> Subject: Re: autobuild system of linaro
> 
> On Wed, Dec 15, 2010 at 11:39 AM, Paul Li <e...@marvell.com> wrote:
>> Hi,
>>        Thank you. And another question, I can see GCC and kernel related in 
>> 10.11 release, but not graphics, power management and multimedia. Will these 
>> be available in 11.15?
> 
> what do you need?
> 
> but yes, toolchain and kernel were main focus in 10.11; graphics, mm
> and pmgmt WG have now their first full cycle in 11.05 ... and their
> output will be integrated in 11.05 - where feasible.
> 
> Anyway, in 10.11 we also did some ground work related to graphics in
> user-platform team; you can look at the work item tracker of
> user-platform to get an idea:
> 
>  
> http://people.canonical.com/~pitti/workitems/maverick/linaro-user-platforms.html
> 
> the arm-ui-and-test-heads spec as well as the graphics on x spec might
> be most relevant for that.
> 
> Let me know what you are trying to do from a high level perspective
> and I can probably give better guidance :)
> 
> Thanks,
> 
> -- 
> 
>  - Alexander
> _______________________________________________
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to