[yocto] [SPAM] - Re: Ubuntu PPA usage in Yocto - Email found in subject

Tim Verstraete Tim.Verstraete at medecbenelux.be
Wed Aug 29 05:26:08 PDT 2012


Indeed, that does make sense ... 

Thanks for the reply,

Kind regards,

Tim

-----Original Message-----
From: Khem Raj [mailto:raj.khem at gmail.com] 
Sent: dinsdag 28 augustus 2012 19:04
To: Tim Verstraete
Cc: yocto at yoctoproject.org
Subject: [SPAM] - Re: [yocto] Ubuntu PPA usage in Yocto - Email found in subject

On Tue, Aug 28, 2012 at 2:50 AM, Tim Verstraete <Tim.Verstraete at medecbenelux.be> wrote:
> Hi everybody,
>
>
>
> I keep on seeing some interesting software packages into the PPA for 
> Ubuntu ... now I was wondering is there a way within Yocto to reuse 
> those PPA package (not from the machine with apt-get) but with a recipe?
>
>
>
> Take for example the TI OMAP4 … on the TI Launchpad I see:
> https://launchpad.net/~tiomap-dev/+archive/release pvr-omap4-dkms and 
> i would like to use this. How should I add such thing in yocto.
>
>

well you would start by using PACKAGE_CLASSES = "
package_deb" in your local.conf

that should generate you an image with dpkg as packaging backend

IMAGE_FEATURES += "package-management"

that will add online package management component to your image

build your image and it should have knobs for hooking in feeds if you know how its done for apt

bigger problems start here where the packages in that PPA may require different versions of package dependencies than what you get from yocto image and even worse they might use a different ABI etc.


>
> Thank in advance,
>
>
>
> Kind regards,
>
>
>
> Tim
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


More information about the yocto mailing list