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 9/9] machines: bump default linux-yocto to v4.15
Date: Tue, 6 Feb 2018 11:22:00 -0500	[thread overview]
Message-ID: <c656a3351640da84c77588f1474fe3b43117f2c2.1517931042.git.bruce.ashfield@windriver.com> (raw)
In-Reply-To: <cover.1517931042.git.bruce.ashfield@windriver.com>

Ensure that the qemu* machines are building the latest available
kernel in master.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/conf/machine/include/x86-base.inc | 2 +-
 meta/conf/machine/qemuarm.conf         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index 023eb5ecca71..f8aacea64ccb 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -21,7 +21,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "4.12%"
+PREFERRED_VERSION_linux-yocto ??= "4.15%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index aa112f51401a..9403b1e7e3b6 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -16,5 +16,5 @@ QB_MACHINE = "-machine versatilepb"
 QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
 QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet -device virtio-rng-pci"
-PREFERRED_VERSION_linux-yocto ??= "4.12%"
+PREFERRED_VERSION_linux-yocto ??= "4.15%"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
-- 
2.5.0



      parent reply	other threads:[~2018-02-06 16:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06 16:21 [PATCH 0/9] kernel-yocto: kernel updates/drops/refreshes Bruce Ashfield
2018-02-06 16:21 ` [PATCH 1/9] linux-yocto: introduce 4.14 recipes Bruce Ashfield
2018-02-06 16:21 ` [PATCH 2/9] linux-yocto: introduce 4.15 recipes Bruce Ashfield
2018-02-15 16:18   ` Martin Jansa
2018-02-15 16:23     ` Bruce Ashfield
2018-02-15 16:37       ` Martin Jansa
2018-02-15 17:59         ` Bruce Ashfield
2018-02-17 12:52           ` Martin Jansa
2018-02-17 18:03             ` Bruce Ashfield
2018-02-06 16:21 ` [PATCH 3/9] linux-libc-headers: update to v4.15 Bruce Ashfield
2018-02-06 16:21 ` [PATCH 4/9] linux-yocto/4.12: pinctrl backports Bruce Ashfield
2018-02-06 16:21 ` [PATCH 5/9] lttng-modules: update to v2.10.5 for kernel 4.15 Bruce Ashfield
2018-02-06 16:21 ` [PATCH 6/9] linux-yocto/4.10: drop recipe Bruce Ashfield
2018-02-06 16:21 ` [PATCH 7/9] linux-yocto/4.4: " Bruce Ashfield
2018-02-06 16:21 ` [PATCH 8/9] linux-yocto/4.9: " Bruce Ashfield
2018-02-06 16:22 ` Bruce Ashfield [this message]

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=c656a3351640da84c77588f1474fe3b43117f2c2.1517931042.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.