All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3][linux-yocto-3.2][meta] tiny: Refactor tiny ktype config
@ 2012-03-31 14:44 Darren Hart
  2012-03-31 14:44 ` [PATCH 1/3] meta: common-pc add dependencies to cfg Darren Hart
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Darren Hart @ 2012-03-31 14:44 UTC (permalink / raw)
  To: Yocto Project, Bruce Ashfield, Tom Zanussi

Prepare for the linux-yocto-tiny_3.2 recipe by consolidating the tiny config
and factoring out what should be common functinionality.

Once included, I'll send the linux-yocto-tiny_3.2 patch against oe-core with
the proper SRCREV_meta. The other linux-yocto recipes don't need an updated
meta SRCREV necessarily.

The following changes since commit 867fc7a19f2ea74253d1f20c3d61b7829635175b:

  common-pc: Add PCNET32 to the config (2012-03-26 09:49:06 -0400)

are available in the git repository at:
  git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/tiny
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/meta/tiny

Darren Hart (3):
  meta: common-pc add dependencies to cfg
  tiny: Minimize the tiny config
  meta: Add common-pc-tiny.scc

 .../kernel-cache/bsp/common-pc/common-pc-tiny.scc  |   12 +
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg  |   13 +-
 .../tiny/serial.cfg => cfg/serial-8250.cfg}        |    0
 meta/cfg/kernel-cache/ktypes/tiny/debug.cfg        |    5 -
 meta/cfg/kernel-cache/ktypes/tiny/devtmpfs.cfg     |    6 -
 meta/cfg/kernel-cache/ktypes/tiny/ext2.cfg         |    1 -
 meta/cfg/kernel-cache/ktypes/tiny/ext3.cfg         |    2 -
 meta/cfg/kernel-cache/ktypes/tiny/fb.cfg           |   16 -
 meta/cfg/kernel-cache/ktypes/tiny/lzma.cfg         |    3 -
 meta/cfg/kernel-cache/ktypes/tiny/net.cfg          |   26 -
 meta/cfg/kernel-cache/ktypes/tiny/rtc-pc.cfg       |   13 -
 meta/cfg/kernel-cache/ktypes/tiny/smp.cfg          |    7 -
 meta/cfg/kernel-cache/ktypes/tiny/sysfs.cfg        |    2 -
 meta/cfg/kernel-cache/ktypes/tiny/tiny.cfg         |  613 +-------------------
 meta/cfg/kernel-cache/ktypes/tiny/tiny.scc         |   17 +-
 meta/cfg/kernel-cache/ktypes/tiny/vt.cfg           |    5 -
 .../ktypes/tiny/{core.cfg => yocto.cfg}            |   23 +-
 17 files changed, 63 insertions(+), 701 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-tiny.scc
 rename meta/cfg/kernel-cache/{ktypes/tiny/serial.cfg => cfg/serial-8250.cfg} (100%)
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/debug.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/devtmpfs.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/ext2.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/ext3.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/fb.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/lzma.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/net.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/rtc-pc.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/smp.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/sysfs.cfg
 delete mode 100644 meta/cfg/kernel-cache/ktypes/tiny/vt.cfg
 rename meta/cfg/kernel-cache/ktypes/tiny/{core.cfg => yocto.cfg} (49%)

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-01  3:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 14:44 [PATCH 0/3][linux-yocto-3.2][meta] tiny: Refactor tiny ktype config Darren Hart
2012-03-31 14:44 ` [PATCH 1/3] meta: common-pc add dependencies to cfg Darren Hart
2012-03-31 14:44 ` [PATCH 2/3] tiny: Minimize the tiny config Darren Hart
2012-03-31 14:44 ` [PATCH 3/3] meta: Add common-pc-tiny.scc Darren Hart
2012-04-01  3:55 ` [PATCH 0/3][linux-yocto-3.2][meta] tiny: Refactor tiny ktype config Bruce Ashfield

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.