[meta-intel] [PATCH 0/1] [PATCH] meta-valleyisland: new BSP layer for Intel Valley Island platform

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Tue Jan 28 03:03:32 PST 2014


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

Hi all,

This pull request is the first phase submission for meta-valleyisland.
As the kernel patches for valley island are still in the progress of
review, I have only submitted the recipes without recipes-kernel.
This BSP was proven to be a working BSP as we have released it
through the Amazon host site. The functionality of the BSP was
sanity tested. The plan for the second phase submission
which includes recipes-kernel and BSP README file will be send out once
all the kernel patches had been pulled into linux-yocto-3.8. The
estimated time for the next submission will be in work week 6/7.

This pull request is meant 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 (1):
  meta-valleyisland: new BSP layer for Intel Valley Island platform

 meta-isg/MAINTAINERS                               |    4 +
 meta-isg/meta-valleyisland/COPYING.MIT             |   17 +
 meta-isg/meta-valleyisland/README.sources          |   18 +
 meta-isg/meta-valleyisland/conf/layer.conf         |   14 +
 .../conf/machine/valleyisland32.conf               |   23 +
 .../conf/machine/valleyisland64.conf               |   25 +
 .../formfactor/valleyisland32/machconfig           |    3 +
 .../formfactor/valleyisland64/machconfig           |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    3 +
 .../syslinux/files/cross-build-4.04.patch          |   65 ++
 .../libinstaller-Avoid-using-linux-ext2_fs.h.patch |  975 ++++++++++++++++++++
 .../recipes-devtools/syslinux/files/no-strip.patch |   31 +
 .../recipes-devtools/syslinux/syslinux_4.04.bb     |   65 ++
 .../xserver-xf86-config/valleyisland32/xorg.conf   |   26 +
 .../xserver-xf86-config/valleyisland64/xorg.conf   |   26 +
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    1 +
 16 files changed, 1299 insertions(+)
 create mode 100644 meta-isg/meta-valleyisland/COPYING.MIT
 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/valleyisland32.conf
 create mode 100644 meta-isg/meta-valleyisland/conf/machine/valleyisland64.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland32/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland64/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-isg/meta-valleyisland/recipes-devtools/syslinux/files/cross-build-4.04.patch
 create mode 100644 meta-isg/meta-valleyisland/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch
 create mode 100644 meta-isg/meta-valleyisland/recipes-devtools/syslinux/files/no-strip.patch
 create mode 100644 meta-isg/meta-valleyisland/recipes-devtools/syslinux/syslinux_4.04.bb
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config/valleyisland32/xorg.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config/valleyisland64/xorg.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend

-- 
1.7.10.4



More information about the meta-intel mailing list