From: Tom Zanussi <tom.zanussi@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/2] meta-sugarbay: new layer for Sandy Bridge/Cougar Point
Date: Mon, 31 Jan 2011 22:35:52 -0600 [thread overview]
Message-ID: <b7da2f$qa3mls@fmsmga001.fm.intel.com> (raw)
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
next reply other threads:[~2011-02-01 4:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 4:35 Tom Zanussi [this message]
2011-02-02 5:52 ` [PATCH 0/2] meta-sugarbay: new layer for Sandy Bridge/Cougar Point Bruce Ashfield
2011-02-02 5:58 ` Tom Zanussi
2011-02-03 19:45 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='b7da2f$qa3mls@fmsmga001.fm.intel.com' \
--to=tom.zanussi@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.