All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-sugarbay: new layer for Sandy Bridge/Cougar Point
@ 2011-02-01  4:35 Tom Zanussi
  2011-02-02  5:52 ` Bruce Ashfield
  2011-02-03 19:45 ` Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Zanussi @ 2011-02-01  4:35 UTC (permalink / raw)
  To: poky

From: Tom Zanussi <tom.zanussi@intel.com>

This layer provides support for the 'Sugar Bay' platform, which
consists of the Intel Sandy Bridge processor and the Cougar Point PCH.

It also adds a new meta-intel/common directory for sharing commmon
code between meta-intel BSPs - for now, it's acting as a kind of
'staging' area for the grub2 and associated live-install changes
needed to install from a live image.

Thanks,

Tom

Pull URL: git://git.pokylinux.org/meta-intel/tzanussi/sugarbay
  Branch: tzanussi/sugarbay
  Browse:
http://git.pokylinux.org/cgit.cgi/meta-intel/log/?h=tzanussi/sugarbay

Tom Zanussi (2):
  meta-intel: add a /common dir with grub2/live-install changes
  meta-sugarbay: new layer for Sandy Bridge/Cougar Point systems

 common/recipes-bsp/grub/grub-1.98/40_custom        |    9 +
 .../grub/grub-1.98/grub-install.in.patch           |   13 ++
 .../grub/grub-1.98/uninit-shdr-fix.patch           |   31 ++++
 common/recipes-bsp/grub/grub_1.98.bb               |   45 +++++
 .../initramfs-live-install/init-install.sh         |  188 ++++++++++++++++++++
 .../initramfs-live-install_1.0.bbappend            |    2 +
 meta-sugarbay/COPYING.MIT                          |   17 ++
 meta-sugarbay/README                               |   84 +++++++++
 meta-sugarbay/conf/layer.conf                      |   12 ++
 meta-sugarbay/conf/machine/sugarbay.conf           |   57 ++++++
 .../formfactor/formfactor/sugarbay/machconfig      |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    3 +
 .../xserver-xf86-config/sugarbay/xorg.conf         |   26 +++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    3 +
 .../xserver-xf86-dri-lite_1.9.3.bbappend           |    1 +
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    5 +
 16 files changed, 499 insertions(+), 0 deletions(-)
 create mode 100755 common/recipes-bsp/grub/grub-1.98/40_custom
 create mode 100644 common/recipes-bsp/grub/grub-1.98/grub-install.in.patch
 create mode 100644 common/recipes-bsp/grub/grub-1.98/uninit-shdr-fix.patch
 create mode 100644 common/recipes-bsp/grub/grub_1.98.bb
 create mode 100644 common/recipes-core/initrdscripts/initramfs-live-install/init-install.sh
 create mode 100644 common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend
 create mode 100644 meta-sugarbay/COPYING.MIT
 create mode 100644 meta-sugarbay/README
 create mode 100644 meta-sugarbay/binary/.gitignore
 create mode 100644 meta-sugarbay/conf/layer.conf
 create mode 100644 meta-sugarbay/conf/machine/sugarbay.conf
 create mode 100644 meta-sugarbay/recipes-bsp/formfactor/formfactor/sugarbay/machconfig
 create mode 100644 meta-sugarbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-sugarbay/recipes-graphics/xorg-xserver/xserver-xf86-config/sugarbay/xorg.conf
 create mode 100644 meta-sugarbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 create mode 100644 meta-sugarbay/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend
 create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-03 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01  4:35 [PATCH 0/2] meta-sugarbay: new layer for Sandy Bridge/Cougar Point Tom Zanussi
2011-02-02  5:52 ` Bruce Ashfield
2011-02-02  5:58   ` Tom Zanussi
2011-02-03 19:45 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.