[meta-intel] [PATCH 0/6] [PATCH] meta-valleyisland: new bsp layer for Intel Atom Processor E38XX

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Tue Feb 4 09:21:49 PST 2014


From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.chang at intel.com>

Hi all,

This pull request is the submission for meta-valleyisland.
Kernel recipe of the valleyisland bsp is updated with the
new commit in linux-yocto-3.8. The image built was sanity
tested with some basic driver I/O testing.

Notice that in the kernel recipe, there is an unknown
commit ID of meta branch. It is actually based on my
recent pull request in linux-yocto-contrib. If there is
any commit ID changed, i will send out another patch in
future to update the kernel recipe.

This pull request is to be pulled into meta-intel/master branch
and meta-intel/dylan branch.

Thanks all.

Rebecca

The following changes since commit 8f426abb4ecb08116a84a73eae005c24411dc680:

  sys940x: Set PACKAGE_ARCH to MACHINE_ARCH explicitly (2014-01-27 16:56:15 -0800)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib rebeccas/meta-valleyisland-dylan
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=rebeccas/meta-valleyisland-dylan

Chang, Rebecca Swee Fun (6):
  meta-isg: update MAINTAINERS file
  meta-valleyisland: new bsp layer for Intel Atom E38XX Processor
  meta-valleyisland: provide machine configuration for valleyisland
  meta-valleyisland: provide a formfactor for valleyisland bsp
  meta-valleyisland: add graphics support for valleyisland bsp
  meta-valleyisland: add kernel recipe for valleyisland bsp

 meta-isg/MAINTAINERS                               |    4 +
 meta-isg/meta-valleyisland/COPYING.MIT             |   17 ++
 meta-isg/meta-valleyisland/README                  |  217 ++++++++++++++++++++
 meta-isg/meta-valleyisland/README.sources          |   18 ++
 meta-isg/meta-valleyisland/conf/layer.conf         |   14 ++
 .../conf/machine/valleyisland-32.conf              |   21 ++
 .../conf/machine/valleyisland-64.conf              |   23 +++
 .../formfactor/valleyisland-32/machconfig          |    3 +
 .../formfactor/valleyisland-64/machconfig          |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    3 +
 .../xserver-xf86-config/valleyisland-32/xorg.conf  |   26 +++
 .../xserver-xf86-config/valleyisland-64/xorg.conf  |   26 +++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    1 +
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |   32 +++
 14 files changed, 408 insertions(+)
 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
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config/valleyisland-32/xorg.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config/valleyisland-64/xorg.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 create mode 100644 meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.8.bbappend

-- 
1.7.10.4



More information about the meta-intel mailing list