Re: [meta-intel] Yocto + mohonpeak BSP build probelm

2014-08-07 Thread wei sern Chan
Hi Eddy, If you're following exactly what have mentioned in http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-isg/meta-mohonpeak/README?h=daisy is not enough. That documention presumes you have properly setup poky layer on your bblayers.conf. From the parsing error, my best guess

[meta-intel] [PATCHv4 1/2] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

2014-07-17 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms

[meta-intel] [PATCHv3 1/2] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

2014-07-16 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms

[meta-intel] [PATCH 1/1] meta-mohonpeak: Fix README on building mohonpeak BSP layer

2014-07-16 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com By following this bblayer prepartion instruction will cause bitbake to fail during parsing stage.So to fix this, need to remove the extra line of yocto/meta-intel/meta-isg. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com ---

[meta-intel] [PATCH 0/1] Fix README on mohonpeak BSP

2014-07-16 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This patch is to fix the extra line inside meta-intel/meta-isg/meta-mohonpeak/README on the section of preparing mohonpeak BSP layers. Please help to pull this into meta-intel:daisy branch and meta-intel:master branch. Thanks. Regards, Chan

[meta-intel] [PATCHv2 1/2] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

2014-07-10 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms

[meta-intel] [PATCHv2 2/2] meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

2014-07-10 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added MACHINE_EXTRA_RRECOMMENDS to include dpdk for romley machine configuration so that building on Romley will automatically pick up Intel DPDK. This is an initial version of Intel DPDK support in Romley that is default target version 1.6.0r2.

[meta-intel] [PATCH 0/3] Add DPDK recipes to meta-intel/common

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This series of patch consists below:- 1. Create meta-intel/common/recipes-extended folder and add initial recipe for Intel Data Plane Development Kits (DPDK) v1.6.0-r2. 2. Cherry-pick patches from dpdk.org to fix examples/app build issue

[meta-intel] [PATCH 1/3] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms

[meta-intel] [PATCH 3/3] meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added PREFERRED_PROVIDER and PREFERRED_VERSION for Intel DPDK. Added MACHINE_EXTRA_RRECOMMENDS to include dpdk for romley machine configuration so that building on Romley will automatically pick up Intel DPDK. This is an initial version of Intel DPDK

[meta-intel] [PATCH 2/3] meta-intel/common: fix Intel DPDK example apps build failure in v1.6.0-r2

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Intel DPDK v1.6.0r2 examples, qos_sched, eal_flags_autotest and cmdline_autotest have build failure in build. As above failures are not planned to be fixed in v1.6.0r2, so we resolve them by cherry-picking patches from v1.7.0 instead. Signed-off-by:

[meta-intel] [PATCH 2/2] meta-romley: fix email address for romley maintainer

2014-06-05 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Use meta-intel@yoctoproject.org as maintainer's email address. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- meta-romley/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-romley/README b/meta-romley/README

[meta-intel] [PATCH 1/2] meta-crystalforest: fix email address for crystalforest maintainer

2014-06-05 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Use meta-intel@yoctoproject.org as maintainer's email address. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- meta-crystalforest/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-crystalforest/README

[meta-intel] [PATCH 0/1] Add linux-yocto recipe kernel for valleyisland

2014-05-23 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is a patch to add linux-yocto 3.10 recipe kernel for meta-valleyisland. The reason to add this recipe kernel due to meta-valleyisland has additional feature that is pending for 3.10 LTS/LTSI and hence those feature cannot be pulled into

[meta-intel] [PATCH 1/2] meta-intel/common: Added do_unpack_append() to Calgary Corpus recipe

2014-05-12 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added do_unpack_append() to fix issue caused by patches folder that is auto-generated in do_unpack() step. Fix the issue by removing patches folder in the calgary corpus tarball. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Ong

[meta-intel] [PATCHv2 01/11] xf86-video-ast: new recipe for ASPEED Technology Card

2014-05-09 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com To enable ASPEED Technology graphic card. Removed dependency on virtual/libx11, PR and COMPATIBLE_HOST that limits to x86 hardware. Signed-off-by: Ong Boon Leong boon.leong@intel.com (cherry picked from commit

[meta-intel] [PATCHv2 00/11] meta-isg: update all ISGs platform to align YP1.6

2014-05-09 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is a patch series to align with Yocto 1.6 BSP refresh. Overall, this patchset consists following of: 1. Added meta-valleyisland,meta-mohonpeak under meta-isg. 2. Enable ASPEED Tech Graphic Card. For this patchset I have done below: 1.

[meta-intel] [PATCHv2 02/11] meta-intel.inc: Enable ASPEED Tech Graphic Card

2014-05-09 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com This is to enable ASPEED Technology graphic card that is bundled inside certain Intel customer reference board. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- conf/machine/include/meta-intel.inc |2 ++ 1 file changed, 2 insertions(+)

[meta-intel] [PATCHv2 07/11] meta-valleyisland: new BSP layer for Intel Atom E38XX Processor

2014-05-09 Thread wei . sern . chan
From: Rebecca Chang Swee Fun rebecca.swee.fun.ch...@intel.com This layer provides support for Intel Atom E38XX Processor product line. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Rebecca Chang Swee Fun rebecca.swee.fun.ch...@intel.com ---

[meta-intel] [PATCHv2 08/11] meta-valleyisland: provide machine configuration for valleyisland

2014-05-09 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Create new machines named 'valleyisland-32' and 'valleyisland-64' for this platform. Re-include 'conf/machine/include/intel-common-pkgarch.inc' to re-use recipe-kernel from intel-common. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com

[meta-intel] [PATCHv2 05/11] meta-mohonpeak: provide a formfactor for the mohonpeak BSP

2014-05-09 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com Provide formfactor configuration for the mohonpeak BSP. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../recipes-bsp/formfactor/formfactor/mohonpeak32/machconfig|3 +++

[meta-intel] [PATCHv3 03/11] meta-mohonpeak: new BSP layer for Intel Atom Processor C2000

2014-05-09 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This layer provides support for Intel Atom Processor C2000 product line. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Ong Boon Leong boon.leong@intel.com --- meta-isg/meta-mohonpeak/COPYING.MIT | 17

[meta-intel] [PATCHv2 09/11] meta-valleyisland: provide a formfactor for the valleyisland BSP

2014-05-09 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Provide formfactor configuration for the valleyisland BSP. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com --- .../recipes-bsp/formfactor/formfactor/valleyisland-32/machconfig

[meta-intel] [PATCHv2 10/11] meta-haswell-wc: provide meta-intel.inc in machine configuration

2014-05-09 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This is to include meta-intel.inc in haswell-wc.conf. Also to include PREFERRED_PROVIDER for linux-yocto. Added APPEND to make video:effifb:off so that the SATO UI will not be freezed. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com ---

[meta-intel] [PATCH 01/21] meta-isg: linux-yocto_3.10 common SRCREV for all ISG BSPs

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add SRCREV control for all meta-isg BSPs in meta-isg/common recipes-kernel/linux/linux-yocto_3.10.bbappend. The revision will be updated to newer point once all meta-isg BSPs are validated to work. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com

[meta-intel] [PATCH 07/21] meta-mohonpeak: provide machine configuration for mohonpeak

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Create new machines named 'mohonpeak32' and 'mohonpeak64' for this platform. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../meta-mohonpeak/conf/machine/mohonpeak32.conf | 21

[meta-intel] [PATCH 04/21] xf86-video-ast: new recipe for ASPEED Technology Card

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com To enable ASPEED Technology graphic card. Removed dependency on virtual/libx11, PR and COMPATIBLE_HOST that limits to x86 hardware. Signed-off-by: Ong Boon Leong boon.leong@intel.com (cherry picked from commit

[meta-intel] [PATCH 05/21] meta-intel.inc: Enable ASPEED Tech Graphic Card

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com This is to enable ASPEED Technology graphic card that is bundled inside certain Intel customer reference board. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- conf/machine/include/meta-intel.inc |2 ++ 1 file changed, 2 insertions(+)

[meta-intel] [PATCH 08/21] meta-mohonpeak: provide a formfactor for the mohonpeak BSP

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com Provide formfactor configuration for the mohonpeak BSP. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../recipes-bsp/formfactor/formfactor/mohonpeak32/machconfig|3 +++

[meta-intel] [PATCH 14/21] meta-valleyisland: provide a formfactor for the valleyisland BSP

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Provide formfactor configuration for the valleyisland BSP. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com --- .../recipes-bsp/formfactor/formfactor/valleyisland-32/machconfig

[meta-intel] [PATCH 09/21] meta-intel/common: Update Calgary Corpus do_install recipe

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com Fix do_install() issue caused by patches folder that is auto-generated in do_unpack() step. Fix the issue by being explicitly listing out the files in the calgary corpus tarball. Signed-off-by: Ong Boon Leong boon.leong@intel.com ---

[meta-intel] [PATCH 16/21] meta-romley: remove using of intel-common-pkgarch.inc

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Removed using of intel-common-pkgarch.inc in romley.conf romley-ivb.conf. As we would like to have control over preferred linux-yocto version for machine specific build. Added PREFERRED_PROVIDER to it as well. Signed-off-by: Chan Wei Sern

[meta-intel] [PATCH 15/21] meta-crystalforest: removed using of intel-common-pkgarch.inc

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Removed using of intel-common-pkgarch.inc in crystalforest-gladden.conf and crystalforest-server.conf. As we would like to have control over preferred linux-yocto version for machine specific build. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com

[meta-intel] [PATCH 12/21] meta-valleyisland: new BSP layer for Intel Atom E38XX Processor

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This layer provides support for Intel Atom E38XX Processor product line. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com --- meta-isg/meta-valleyisland/COPYING.MIT | 17

[meta-intel] [PATCH 06/21] meta-mohonpeak: new BSP layer for Intel Atom Processor C2000

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com This layer provides support for Intel Atom Processor C2000 product line. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Ong Boon Leong boon.leong@intel.com --- meta-isg/meta-mohonpeak/COPYING.MIT | 17

[meta-intel] [PATCH 13/21] meta-valleyisland: provide machine configuration for valleyisland

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Create new machines named 'valleyisland-32' and 'valleyisland-64' for this platform. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com --- .../conf/machine/valleyisland-32.conf

[meta-intel] [PATCH 11/21] meta-intel/common: Suppress canterbury corpus QA arch-check

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com 'sum' is a SPARC executable bundled in canterbury corpus tarball. By installing this file on x86 file-system, it results in QA architecture-check warning. As the package is only meant for compression benchmarking purpose, we would suppress the QA

[meta-intel] [PATCH 10/21] meta-intel/common: Update Canterbury Corpus do_install recipe

2014-05-07 Thread wei . sern . chan
From: Ong Boon Leong boon.leong@intel.com Fix do_install() issue caused by patches folder that is auto-generated in do_unpack() step. Fix the issue by being explicitly listing out the files in the canterbury corpus tarball. Signed-off-by: Ong Boon Leong boon.leong@intel.com ---

[meta-intel] [PATCH 17/21] meta-crystalforest: Add linux-yocto_3.10 support

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add linux-yocto_3.10 support on Intel CrystalForest platform. KBRANCH is pointing to standard/base with SRCREV_machine and SRCREV_meta point to 3.10.38. Update LINUX_VERSION to reflect the 3.10.38 changes. Signed-off-by: Chan Wei Sern

[meta-intel] [PATCH 21/21] meta-valleyisland: Add linux-yocto_3.10 and linux-yocto-rt_3.10

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add linux-yocto_3.10 and also linux-yocto-rt_3.10 on Intel BayTrail based platform. KBRANCH in linux-yocto_3.10 is pointing to standard/base and KBRANCH in linux-yocto-rt_3.10 is pointing to standard/preempt-rt/base. SRCREV_machine and SRCREV_meta point

[meta-intel] [PATCH 20/21] meta-mohonpeak: Add linux-yocto_3.10 support

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add linux-yocto_3.10 support on Intel Mohonpeak platform. KBRANCH is pointing to standard/base with SRCREV_machine points to 3.10.38.Update LINUX_VERSION to reflect the 3.10.38 changes. For SRCREV_meta,I will have to point to this particular older

[meta-intel] [PATCH 19/21] meta-haswell-wc: Add linux-yocto_3.10 support

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add linux-yocto_3.10 support on Intel Haswell Walnut Canyon platform. KBRANCH is pointing to standard/base with SRCREV_machine and SRCREV_meta point to 3.10.38. Update LINUX_VERSION to reflect the 3.10.38 changes. Signed-off-by: Chan Wei Sern

[meta-intel] [PATCH 18/21] meta-romley: Add linux-yocto_3.10 support

2014-05-07 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Add linux-yocto_3.10 support on Intel Romley platform. KBRANCH is pointing to standard/base with SRCREV_machine and SRCREV_meta point to 3.10.38. Update LINUX_VERSION to reflect the 3.10.38 changes. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com

[meta-intel] [PATCH v3 0/2] [dora] meta-valleyisland: Enable v3.10-rt Kernel

2014-04-21 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, I have respined the pull request after getting feedback from Boon Leong and Nitin. In this patch series, I have removed SRC_URI from linux-yocto-rt_3.10.bbappend which is pointing to local linux-yocto git repo. Also I have updated

[meta-intel] [PATCH v3 1/2] [dora] meta-valleyisland: Enable v3.10-rt Kernel recipe

2014-04-21 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added kernel v3.10-rt recipe for valleyisland BSP. The kernel version supported in this recipe is 3.10.35. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- .../linux/linux-yocto-rt_3.10.bbappend | 28 1 file

[meta-intel] [PATCH v3 2/2] [dora] meta-valleyisland: update SRCREV and LINUX_VERSION to 3.10.35

2014-04-21 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Correct the LINUX_VERSION to 3.10.35 and update machine branch to use the latest SRCREV Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com ---

[meta-intel] [PATCH 2/2] meta-valleyisland: correct LINUX_VERSION to 3.10.35

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Correct the LINUX_VERSION so that it reflects correctly with the SRCREV_machine provided in linux-yocto_3.10.bbappend. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com ---

[meta-intel] [PATCH 0/2] [PATCH][dora]meta-valleyisland: Enable v3.10-rt Kernel and correct LINUX_VERSION

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is the patch to enable v3.10-rt kernel recipes for meta-valleyisland and also corrected LINUX_VERSION to 3.10.35 so that it reflects the right version of SRCREV_machine which supplied in linux-yocto_3.10.bbappend. We have performed below

[meta-intel] [PATCH 1/2] meta-valleyisland: Enable v3.10-rt Kernel recipe

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added kernel v3.10-rt recipe for valleyisland BSP. The kernel version supported in this recipe is 3.10.35. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- .../linux/linux-yocto-rt_3.10.bbappend | 32 1 file

[meta-intel] [PATCH v2 1/2] [dora] meta-valleyisland: Enable v3.10-rt Kernel recipe

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added kernel v3.10-rt recipe for valleyisland BSP. The kernel version supported in this recipe is 3.10.35. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- .../linux/linux-yocto-rt_3.10.bbappend | 28 1 file

[meta-intel] [PATCH v2 0/2] [dora] meta-valleyisland: Enable v3.10-rt Kernel

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, I have respined the pull request after getting feedback from Boon Leong. In this patch series, I have removed SRC_URI from linux-yocto-rt_3.10.bbappend which is pointing to local linux-yocto git repo. The patch series also enable v3.10-rt

[meta-intel] [PATCH v2 2/2] [dora] meta-valleyisland: correct LINUX_VERSION to 3.10.35

2014-04-18 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Correct the LINUX_VERSION so that it reflects correctly with the SRCREV_machine provided in linux-yocto_3.10.bbappend. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com ---

[meta-intel] [PATCH 0/1][dora] meta-crystalforest: update MAINTAINER and README

2014-03-19 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is the patch to update MAINTAINER and README to reflect new crystalforest BSP ownership. Also update README to remove libcryto info which is no longer valid anymore from TOC. Please help to pull this patch into meta-intel dora branch.

[meta-intel] [PATCH 1/1][dora] meta-crystalforest: update MAINTAINER and README

2014-03-19 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Update MAINTAINERS to reflect new crystalforest BSP ownership. Also to update README to remove libcryto info from TOC. Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com --- MAINTAINERS |2 +- meta-crystalforest/README |3 +--