[oe] [PATCH v2] pulseaudio: Run as system-wide instance instead of per-user

Jason Kridner jkridner at beagleboard.org
Fri Jul 8 20:30:26 UTC 2011


On Fri, Jul 8, 2011 at 3:10 PM, Joel A Fernandes <agnel.joel at gmail.com> wrote:
> On Fri, Jul 8, 2011 at 11:07 AM, Kooi, Koen <k-kooi at ti.com> wrote:
>> (posting from the airport)
>>
>> If I understood correctly Joel is going to try out 0.9.22 to see if that fixes session mode, and it not, try to make systemmode a separate recipe that both .15 and .22 could optionally use.
>>
>> Joel, please correct me if I'm wrong :)
>
> Hi Koen,
>
> That's right :)
>
> While I'm doing a build, I am also posting detailed logs to pulseaudio
> ML about the failure of an older version, just incase.
>
> Just mentioning that I'm setting PREFERRED_VERSION_pulseaudio to
> 0.9.22 in conf/.../angstrom-2008-preferred-versions.inc

Is it 2008 or 2010 that gets used?

>
> I do recall from the phone that you mentioned something about an
> "armv7" specific variable but I couldn't find it. Let me know if
> setting the above mentioned variable is ok.

I believe I've found an example at
http://cgit.openembedded.net/cgit.cgi/openembedded/tree/conf/distro/angstrom-2008.1.conf?h=2011.03-maintenance#n107:

ANGSTROM_BINUTILS_VERSION                ?= "2.18"
ANGSTROM_BINUTILS_VERSION_armv4          ?= "2.20"
ANGSTROM_BINUTILS_VERSION_armv7a         ?= "2.18.50.0.7"

PREFERRED_VERSION_binutils               ?= "${ANGSTROM_BINUTILS_VERSION}"

Looking at http://cgit.openembedded.net/cgit.cgi/openembedded/tree/conf/distro/include/angstrom-2010-preferred-versions.inc,
it seems to have "0.9.22" already!
http://cgit.openembedded.net/cgit.cgi/openembedded/tree/conf/distro/include/angstrom-2010-preferred-versions.inc?h=2011.03-maintenance
seems to be at "0.9.21".

I'd guess that you'd want to submit a patch for maintenance that did
something similar:

ANGSTROM_PULSEAUDIO_VERSION        = "0.9.21" (or whatever the old version was)
ANGSTROM_PULSEAUDIO_VERSION_armv7a = "0.9.22"

PREFERRED_VERSION_pulseaudio       = "${ANGSTROM_PULSEAUDIO_VERSION}"

>
> Thanks and Have a safe flight.

Hopefully I've saved Koen some typing from the phone!  (probably not :-) )

>
> Regards,
> Joel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list