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

wei.sern.chan at intel.com wei.sern.chan at intel.com
Fri May 9 15:03:40 PDT 2014


From: Chan Wei Sern <wei.sern.chan at 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. Build sucessfully with machine specific for all ISGs platform as list below
   -crystalforest-gladden and crystalforest-server
   -romley and romley-ivb
   -valleyisland-32 and valleyisland-64
   -mohonpeak32 and mohonpeak64
   -haswell-wc
2. Boot smoothly on each of the platforms and confirmed all drivers are loaded properly
   via lspci and dmesg.

What have been since last submission:
1. Removed the patch set that has recipe-kernel for each meta-isg platforms.
   (meta-crystalforest,meta-romley,meta-haswell-wc,meta-valleyisland,meta-mohonpeak)
2. Re-include intel-common-pkgarch.inc for all meta-isg platforms.
3. Update haswell-wc.conf to have included meta-intel.inc,APPEND and also
   PREFFERED_PROVIDER.
3. Update common/recipes-kernel to include valleyisland-io features.
4. Removed patch series that is trying to fix do_install and do_append on
   calgary-corpus.bb and calgary-corpus.bb. We will revisit this item on next submission.


Please help to pull this patch into meta-intel:daisy branch.

Thanks.
Regards,
Chan Wei Sern
The following changes since commit 89dffe15a9860ebec535b4c3fac525c93774a66b:

  fri2 linux-yocto_3.10: update meta branch SRCREV (2014-05-07 11:57:32 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib wchan9/intel-common-daisy
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=wchan9/intel-common-daisy

Chan Wei Sern (5):
  meta-mohonpeak: new BSP layer for Intel Atom Processor C2000
  meta-mohonpeak: provide machine configuration for mohonpeak
  meta-valleyisland: provide machine configuration for valleyisland
  meta-valleyisland: provide a formfactor for the valleyisland BSP
  meta-haswell-wc: provide meta-intel.inc in machine configuration

Ong Boon Leong (4):
  xf86-video-ast: new recipe for ASPEED Technology Card
  meta-intel.inc: Enable ASPEED Tech Graphic Card
  meta-mohonpeak: provide a formfactor for the mohonpeak BSP
  meta-intel/common: Suppress canterbury corpus QA arch-check

Rebecca Chang Swee Fun (2):
  meta-valleyisland: new BSP layer for Intel Atom E38XX Processor
  meta-intel/common: add valleyisland-io feature support in kernel
    recipes

 .../canterbury-corpus/canterbury-corpus.bb         |    5 +-
 .../xorg-driver/xf86-video-ast_0.98.0.bb           |   12 ++
 .../linux/linux-yocto-rt_3.10.bbappend             |    3 +-
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    5 +-
 conf/machine/include/meta-intel.inc                |    2 +
 .../meta-haswell-wc/conf/machine/haswell-wc.conf   |    9 +-
 meta-isg/meta-mohonpeak/COPYING.MIT                |   17 ++
 meta-isg/meta-mohonpeak/README                     |  146 +++++++++++++
 meta-isg/meta-mohonpeak/README.sources             |   18 ++
 meta-isg/meta-mohonpeak/conf/layer.conf            |   12 ++
 .../meta-mohonpeak/conf/machine/mohonpeak32.conf   |   22 ++
 .../meta-mohonpeak/conf/machine/mohonpeak64.conf   |   22 ++
 .../formfactor/formfactor/mohonpeak32/machconfig   |    3 +
 .../formfactor/formfactor/mohonpeak64/machconfig   |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    1 +
 meta-isg/meta-valleyisland/COPYING.MIT             |   17 ++
 meta-isg/meta-valleyisland/README                  |  218 ++++++++++++++++++++
 meta-isg/meta-valleyisland/README.sources          |   18 ++
 meta-isg/meta-valleyisland/conf/layer.conf         |   14 ++
 .../conf/machine/valleyisland-32.conf              |   23 +++
 .../conf/machine/valleyisland-64.conf              |   25 +++
 .../formfactor/valleyisland-32/machconfig          |    3 +
 .../formfactor/valleyisland-64/machconfig          |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    1 +
 24 files changed, 597 insertions(+), 5 deletions(-)
 create mode 100644 common/recipes-graphics/xorg-driver/xf86-video-ast_0.98.0.bb
 create mode 100644 meta-isg/meta-mohonpeak/COPYING.MIT
 create mode 100644 meta-isg/meta-mohonpeak/README
 create mode 100644 meta-isg/meta-mohonpeak/README.sources
 create mode 100644 meta-isg/meta-mohonpeak/conf/layer.conf
 create mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
 create mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
 create mode 100644 meta-isg/meta-mohonpeak/recipes-bsp/formfactor/formfactor/mohonpeak32/machconfig
 create mode 100644 meta-isg/meta-mohonpeak/recipes-bsp/formfactor/formfactor/mohonpeak64/machconfig
 create mode 100644 meta-isg/meta-mohonpeak/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-isg/meta-valleyisland/COPYING.MIT
 create mode 100644 meta-isg/meta-valleyisland/README
 create mode 100644 meta-isg/meta-valleyisland/README.sources
 create mode 100644 meta-isg/meta-valleyisland/conf/layer.conf
 create mode 100644 meta-isg/meta-valleyisland/conf/machine/valleyisland-32.conf
 create mode 100644 meta-isg/meta-valleyisland/conf/machine/valleyisland-64.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland-32/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland-64/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor_0.0.bbappend

-- 
1.7.10.4



More information about the meta-intel mailing list