Re: [yocto] [auh] [PATCH] RADME: fix typo on one of the settings

2018-02-08 Thread Chang, Rebecca Swee Fun
> To: yocto@yoctoproject.org > Subject: Re: [yocto] [auh] [PATCH] RADME: fix typo on one of the settings > > On 02/09/2018 07:26 AM, Chang Rebecca Swee Fun wrote: > > README | 2 +- > > > There is a typo in the commit message however :) > > > Alex > -- > _

[yocto] [RFC] [auh] [PATCH] upgrade-helper.conf: add a template for easy deployment

2018-02-08 Thread Chang Rebecca Swee Fun
Settings mentioned in the README have been ported over and now users are able to copy and start modifying for personal use cases. This file will served as a reference to minimize errors when users trying to create a new conf file by following the README. Signed-off-by: Chang Rebecca Swee Fun

[yocto] [auh] [PATCH] RADME: fix typo on one of the settings

2018-02-08 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 84e140f..4a8181f 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ file: --

[yocto-announce] meta-intel 4.0 for Intel Atom SoC E3900 Family (Leaf Hill) support on Yocto Project "jethro" 2.0 is now available

2017-03-12 Thread Chang, Rebecca Swee Fun
Hi all, We are pleased to announce the following meta-intel BSP layers for Intel Atom SoC E3900 Family (Leaf Hill) is now available for download. Intel Atom SoC E3900 Family (Leaf Hill) Yocto Project Version 2.0 - Jethro. Features supported in this release: - Linux kernel version 4.1.27 -

[yocto] [ANNOUNCEMENT] meta-intel 6.0 for Skylake Halo DDR4 RVP11 (Kabylake) support on Yocto Project "morty" 2.2 is now available

2016-11-29 Thread Chang, Rebecca Swee Fun
Hi all, We are pleased to announce the following meta-intel BSP layers for Skylake Halo DDR4 RVP 11 is now available for download. Intel Skylake Halo DDR4 RVP11 (Kabylake) Yocto Project Version 2.2 - Morty. It is supported by Intel Common Core BSP. Features supported in this release: - Linux

[yocto-announce] [ANNOUNCEMENT] meta-intel 5.0 with Cherry Hill (Braswell) support for Yocto Project "Krogoth" 2.1 is now available

2016-06-12 Thread Chang, Rebecca Swee Fun
Dear all, We are pleased to announce the following meta-intel BSP layers for below Intel platform is now available for download. Intel(r) Pentium(r)/Celeron(r) Processor N3000 family, Intel(r) Atom(tm) x5-E8000 processor (Cherry Hill) Yocto Project Version 2.1 - Krogoth. Supported by Intel

[yocto] [meta-java] failed to bitbake openjdk-8

2016-01-18 Thread Chang, Rebecca Swee Fun
Hi all, I am trying to integrate meta-java into Common BSP. My intention is to integrate mraa from meta-intel-iot-devkit and meta-intel-iot-middleware. MRAA is having dependency on openjdk-8 provided by meta-java. The poky version that I'm using is Poky on branch Jethro. meta-java on master

[linux-yocto] [PATCH 0/3] i915 graphics driver bug fixes for Braswell

2015-09-29 Thread Chang Rebecca Swee Fun
Hi, This patches are bug fixes patch backported from upstream mainline kernel. We encountered GPU hang issue during MediaSDK encoding. The patches will remove redundant gen8_ppgtt_unmap_pages and set up a page table making all pt entries pointing to the scratch page before mapping to avoid out

[linux-yocto] [PATCH 3/3] drm/i915/gen8: Initialize page tables

2015-09-29 Thread Chang Rebecca Swee Fun
2414) Signed-off-by: Kin Yew Lee <kin.yew@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com> --- drivers/gpu/drm/i915/i915_gem_gtt.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i9

[linux-yocto] [PATCH 2/3] drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages

2015-09-29 Thread Chang Rebecca Swee Fun
tel.com> Signed-off-by: Michel Thierry <michel.thie...@intel.com> Reviewed-by: Mika Kuoppala <mika.kuopp...@intel.com> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> (cherry picked from commit 9c57f07001f2c093e0455137465242b0bbb6fb66) Signed-off-by: Kin Yew Lee <kin.yew....@i

Re: [linux-yocto] [linux-yocto-4.1] [PATCH 0/4] Backport bug fixes patches for Braswell BSP

2015-09-28 Thread Chang, Rebecca Swee Fun
Noted with thanks! Regards, Rebecca -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 29, 2015 3:11 AM To: Chang, Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com>; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto]

[linux-yocto] [linux-yocto-4.1] [PATCH 3/4] Revert "drm/i915: Hack to tie both common lanes together on chv"

2015-09-27 Thread Chang Rebecca Swee Fun
1f61f44cb474) Signed-off-by: abdularif <abdul.arif.b.abdul.mutta...@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com> --- drivers/gpu/drm/i915/intel_runtime_pm.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/dr

[linux-yocto] [linux-yocto-4.1] [PATCH 4/4] drm/i915: Only wait for required lanes in vlv_wait_port_ready()

2015-09-27 Thread Chang Rebecca Swee Fun
l.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com> --- drivers/gpu/drm/i915/intel_display.c | 10 ++ drivers/gpu/drm/i915/intel_dp.c | 4 +++- drivers/gpu/drm/i915/intel_drv.h | 3 ++- drivers/gpu/drm/i915/intel_hdmi.c| 4 ++-- 4 files ch

[linux-yocto] [linux-yocto-4.1] [PATCH 2/4] drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV

2015-09-27 Thread Chang Rebecca Swee Fun
pak S <deepa...@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> (cherry picked from commit 70722468872b0752abaff54d34ed16af0d95cb9f) Signed-off-by: abdularif <abdul.arif.b.abdul.mutta...@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch..

[linux-yocto] [linux-yocto-4.1] [PATCH 1/4] drm/i915: Implement chv display PHY lane stagger setup

2015-09-27 Thread Chang Rebecca Swee Fun
.@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> (cherry picked from commit 2e523e98bb593950de2c749d4ceb45cc20313c1a) Signed-off-by: abdularif <abdul.arif.b.abdul.mutta...@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com&g

[linux-yocto] [linux-yocto-4.1] [PATCH 0/4] Backport bug fixes patches for Braswell BSP

2015-09-27 Thread Chang Rebecca Swee Fun
Hi, These patches are targeted for Braswell bug fixes on i915 graphics driver. The patches contains fixes for DPC and HDMI ports and also fixing the triple display ability on Braswell platforms. The patches were backported from upstream kernel into linux-yocto-4.1. The functionality and bug

Re: [yocto] [meta-intel] Crazy Xorg memory usage after upgrading from Daisy to Fido

2015-06-09 Thread Chang, Rebecca Swee Fun
Hi Vincent, Can you help to comment on this issue mentioned by Chris? Thanks. Regards, Rebecca -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: 09 June, 2015 12:15 AM To: Chang, Rebecca Swee Fun Cc: meta-in...@yoctoproject.org; Chris Tapp; Yocto

Re: [linux-yocto] [PATCH 00/34] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline kernel into Yocto Project linux kernel v3.19.

2015-04-28 Thread Chang, Rebecca Swee Fun
Thanks Bruce. Regards, Rebecca -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Bruce Ashfield Sent: 29 April, 2015 3:25 AM To: Ng, Wei Tee; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH

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

2015-04-14 Thread Chang, Rebecca Swee Fun
Acked-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of wei.tee...@intel.com Sent: 14 April, 2015 2:54 PM To: linux-yocto@yoctoproject.org Subject

Re: [linux-yocto] [PATCH 1/2] braswell: Add features/soc/braswell

2015-04-14 Thread Chang, Rebecca Swee Fun
Acked-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of wei.tee...@intel.com Sent: 14 April, 2015 2:54 PM To: linux-yocto@yoctoproject.org Subject

[yocto] [Dizzy] Multilib in Poky

2015-04-12 Thread Chang, Rebecca Swee Fun
Hi, I am building a MACHINE = qemux86 image using Poky v1.7.1 with multilib feature. I would like the image generated to use glibc as the main libc and uclibc in lib32 multilib. Here are my settings in build/local.conf: # Multilib Configurations require conf/multilib.conf MULTILIBS =

Re: [linux-yocto] [PATCHv2 0/6] [3.10] Feature branch for Baytrail IO

2014-09-03 Thread Chang, Rebecca Swee Fun
September, 2014 3:18 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCHv2 0/6] [3.10] Feature branch for Baytrail IO On 2014-08-29, 5:29 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi

Re: [linux-yocto] [PATCH 00/28][3.10] Baytrail LPSS I/O feature backport

2014-09-02 Thread Chang, Rebecca Swee Fun
Thanks! I will try the local build first. Rebecca -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 03 September, 2014 3:17 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 00/28][3.10] Baytrail LPSS I/O

Re: [linux-yocto] [PATCH 00/28][3.10] Baytrail LPSS I/O feature backport

2014-08-28 Thread Chang, Rebecca Swee Fun
-Original Message- From: Kamble, Nitin A Sent: 28 August, 2014 11:03 PM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: RE: [linux-yocto] [PATCH 00/28][3.10] Baytrail LPSS I/O feature backport -Original Message- From: linux-yocto-boun

Re: [linux-yocto] [PATCH 0/1] meta: update valleyisland scc to merge new feature branch

2014-06-18 Thread Chang, Rebecca Swee Fun
:02 PM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: RE: [linux-yocto] [PATCH 0/1] meta: update valleyisland scc to merge new feature branch Hi Rebecca, As this will be changing the kernel version as well. This change brings in the risk of further delay

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

2014-05-22 Thread Chang, Rebecca Swee Fun
the branch that I've pushed to the contrib. Thank you. Rebecca -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 23 May, 2014 10:20 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10

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

2014-05-22 Thread Chang, Rebecca Swee Fun
] Sent: 23 May, 2014 10:20 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features On 2014-05-22, 6:09 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca

Re: [linux-yocto] [PATCH 00/29] Create new feature branch for Valley Island BSP

2014-04-09 Thread Chang, Rebecca Swee Fun
Thanks Nitin. I will work with the dev team to make our feature branch in better shape. Rebecca -Original Message- From: Kamble, Nitin A Sent: 10 April, 2014 8:41 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 00/29] Create new

Re: [linux-yocto] [PATCH 00/29] Create new feature branch for Valley Island BSP

2014-04-07 Thread Chang, Rebecca Swee Fun
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 08 April, 2014 3:04 AM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org; Darren Hart Subject: Re: [linux-yocto] [PATCH 00/29] Create new feature branch for Valley Island BSP On 14-04-07

Re: [linux-yocto] [PATCHv2 0/2] linux-yocto-3.10: meta: new config layer for Valley Island BSP add request

2014-03-19 Thread Chang, Rebecca Swee Fun
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 19 March, 2014 11:52 PM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Cc: ch...@yoctoproject.org Subject: Re: [linux-yocto] [PATCHv2 0/2] linux-yocto-3.10: meta: new config layer

Re: [linux-yocto] [PATCH 1/1] meta: remove CONFIG_BYT_LPSS_BRD from valleyisland cfg file

2014-02-11 Thread Chang, Rebecca Swee Fun
Swee Fun; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 1/1] meta: remove CONFIG_BYT_LPSS_BRD from valleyisland cfg file On 2/11/14, 18:53, Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com wrote: No, it is only needed in PCI mode device enumeration. Huh... I

Re: [linux-yocto] [PATCHv2 4/4] valleyisland-io: update valleyisland-io.scc file

2013-12-11 Thread Chang, Rebecca Swee Fun
commits. -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: 12 December, 2013 1:18 AM To: Chang, Rebecca Swee Fun Cc: linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCHv2 4/4] valleyisland-io: update valleyisland- io.scc file On Wed, 2013-12-11

Re: [linux-yocto] [PATCH 0/4] [PATCH v2] valleyisland-io: add baytrail io patches as features under meta branch to support various io controllers

2013-12-09 Thread Chang, Rebecca Swee Fun
v1 patch has long Cc email list, I received an email about the patch is rejected and asking me to trim the email list. -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 09 December, 2013 10:23 PM To: Chang, Rebecca Swee Fun; linux-yocto

[linux-yocto] Request to create a new branch for Baytrail BSP

2013-11-10 Thread Chang, Rebecca Swee Fun
Hi all, I would like to request the community to create a new branch for Baytrail BSP in linux-yocto-3.8. Baytrail BSP will run on both 32bit and also 64bit configurations. We plan to maintain only 1 branch for both 32 bit and 64 bit because the recipes are the same. The branch name will be

Re: [linux-yocto] [PATCH 1/1] meta: add baytrail scc config files

2013-09-24 Thread Chang, Rebecca Swee Fun
Hi Darren, Please see my replies below. -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: 25 September, 2013 3:13 AM To: Development list for the linux-yocto*.git Linux kernel repositories Cc: Chang, Rebecca Swee Fun Subject: Re: [linux-yocto] [PATCH 1/1