[yocto-announce] Intel Core Processor (Haswell-Walnut Canyon) BSP for Yocto Project version 1.7.2 (Dizzy) now available.

2015-09-10 Thread Ong, Boon Leong
Hi all, We are pleased to announce the updated release of the Intel(r) Haswell-Walnut Canyon BSP for the Yocto Project "dizzy" 1.7.2 release. https://www.yoctoproject.org/downloads/bsps/dizzy172/haswell-walnut-canyon Features Supported in this Release: * Linux kernel version 3.10 * Support

Re: [linux-yocto] [PATCH 0/1] enable i40e driver for Intel XL710/X710

2015-07-29 Thread Ong, Boon Leong
-Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Bruce Ashfield Sent: Thursday, July 30, 2015 2:40 AM To: Mittal, AnujX; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 0/1] enable i40e driver for Intel

Re: [linux-yocto] [PATCH 4/4] romley: remove common video and media config items

2015-03-26 Thread Ong, Boon Leong
: remove common video and media config items These are already included via the media-all in common-pc Cc: Haw Foo Chien foo.chien@intel.com Signed-off-by: Saul Wold s...@linux.intel.com Acked-by: Ong Boon Leong boon.leong@intel.com -- ___ linux

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

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:

[linux-yocto] [PATCH][3.10] 8250_dw merge issue since v3.10.48.

2014-10-08 Thread Ong Boon Leong
linux-yocto v3.10.48 merge. Thanks Boon Leong Ong Boon Leong (1): serial, 8250_dw: fix linux-yocto merge build issue since v3.10.48 drivers/tty/serial/8250/8250_dw.c |1 1 file changed, 1 insertion(+) -- 1.7.9.5 -- ___ linux-yocto mailing list

[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 -- ___ yocto mailing

[yocto-announce] Intel® Atom™ Processor E3800 (Valley Island) BSP for Yocto Project version 1.5.2 Released

2014-05-30 Thread Ong, Boon Leong
://www.intel.com/p/en_US/embedded/hwsw/hardware Thank you very much. Ong Boon Leong boon.leong.ong at intel.com -- ___ yocto-announce mailing list yocto-announce@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto-announce

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-23 Thread Ong, Boon Leong
So however you got a merge conflict. Your tree wasn't up to date. I do not encounter any merge conflicts, is just that the branches is not merging. By checking my build, I notice that the valleyisland-io-1.0 branch has the same HEAD of standard/base (which means I don't see any

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-23 Thread Ong, Boon Leong
SRCREV_machine ?= f53a6114b3a6e8c03ca4752de829887015f4c942 And retry ? Retry on the new commit and git describe valleyisland-io-1.0 shows v3.10.38-2618-g8ea4fb6. Perfect! *Sherlock Holmes's* style of solving linux-yocto branch merge mystery. We are good now! Thanks a bunch Bruce! --

Re: [linux-yocto] [PATCH 2/7] mohonpeak: Replace QAT in mohonpeak.cfg with qat feature

2014-05-19 Thread Ong, Boon Leong
-Original Message- From: Tom Zanussi [mailto:tom.zanu...@linux.intel.com] Sent: Tuesday, May 20, 2014 5:53 AM To: dvh...@linux.intel.com; Ong, Boon Leong; Ashfield, Bruce (Wind River); linux-yocto@yoctoproject.org Cc: Tom Zanussi Subject: [PATCH 2/7] mohonpeak: Replace QAT

Re: [linux-yocto] [PATCH 1/7] meta: Add qat (QuickAssist) feature

2014-05-19 Thread Ong, Boon Leong
-Original Message- From: Tom Zanussi [mailto:tom.zanu...@linux.intel.com] Sent: Tuesday, May 20, 2014 5:53 AM To: dvh...@linux.intel.com; Ong, Boon Leong; Ashfield, Bruce (Wind River); linux-yocto@yoctoproject.org Cc: Tom Zanussi Subject: [PATCH 1/7] meta: Add qat (QuickAssist

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 no

Re: [linux-yocto] [PATCH 00/24] [3.14] Baytrail driver updates

2014-05-14 Thread Ong, Boon Leong
Definitely an exception to the rule and you are right to ask for more detail on the decision making process here. Thanks! All well noted. -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org

Re: [linux-yocto] [PATCH 00/24] [3.14] Baytrail driver updates

2014-05-13 Thread Ong, Boon Leong
Merged to standard/base (and then propagated out to all BSP branches). Keep an eye out for issues, but since this is mainline code, it is safe for all boards (i.e. not used), so nothing should go wrong :) Just want to clarify the practice below because it does conflicts with my understand

Re: [linux-yocto] [PATCH 9/9] valleyisland-standard.scc: include snd_hda_intel feature

2014-04-25 Thread Ong, Boon Leong
-Original Message- From: Kamble, Nitin A Sent: Thursday, April 24, 2014 6:29 PM To: linux-yocto@yoctoproject.org; Ashfield, Bruce (Wind River); Hart, Darren; Ong, Boon Leong Cc: Kamble, Nitin A Subject: [PATCH 9/9] valleyisland-standard.scc: include snd_hda_intel feature From

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: [linux-yocto] Regarding clarifications for adding support of I2C, SPI slave devices on x86 through ACPI

2014-04-15 Thread Ong, Boon Leong
-Original Message- From: Sathish Kumar Balasubramaniam -ERS, HCL Tech [mailto:b- sathishku...@hcl.com] Sent: Wednesday, April 16, 2014 4:45 AM To: Ong, Boon Leong Cc: linux-yocto@yoctoproject.org; Darren Hart (dvh...@linux.intel.com); Chang, Rebecca Swee Fun; Chew, Chiau Ee Subject

Re: [linux-yocto] [PATCH 0/1] [v3.8] meta: change intel-common default NR_CPUS to 24

2014-04-09 Thread Ong, Boon Leong
Just realize that my title is intended to v3.10 not v3.8. My mind fingers not in sync. :-) Sent from my iPhone On Apr 9, 2014, at 8:23 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-04-09, 1:39 PM, boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong

Re: [linux-yocto] [PATCH 1/1] meta: intel-corei7-64 nr_cpus set to 24

2014-04-09 Thread Ong, Boon Leong
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Thursday, April 10, 2014 1:21 AM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/1] meta: intel-corei7-64 nr_cpus set to 24 On 4/9/14, 10:39, boon.leong@intel.com

Re: [linux-yocto] [PATCH 1/2] intel-common: change intel-corei7064-preempt-rt-scc filename

2014-04-09 Thread Ong, Boon Leong
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, April 04, 2014 11:06 PM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/2] intel-common: change intel-corei7064- preempt-rt-scc filename On 4/3/14, 17:47

Re: [linux-yocto] [PATCH 1/2] intel-common: change intel-corei7064-preempt-rt-scc filename

2014-04-09 Thread Ong, Boon Leong
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, April 10, 2014 11:32 AM To: Ong, Boon Leong Cc: Darren Hart; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/2] intel-common: change intel-corei7064- preempt-rt-scc

[linux-yocto] machine branch 'rangeley' deletion

2014-04-04 Thread Ong, Boon Leong
. Thanks Ong Boon Leong -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

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: Khade, Abhishek Subject: [yocto

[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?

Re: [linux-yocto] [PATCH 1/1] meta: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto highmem64g

2014-03-05 Thread Ong, Boon Leong
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Wednesday, March 05, 2014 1:46 PM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/1] meta: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto highmem64g On 3/4/14

[linux-yocto] linux-yocto-v3.4 up-revision to v.3.4.74 or beyong

2014-02-25 Thread Ong, Boon Leong
Hi Bruce, I would like to request that linux-yocto v3.4 standard/base branch be up-rev'ed to v3.4.74 or beyond to include latest patches available in Linux LTS/LTSI. Particularly, I am looking the below patches which are available since v3.4.74: 1) LTSI v3.4:

[yocto-announce] [YOCTO] [Announcement] meta-intel/meta-isg/meta-valleyisland release for dylan-9.0.2 (yocto-1.4.2)

2014-02-19 Thread Ong, Boon Leong
md5sum: cc5c206c3d9205d3594affae68f3585a Thank you very much. Ong Boon Leong ___ yocto-announce mailing list yocto-announce@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto-announce

Re: [linux-yocto] [PATCH 1/2] baytrail: Add feature/soc/baytrail

2014-02-18 Thread Ong, Boon Leong
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Wednesday, February 19, 2014 3:12 AM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/2] baytrail: Add feature/soc/baytrail On 2/16/14, 18:27, Ong, Boon Leong

Re: [linux-yocto] [PATCH 2/2] intel-core*: Add baytrail soc support

2014-02-16 Thread Ong, Boon Leong
-Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Darren Hart Sent: Saturday, February 15, 2014 8:31 AM To: Linux Yocto Cc: Darren Hart Subject: [linux-yocto] [PATCH 2/2] intel-core*: Add baytrail soc support

Re: [linux-yocto] linux-yocto Digest, Vol 20, Issue 8

2014-02-10 Thread Ong, Boon Leong
-Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of linux-yocto- requ...@yoctoproject.org Sent: Tuesday, February 11, 2014 2:53 AM To: linux-yocto@yoctoproject.org Subject: linux-yocto Digest, Vol 20, Issue 8

Re: [linux-yocto] linux-yocto-3.8 standard/common-pc-64/haswell-wc machine: remove machine branch

2013-10-03 Thread Ong, Boon Leong
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, October 03, 2013 1:23 AM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] linux-yocto-3.8 standard/common-pc-64/haswell- wc machine: remove machine branch

[linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Ong, Boon Leong
. Thank you very much Ong Boon Leong ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Ong, Boon Leong
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, September 18, 2013 4:25 AM To: Development list for the linux-yocto*.git Linux kernel repositories Cc: Ong, Boon Leong Subject: Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine