From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 10/20] linux-yocto/3.4: -rt build fixes + configuration audit (part2)
Date: Wed, 27 Jun 2012 08:43:15 -0700 [thread overview]
Message-ID: <a09cdff7e0194b521d747c034531aa0eae8f583a.1340811559.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1340811559.git.sgw@linux.intel.com>
In-Reply-To: <cover.1340811559.git.sgw@linux.intel.com>
From: Bruce Ashfield <bruce.ashfield@windriver.com>
Updating the 3.4 SRCREVs to pickup build fixes for -rt, feature backports,
and a second set of 3.4 configuration audit results.
d65afd9 profiling: delete reference of obsolete CONFIG_X86_UP_APIC
9431490 meta: fix net_sched.cfg include
242149d meta: add CONFIG_VIRTIO_CONSOLE to virtio configuration
671a822 meta: resync series -> branches
e044ee1 rt: integrate patch to fix compile fail on certain configs
edac822 ktest: update with v3.5 content
182b8da net_sched: Add CODEL queue management algorithm.
c6adcd9 net_sched: move content out of cgroups dir
c8edb3e sys940x: branch before merge
6d06257 ext3: delete duplicate enablement settings.
6a5a2f8 ipv6: build in the core support vs. it being modular
e106230 ipv6: make standard and RT share a common config block
42996fb netfilter: coalesce bridge settings for standard and RT into a common file.
2b62fea netfilter: coalesce IPv6 settings for standard and RT into a common file.
d1c38c8 netfilter: coalesce IPv4 settings for standard and RT into a common file.
b5f9c7c preempt-rt: align with standard kernel type for basic cfg
ea33e01 cfg: move devtmpfs cfg/scc to cfg/fs dir
517eda4 preempt-rt: combine two config fragments into one
171a30a cgroups: re-enable net_traffic config fragment
86a599d cgroups: delete old blkio patches
8be6e5b netfilter: add comment documenting external bb use case
90e06bf x86[_64]: align with korg on HOTPLUG_PCI, HOTPLUG_PCI_PCIE and PCI_MSI
e103f7c seccomp: backport of BPF syscall filtering from v3.5
[YOCTO #1694]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 295fe27..9b77186 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -9,9 +9,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
-SRCREV_machine ?= "e1247309cd90fbdb17479f909a7172e4b0b622d0"
-SRCREV_machine_qemuppc ?= "10ba85000bd4e32ea9e5557bf6d9166b12651c02"
-SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96"
+SRCREV_machine ?= "4a688295a1c6d44f3eea409d51a0344c8830d829"
+SRCREV_machine_qemuppc ?= "83843542dd524007547eddba507690cd4bab393b"
+SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index d859c29..7d14967 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,13 +10,13 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
KBRANCH_qemumips64el = "standard/mti-malta64"
KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
-SRCREV_machine_qemuarm ?= "5a282e8b7138174389b64846ea993240c8b1f869"
-SRCREV_machine_qemumips ?= "7db36332a033ab89988dfcb7b563cbcd83b93663"
-SRCREV_machine_qemuppc ?= "74f0e62044042a7e7abdbac83c6bf160b0c12c58"
-SRCREV_machine_qemux86 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
-SRCREV_machine_qemux86-64 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
-SRCREV_machine ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
-SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96"
+SRCREV_machine_qemuarm ?= "4e354f7fa345464f284525a27eb1544cbc60968d"
+SRCREV_machine_qemumips ?= "c65bc98cd501459bb6ffc7b5ec5a7e72c41dceef"
+SRCREV_machine_qemuppc ?= "ee3475b4ca8c9e26f55f6e107101d832e7dec7ac"
+SRCREV_machine_qemux86 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
+SRCREV_machine_qemux86-64 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
+SRCREV_machine ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
+SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
--
1.7.7.6
next prev parent reply other threads:[~2012-06-27 15:54 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 15:43 [CONSOLIDATED PULL 00/20] Kernel Updates and other fixes Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 01/20] mx: Upgrade to 1.4.6 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 02/20] mtd-utils: do not stage headers in sysroot Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 03/20] classes/image: Allow openssh empty passwords login Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 04/20] image/core-image: Handle conflicting IMAGE_FEATURES Saul Wold
2012-07-02 22:08 ` Dennis.Yxun
2012-07-02 23:41 ` Lu, Lianhao
2012-06-27 15:43 ` [CONSOLIDATED PULL 05/20] task-core-tools-debug: Added openssh-sftp-server Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 06/20] kern-tools: add buildall and robustness fixes Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 07/20] linux-yocto/3.4: update and categorize configuration options Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 08/20] linux-yocto/3.4: update to v3.4.3 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 09/20] linux-yocto-rt/3.4: update qemuppc branch Saul Wold
2012-06-27 15:43 ` Saul Wold [this message]
2012-06-27 15:43 ` [CONSOLIDATED PULL 11/20] systemtap: update to version 1.8 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 12/20] busybox: add correct ALTERNATIVE_TARGET for init.d/syslog Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 13/20] linux-dtb: add multi-dtb build support Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 14/20] native.bbclass: correct PATH to have native-intercept be prepended Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 15/20] gconf.bbclass: don't register schemas in the install stage Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 16/20] libxml: disable lzma Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 17/20] archiver.bbclass: Add the function of filtering packages Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 18/20] local.conf.sample.extended: Add filtering function to archiver.bbclass Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 19/20] bitbake.conf: disable ccache explicitly if it is not enabled Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 20/20] linux-yocto/3.0: update BSP descriptions to new kern-tools format Saul Wold
2012-07-02 1:01 ` [CONSOLIDATED PULL 00/20] Kernel Updates and other fixes Lu, Lianhao
2012-07-02 8:58 ` Richard Purdie
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=a09cdff7e0194b521d747c034531aa0eae8f583a.1340811559.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox