Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 08/25] linux-yocto: update SRCREVs for preempt-rt support + build fixes
Date: Fri, 12 Aug 2011 00:49:57 -0700	[thread overview]
Message-ID: <5da8f59ceed178c8a7fb35244dcc65ec5a4bc7b2.1313134270.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1313134270.git.sgw@linux.intel.com>
In-Reply-To: <cover.1313134270.git.sgw@linux.intel.com>

From: Bruce Ashfield <bruce.ashfield@windriver.com>

Updating the SRCREVs for linux-yocto to pickup a series of changes
that were made to support the build/boot of preempt-rt on 3.0.x.

7782fc6 routerstationpro: remove CONFIG_PREEMPT* definitions
b51300c meta/rt: sugarbay preempt-rt support
735711e meta/rt: common-pc[-64] preempt-rt no branch fix
53026bf meta/rt: jasperforest preempt-rt support
99bc260 meta/rt: fri2 preempt-rt support
e746ab8 meta/rt: fishriver preempt-rt support
fa1b73f meta/rt: emenlow preempt-rt support
1f686ab meta/rt: crownbay preempt-rt support
64a5069 meta/rt: arm-versatile-926ejs preempt-rt support
7f827a1 meta/rt: mti-malta32-be preempt-rt support
930a983 meta/rt: qemu-ppc32 preempt-rt support
367fc55 meta-rt: rsp preempt-rt support
b8a62ea meta/rt: mpc8315 preempt-rt support
b5f9daa meta/rt: beagleboard preempt-rt support
1e6e9eb meta/rt: use CONFIG_PREEMPT_RT_FULL for 3.0 kernels
eb5a06b boot: move -Os patch to standard branch
c692a23 meta/rt: remove explicit patch references
8a2ac6b meta/rt: updating to rt8
76b3679 meta: atom-pc update definition to re-use preempt-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.0.bb |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index a7bd67a..ba352e2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -14,13 +14,13 @@ KMETA = meta
 LINUX_VERSION ?= "3.0"
 LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
 
-SRCREV_machine_qemuarm = "30a2cec4e9d7048681c1d239f49cc935287a7012"
-SRCREV_machine_qemumips = "f9b9688cefaa87d898394902acfb858d6b0f1e28"
-SRCREV_machine_qemuppc = "a46a4c356f8bcf7a30d967a1b43633b824cd07a1"
-SRCREV_machine_qemux86 = "efaab1f75dbc577922c862fa19d45c3f31cb99cb"
-SRCREV_machine_qemux86-64 = "c30a56850c73c74af2d056d803081a0d829ce35c"
-SRCREV_machine = "318b059a472128f67119f367f51f11893ee60269"
-SRCREV_meta = "76b3679beff6c640388a609ccf87f46bb7bf0f2b"
+SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2"
+SRCREV_machine_qemumips = "2db2aacc589a518a74e8a8543e80403f09de8134"
+SRCREV_machine_qemuppc = "c0f5dd4ef37b445d8ac73b11dd93e0ffdb7e9f6d"
+SRCREV_machine_qemux86 = "c29beadfd4364aca9358ac0fdb8356c1dbbdacb2"
+SRCREV_machine_qemux86-64 = "d0b814813bce09971c5cbb0d22bacb8842146fa0"
+SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a"
+SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8"
 
 PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.3.4




  parent reply	other threads:[~2011-08-12  7:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-12  7:49 [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 01/25] busybox: don't strip the main binary Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 02/25] insane: add linux-gnu to the platform data Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 03/25] nativesdk: inherit relocatable Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 04/25] sanity: shift the required utils into a variable Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 05/25] package: include SECTION in the pkgdata Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 06/25] package: allow setting a section for locale packages Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 07/25] cross: also empty PACKAGES_DYNAMIC Saul Wold
2011-08-12  7:49 ` Saul Wold [this message]
2011-08-12  7:49 ` [CONSOLIDATED PULL 09/25] rpm: Fix the canonical arch --target processing and cleanup Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 10/25] package_rpm.bbclass: Update the platform config and --target Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 11/25] init-install.sh: Fix make partition and make file system issues Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 12/25] automake: Update for python.m4 to respect libdir Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 13/25] xcb-proto: update based on changes to python.m4 in automake Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 14/25] tune-ppce5500: Add a set of tune files for PowerPC e5500 core Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 15/25] package_rpm: Fix attemptonly and suggest packages Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 16/25] meta-rt: refresh linux-yocto-rt recipe Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 17/25] meta-rt: rt-tests v0.73 instead of AUTOREV Saul Wold
2011-08-12 16:09   ` Richard Purdie
2011-08-12 16:30     ` Darren Hart
2011-08-12  7:50 ` [CONSOLIDATED PULL 18/25] meta-rt: canonicalize directory structure Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 19/25] meta-rt: add linux-yocto-rt_3.0 recipe Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 20/25] meta-rt: remove atom-pc support from the main layer Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 21/25] meta-rt: rename minimal-rt images to -rt, drop live image Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 22/25] meta-rt: add an -rt-sdk image Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 23/25] meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 24/25] Move meta-rt recipes to oe-core (meta) Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 25/25] recipes-rt: add a README documenting the contents of recipes-rt Saul Wold
2011-08-12 15:21 ` [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes Kumar Gala
2011-08-12 16:26 ` 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=5da8f59ceed178c8a7fb35244dcc65ec5a4bc7b2.1313134270.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