Re: [oe] ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine

2011-09-28 Thread Michael Poole
On Wed, Sep 28, 2011 at 11:08 AM, Gary Thomas wrote: > On 2011-09-28 08:58, Michael Poole wrote: >> >> On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: >>> >>> On 2011-09-23 14:46, Michael Poole wrote: On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: > > Check to make sure t

Re: [oe] ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine

2011-09-28 Thread Gary Thomas
On 2011-09-28 08:58, Michael Poole wrote: On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: On 2011-09-23 14:46, Michael Poole wrote: On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: Check to make sure that you don't have write permission to /opt If you have write permission in the dire

Re: [oe] ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine

2011-09-28 Thread Michael Poole
On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: > On 2011-09-23 14:46, Michael Poole wrote: >> >> On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >>> >>> Check to make sure that you don't have write permission to /opt >>> If you have write permission in the directory /opt, the installer >>>

Re: [oe] CONFFILES question

2011-09-28 Thread Jaap de Jong
This seems to work. def get_databasefiles(): import os s='' for file in os.listdir('/var/lib/myproject'): s = s+' '+'/var/lib/myproject/'+file return s CONFFILES_${PN} = "${@get_databasefiles()}" On 09/28/2011 03:01 PM, Jaap de Jong wrote: Hi, I would really like to

[oe] CONFFILES question

2011-09-28 Thread Jaap de Jong
Hi, I would really like to use some wildcards in a CONFFILES_${PN}. CONFFILES_${PN} = "/var/lib/myproject/*" Compiling this works, but installing ends with a error message. How should I accomplish this? Or is specifying all the files the only way to go? Jaap

Re: [oe] pull request script

2011-09-28 Thread Denys Dmytriyenko
On Wed, Sep 28, 2011 at 07:55:03AM +0200, Steffen Sledz wrote: > On 27.09.2011 22:54, Tom Rini wrote: > > On Tue, Sep 27, 2011 at 12:26 AM, Steffen Sledz > > wrote: > >> > On 23.09.2011 02:01, Tom Rini wrote: > >>> >> Applied, thanks. And for the future, I think it's possible to use the > >>> >>