[yocto] [PATCH 0/2] meta-intel: new fri2 BSP

tom.zanussi at intel.com tom.zanussi at intel.com
Tue Aug 2 21:05:14 PDT 2011


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

This is the initial version of a BSP for the Fish River Island II.
I don't actually have the hardware, but have successfully booted
a sato image with wired networking and vesa graphics on the closest
thing I have, the crownbay.

This BSP uses the 3.0 kernel - the fri2 kernel modifications were
originally pushed to linux-yocto-dev awhile ago, but the commit
history was lost in the move to 3.0.  It's reproduced below,
for reference.

commit 77d659c45fe47ef9e7f65f5b460a18d80f8c8f20
Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Tue Jul 12 18:25:21 2011 -0500

    meta-fri2: use iwlagn feature
    
    Make use of the Intel wireless support for the Intel 6205 ABGN.
    
    Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

commit 0008c9c1a16f816302be76b3c67b695c8a0064bd
Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Tue Jul 12 18:25:20 2011 -0500

    meta: add mac80211 and iwlagn features
    
    Add iwlagn feature (Intel Wirelss WiFi Next Gen AGN) and one of its
    dependencies, mac80211, as a feature, since there are a bunch of
other
    config items that have the same dependency and could use it.
    
    Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

commit 451ce7990c1e4757f3316f247e9c4e52830bd7c4
Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Sun Jul 10 11:26:06 2011 -0500

    meta/fri2: create initial BSP infrastructure
    
    Inital BSP infrastructure for Intel Fish River Island II.
    
    Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

commit 115003b6882981b33ae6e763088fbfb9dd1c21b3
Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Sun Jul 10 11:26:05 2011 -0500

    meta/crownbay: remove eg20t.cfg and use new eg20t feature instead
    
    Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

commit baf6a74de2481d39beb29dc26674ddfd21467b0d
Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Sun Jul 10 11:26:04 2011 -0500

    meta: add eg20t feature
    
    Option group for Intel Platform Controller Hub EG20T (Topcliff).
    
    Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>


The following changes since commit 3be9957211e54669825d1d55bb73c68d3f3354d0:
  Tom Zanussi (1):
        meta-sugarbay: switch to linux-yocto 3.0 kernel

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/fri2.v1
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/fri2.v1

Tom Zanussi (2):
  meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systems
  meta-fri2: add 3g and wifi features

 meta-fri2/COPYING.MIT                              |   17 ++++
 meta-fri2/README                                   |   83 ++++++++++++++++++++
 meta-fri2/README.sources                           |   17 ++++
 meta-fri2/conf/layer.conf                          |   10 +++
 meta-fri2/conf/machine/fri2.conf                   |   36 +++++++++
 .../formfactor/formfactor/fri2/machconfig          |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    3 +
 .../recipes-core/tasks/task-core-tools.bbappend    |    2 +
 .../xserver-xf86-config/fri2/xorg.conf             |   26 ++++++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    3 +
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    6 ++
 11 files changed, 206 insertions(+), 0 deletions(-)
 create mode 100644 meta-fri2/COPYING.MIT
 create mode 100644 meta-fri2/README
 create mode 100644 meta-fri2/README.sources
 create mode 100644 meta-fri2/binary/.gitignore
 create mode 100644 meta-fri2/conf/layer.conf
 create mode 100644 meta-fri2/conf/machine/fri2.conf
 create mode 100644 meta-fri2/recipes-bsp/formfactor/formfactor/fri2/machconfig
 create mode 100644 meta-fri2/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-fri2/recipes-core/tasks/task-core-tools.bbappend
 create mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
 create mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend




More information about the yocto mailing list