Re: [yocto] GStreamer1.0 : gstreamer1.0-plugins-* doesn't extract the codec libraries into GStreamer library path

2014-12-04 Thread Ong, Boon Leong
Hi Azril, Thank you for your question. For meta-intel related question, you should channel them to meta-intel M/L. Since I catch it here, I have just added it on your behalf. Thanks BL From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoc

Re: [yocto] Issue with compiling x264 package in Yocto

2014-12-03 Thread Ong, Boon Leong
Hi Yu, Let’s me work with you on this since we are at the same building. ☺ I know the solution to the proxy issue that you are facing Thanks BL From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Yu, Chan KitX Sent: Thursday

[yocto] [daisy branch] circular dependency bitbake build issue in initscript

2014-07-07 Thread Ong, Boon Leong
with circular dependency complaint. After the above patch is applied, the circular dependency issue has been resolved. Please consider pulling this patch onto daisy branch if there is no concern from the community. Thanks Ong Boon Leong -- ___ y

Re: [linux-yocto] [PATCH 5/5] mei.cfg: configure Intel MEI driver as module

2014-05-16 Thread Ong, Boon Leong
> > --- a/meta/cfg/kernel-cache/features/amt/mei/mei.cfg > > +++ b/meta/cfg/kernel-cache/features/amt/mei/mei.cfg > > @@ -1,4 +1,4 @@ > > CONFIG_STAGING=y > > CONFIG_WATCHDOG_CORE=y > > CONFIG_INTEL_MEI=y > The CONFIG_INTEL_MEI also need to be converted to module. > I realize that there is n

Re: [linux-yocto] Regarding clarifications for adding support of I2C, SPI slave devices on x86 through ACPI

2014-04-15 Thread Ong, Boon Leong
CC'ed Rebecca & Chia Ee for their response/attention. Short answer, we have both ACPI and PCI enumeration support for those low power IO like I2C, SPI, HS-UART. You can refer to http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/tree/meta/cfg/kernel-cache/features/valleyisland-io?h=meta

Re: [yocto] Question on cross-compiling 32-bit application on 64-bit target platform

2014-03-25 Thread Ong, Boon Leong
Just following up - can someone offer some help here?" > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Ong, Boon Leong > Sent: Friday, March 21, 2014 6:07 PM > To: yocto@yoctoproject.org > Cc: Kh

[yocto] Question on cross-compiling 32-bit application on 64-bit target platform

2014-03-21 Thread Ong, Boon Leong
Hi, Could anyone comment on whether we can cross-compile a 32-bit application on a 64-bit Intel machine booted with core-image-sato-sdk hddimg. If it is not enabled by default on the SDK image, how can I configure the recipe to do so when I build core-image-sato-sdk? Co