Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Khem Raj
On Fri, Aug 31, 2012 at 1:44 AM, Jack Mitchell wrote: > > > "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" I wonder whats inside meta-raspberrypi/recipes-core/systemd ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Andrei Gherzan
On Fri, Aug 31, 2012 at 12:28 PM, Jack Mitchell wrote: > On 31/08/12 10:20, Andrei Gherzan wrote: > >> On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych < >> tf+lists.yo...@r-finger.com >> > >>wrote: >> >> >> On 31/08/12 10:10, Jack Mitchell wrote: >>

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:20, Andrei Gherzan wrote: On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych mailto:tf+lists.yo...@r-finger.com>>wrote: On 31/08/12 10:10, Jack Mitchell wrote: > Thanks for the suggestion but unfortunately no dice. It was working > about a week ago with this BBMASK...Th

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Andrei Gherzan
On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych < tf+lists.yo...@r-finger.com> wrote: > On 31/08/12 10:10, Jack Mitchell wrote: > > Thanks for the suggestion but unfortunately no dice. It was working > > about a week ago with this BBMASK...The only big change I can see is > > that omxplayer now d

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Tomas Frydrych
On 31/08/12 10:10, Jack Mitchell wrote: > Thanks for the suggestion but unfortunately no dice. It was working > about a week ago with this BBMASK...The only big change I can see is > that omxplayer now depends in libav, but I have tried just masking the > whole recipes-multimedia path with the same

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:03, Tomas Frydrych wrote: On 31/08/12 09:44, Jack Mitchell wrote: My BBMASK is: BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" I think it matches against full paths, so try: ".*/meta-raspberrypi/recipes-multimedia/libav|.*/met

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Tomas Frydrych
On 31/08/12 09:44, Jack Mitchell wrote: > My BBMASK is: > >BBMASK = > > "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" I think it matches against full paths, so try: ".*/meta-raspberrypi/recipes-multimedia/libav|.*/meta-raspberrypi/recipes-core/systemd"

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:30, Paul Eggleton wrote: On Friday 31 August 2012 09:26:03 Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find t

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Paul Eggleton
On Friday 31 August 2012 09:26:03 Jack Mitchell wrote: > I'm attempting to build for the Raspberry Pi again today and I have hit > a problem with libav. I have it BBMASK'ed in my local.conf however it > seems the recipe still gets sanity checked and can't find the recipe to > go with the bbappend s

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:26, Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find the recipe to go with the bbappend so it fails. What