From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>,
Bruce Ashfield <bruce.ashfield@windriver.com>,
Tom Zanussi <tom.zanussi@intel.com>
Subject: [PATCH 0/3][linux-yocto-3.2][meta] tiny: Refactor tiny ktype config
Date: Sat, 31 Mar 2012 07:44:42 -0700 [thread overview]
Message-ID: <cover.1333204567.git.dvhart@linux.intel.com> (raw)
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
next reply other threads:[~2012-03-31 14:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-31 14:44 Darren Hart [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1333204567.git.dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=bruce.ashfield@windriver.com \
--cc=tom.zanussi@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.