[poky] [PATCH 0/2] meta-sugarbay: new layer for Sandy Bridge/Cougar Point
Bruce Ashfield
bruce.ashfield at gmail.com
Tue Feb 1 21:52:40 PST 2011
On Mon, Jan 31, 2011 at 11:35 PM, Tom Zanussi <tom.zanussi at intel.com> wrote:
> From: Tom Zanussi <tom.zanussi at 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.
Based on where I just merged support for this your kernel bbappend
+KMACHINE_sugarbay = "yocto/standard/sugarbay"
will need to be:
+KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay"
I'll cc you on my SRCREV change so you'll know to make this update.
Cheers,
Bruce
>
> 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
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
More information about the poky
mailing list