[poky] [PATCH 0/6 V2] Update genericx86 and remove atom-pc

Darren Hart dvhart at linux.intel.com
Mon Aug 26 15:18:10 PDT 2013


This series updates the genericx86 BSP to use the linux-yocto 3.10
recipe and fixes some of the meta-data related to that.

It also removes the atom-pc machine in favor of genericx86 which is a
super set of atom-pc. This leaves us with no x86 linux-yocto 3.4 based
BSP, but that is standard operating procedure when introducing new BSPs.

Boot tested on the Toshiba NB305 (Pineview) netbook. Ethernet and wifi
are not currently supported and will need to be added in a SRCREV update
after the linux-yocto meta-data for genericx86 has been augmented. The
mode switching and Xorg graphics drivers work correctly, as do USB HID
devices.

V2: Include documentation and config file changes

The following changes since commit 5c2d5f69e88eb1b5eac0ff71a0394a612af4b5d4:

  meta-yocto: change default kernel to 3.10 (2013-08-26 11:22:34 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dvhart/genericx86
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/genericx86

Darren Hart (5):
  meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV
  meta-yocto-bsp: Purge atom-pc in favor of genericx86
  local.conf.sample: Replace atom-pc with genericx86
  README.hardware: Replace atom-pc with genericx86
  documentation: Replace atom-pc with genericx86 in the manuals

Elizabeth Flanagan (1):
  layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc

 README.hardware                                    |   12 +++----
 documentation/dev-manual/dev-manual-model.xml      |    2 +-
 documentation/ref-manual/ref-variables.xml         |    2 +-
 documentation/ref-manual/technical-details.xml     |    2 +-
 meta-yocto-bsp/conf/layer.conf                     |    2 +-
 meta-yocto-bsp/conf/machine/atom-pc.conf           |   37 --------------------
 meta-yocto-bsp/conf/machine/genericx86.conf        |    2 +-
 .../packagegroup-core-tools-profile.bbappend       |    1 -
 .../packagegroup-core-sdk-gmae.bbappend            |    1 -
 ...egroup-core-standalone-gmae-sdk-target.bbappend |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    9 +++--
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    3 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    3 --
 meta-yocto/conf/local.conf.sample                  |    2 +-
 14 files changed, 16 insertions(+), 63 deletions(-)
 delete mode 100644 meta-yocto-bsp/conf/machine/atom-pc.conf

-- 
1.7.9.5




More information about the poky mailing list