All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 12/14] linux-yocto/4.8: update to -rt10
Date: Wed, 18 Jan 2017 08:54:27 -0500	[thread overview]
Message-ID: <f24431c2816ab4e3c12571c96863d7deb2a86809.1484747560.git.bruce.ashfield@windriver.com> (raw)
In-Reply-To: <cover.1484747560.git.bruce.ashfield@windriver.com>

Paul Gortmaker has updated 4.8 to the latest -rt release. This
integrates those changes to standard/preempt-rt/*. As usual the
branches are kept fast forward, and a clean copy of the patches
can be found on standard/preempt-rt/rebase.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb   | 4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 2 +-
 meta/recipes-kernel/linux/linux-yocto_4.8.bb      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
index 702d41bac15f..c0ff503676ad 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
@@ -11,8 +11,8 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "8fddffd5588e14ad3bb5297dbc5b9c4a1047238c"
-SRCREV_meta ?= "7b320e0a54be4b2d9bbaf4eb6165532e3954ad3e"
+SRCREV_machine ?= "9c4f52cb2bafd9657c51cef2166db2b73a95aaa9"
+SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
index 89b601696728..11b0dc9ea4b0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine ?= "b62f29ac5c15d6333a13811db030d704b35ace8f"
-SRCREV_meta ?= "7b320e0a54be4b2d9bbaf4eb6165532e3954ad3e"
+SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
index a81128a0b950..0ebd071463de 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e"
 SRCREV_machine_qemux86-64 ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e"
 SRCREV_machine_qemumips64 ?= "b90b544d7a5b004b635cf337b29e15294cb17553"
 SRCREV_machine ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e"
-SRCREV_meta ?= "7b320e0a54be4b2d9bbaf4eb6165532e3954ad3e"
+SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"
-- 
2.5.0



  parent reply	other threads:[~2017-01-18 13:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 13:54 [PATCH 00/14] kernel-yocto: consolidated pull request Bruce Ashfield
2017-01-18 13:54 ` [PATCH 01/14] linux-libc-headers: introduce 4.9 headers Bruce Ashfield
2017-01-18 13:54 ` [PATCH 02/14] kernel: introduce linux-yocto v4.9 recipes Bruce Ashfield
2017-01-18 13:54 ` [PATCH 03/14] linux-yocto-rt/4.9: add -rt specific patches Bruce Ashfield
2017-01-18 13:54 ` [PATCH 04/14] kernel-yocto: tiny features aka Link Time Optimization Bruce Ashfield
2017-01-18 13:54 ` [PATCH 05/14] linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables Bruce Ashfield
2017-01-18 13:54 ` [PATCH 06/14] kernel-yocto: firewire and audio configuration updates Bruce Ashfield
2017-01-18 13:54 ` [PATCH 07/14] linux-yocto/4.9: -stable update to v4.9.2 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 08/14] linux-yocto/4.8: -stable update to v4.8.17 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 09/14] linux-yocto/4.4: update to v4.4.41 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 10/14] linux-yocto/4.1: update to v4.1.37 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 11/14] kern-tools: scc: Fix process_file error check Bruce Ashfield
2017-01-18 13:54 ` Bruce Ashfield [this message]
2017-01-18 13:54 ` [PATCH 13/14] kern-tools: kconf_check: flag CONFIG options with invalid spaces Bruce Ashfield
2017-01-19 14:06   ` Burton, Ross
2017-01-19 14:30     ` Bruce Ashfield
2017-01-18 13:54 ` [PATCH 14/14] linux-yocto/4.9: merge 4.9.3 and ethernet config changes 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=f24431c2816ab4e3c12571c96863d7deb2a86809.1484747560.git.bruce.ashfield@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.