* [PATCH 0/2] linux-yocto: consolidated configuration update
@ 2012-10-08 4:05 Bruce Ashfield
2012-10-08 4:05 ` [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options Bruce Ashfield
2012-10-08 4:05 ` [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-10-08 4:05 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core
Richard/Saul,
This update carries the same warning as one I sent earlier, I'm out
of the office until Wednesday, but don't want to sit on these chanages
until then.
This pull request are the configuration changes that I've collected
over the past few weeks that are safe for the yocto 1.3 release.
For the most part these are obselete configuration item cleanup
(and hence no runtime change), warning removal for selected BSPs
(and hence no runtime change) and removal of some kernel modules
without a specific use case, but were large (hence a smaller footprint
for any default configuration build, and no runtime change).
I've also included a the change made for poky-tiny, which has already
been incorportated by Darren Hart. During Darren's testing, he would
have had all these config changes, so they got some extra testing.
I've stacked this on top of my yocto-bsp change, since it's easier
to do from here.
If there are any problems use my gmail address, since I can't
access my work email until Wednesday.
Cheers,
Bruce
The following changes since commit af84c18279bdf7c2c7f5ee5d5e88f7ce666f3a29:
linux-yocto-bsps: update hardware reference BSPs to v3.4.11 (2012-10-07 22:50:59 -0400)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (2):
linux-yocto/3.4: fix kconfig warnings and unnecessary options
linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options
2012-10-08 4:05 [PATCH 0/2] linux-yocto: consolidated configuration update Bruce Ashfield
@ 2012-10-08 4:05 ` Bruce Ashfield
2012-10-08 4:05 ` [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-10-08 4:05 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core
Updating the kernel configuration fragments to fix the following
issues:
- remove options that are no longer in the 3.4 kernel
- disable unused, but large kernel modules
- fix kconfig audit warnings for x86 BSPs
- make uprobes reusable by multiple fragments
The following meta branch commits are represented by this update:
3da1172 uprobes: split into enable and patch fragments
17ec51a meta: cleanup invalid/obselete 3.4 CONFIG options
b5cee42 meta: disable OCFS2 by default
efe937e meta: drm: tag DRM options as 'hardware'
10b5155 meta: emenlow: clean emenlow configuration warnings
a907b82 meta: add CONFIG_SHMEM to standard kernel config
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 2f8f957..135187c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "cdecf5940d81330680ce1517a7bc101556792e71"
SRCREV_machine_qemux86 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
SRCREV_machine_qemux86-64 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
-SRCREV_meta ?= "5bdc655034a58a7147176a8a882d81e2fd51e4b9"
+SRCREV_meta ?= "3da11722e36591bafab908141876c89d1dfb229d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc
2012-10-08 4:05 [PATCH 0/2] linux-yocto: consolidated configuration update Bruce Ashfield
2012-10-08 4:05 ` [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options Bruce Ashfield
@ 2012-10-08 4:05 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-10-08 4:05 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core
Updating the meta SRCREV to pickup the following change:
Ensure the qemux86 machine is defined in common-pc-tiny as it is
for -standard and -rt.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 135187c..6b1f0fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "cdecf5940d81330680ce1517a7bc101556792e71"
SRCREV_machine_qemux86 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
SRCREV_machine_qemux86-64 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
-SRCREV_meta ?= "3da11722e36591bafab908141876c89d1dfb229d"
+SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-08 4:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 4:05 [PATCH 0/2] linux-yocto: consolidated configuration update Bruce Ashfield
2012-10-08 4:05 ` [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options Bruce Ashfield
2012-10-08 4:05 ` [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox