[linux-yocto] [PATCH 0/8] linux-yocto-3.10: common-pc(-64) updates

Darren Hart dvhart at linux.intel.com
Fri Sep 6 15:43:58 PDT 2013


Refactor common-pc and common-pc-64, reusing common fragments between the two
BSPs. Use modules for the Ethernet and Wifi drivers.

Add drivers addressing the following bugs:

[YOCTO #5104] - common-pc missing CONFIGs of atom-pc (Ethernet and Wifi)
[YOCTO #5109] - USB 3.0 is not supported in genericX86-64
[YOCTO #5112] - iwconfig doesn't work

All configuration changes have been verified in the final .config. No hardware
testing has been possible, but these are very straightforward additions for the
most part.

The following changes since commit ea900d1db60ba48962227f0976ac55f9e25bfa24:

  meta/beagleboard: modify kernel cfg files to adapt to the latest kernel (2013-09-04 13:54:27 -0400)

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-contrib dvhart/3.10/meta
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=dvhart/3.10/meta

Darren Hart (8):
  meta/common-pc: Refactor Ethernet and Wifi options
  meta/common-pc: Build Ethernet and Wifi drivers as modules
  meta/common-pc: Add common Realtek and Atheros Ethernet drivers
  meta/common-pc: Add common Wifi drivers
  meta/common-pc: Cleanup common-pc.cfg and common-pc-gfx.cfg
  meta/common-pc: Split out CPU and Drivers config fragments
  meta/common-pc*: Refactor common-pc-64 to reuse common-pc drivers
  meta/common-pc-64: Add USB 3.0 support

 .../{common-pc-64.cfg => common-pc-64-cpu.cfg}     |   45 -------------
 .../bsp/common-pc-64/common-pc-64-graphics.cfg     |   10 ---
 .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |    8 ++-
 .../kernel-cache/bsp/common-pc/common-pc-cpu.cfg   |   23 +++++++
 .../{common-pc.cfg => common-pc-drivers.cfg}       |   68 ++++++--------------
 .../kernel-cache/bsp/common-pc/common-pc-eth.cfg   |   18 ++++++
 .../kernel-cache/bsp/common-pc/common-pc-gfx.cfg   |    3 -
 .../kernel-cache/bsp/common-pc/common-pc-wifi.cfg  |   18 ++++++
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc  |    5 +-
 9 files changed, 89 insertions(+), 109 deletions(-)
 rename meta/cfg/kernel-cache/bsp/common-pc-64/{common-pc-64.cfg => common-pc-64-cpu.cfg} (56%)
 delete mode 100644 meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-graphics.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
 rename meta/cfg/kernel-cache/bsp/common-pc/{common-pc.cfg => common-pc-drivers.cfg} (41%)
 create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg

-- 
1.7.9.5




More information about the linux-yocto mailing list