Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-21 Thread Andrei Gherzan
On Sat, Apr 16, 2016 at 11:24:01AM +1000, Jonathan Liu wrote: > Hi Khem, > > On 14 April 2016 at 02:36, Khem Raj wrote: > > Thats interesting, I will try to reproduce it > > I have submitted a patch to the mailing list to bump the omxplayer > revision which fixes the issue. > Cool. I'll take a lo

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-15 Thread Jonathan Liu
Hi Khem, On 14 April 2016 at 02:36, Khem Raj wrote: > Thats interesting, I will try to reproduce it I have submitted a patch to the mailing list to bump the omxplayer revision which fixes the issue. > > On Apr 13, 2016, at 7:21 AM, Jonathan Liu wrote: > > On Thursday, 14 April 2016, Khem Raj

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Khem Raj
Thats interesting, I will try to reproduce it > On Apr 13, 2016, at 7:21 AM, Jonathan Liu wrote: > > On Thursday, 14 April 2016, Khem Raj > wrote: > On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu > wrote: > > Hi Khem, > > > > On 3 April 2016 at 03:59, Khem Raj > > >

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
On Thursday, 14 April 2016, Khem Raj wrote: > On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu > wrote: > > Hi Khem, > > > > On 3 April 2016 at 03:59, Khem Raj > > wrote: > >> This helps in using this library when building > >> with PIE binaries > >> > >> Signed-off-by: Khem Raj > > >> --- > >> ..

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Khem Raj
On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu wrote: > Hi Khem, > > On 3 April 2016 at 03:59, Khem Raj wrote: >> This helps in using this library when building >> with PIE binaries >> >> Signed-off-by: Khem Raj >> --- >> .../0014-build-shared-library-for-vchostif.patch | 28 >> ++

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
Hi Khem, On 3 April 2016 at 03:59, Khem Raj wrote: > This helps in using this library when building > with PIE binaries > > Signed-off-by: Khem Raj > --- > .../0014-build-shared-library-for-vchostif.patch | 28 > ++ > recipes-graphics/userland/userland_git.bb |

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-02 Thread Khem Raj
This helps in using this library when building with PIE binaries Signed-off-by: Khem Raj --- .../0014-build-shared-library-for-vchostif.patch | 28 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 recipes-g