All of lore.kernel.org
 help / color / mirror / Atom feed
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 10/10] qemu: bump default reference kernel to v5.4
Date: Fri, 21 Feb 2020 12:46:02 -0500	[thread overview]
Message-ID: <e4be65a39aecd10e31991879114856c2784ecd69.1582306887.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1582306887.git.bruce.ashfield@gmail.com>

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

Now that the 5.4 recipes are available, we bump the default versions
to use them.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/conf/machine/include/x86-base.inc | 2 +-
 meta/conf/machine/qemuarmv5.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 da56cc3574..a72714711d 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "5.2%"
+PREFERRED_VERSION_linux-yocto ??= "5.4%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf
index fb4789fdac..7f72048065 100644
--- a/meta/conf/machine/qemuarmv5.conf
+++ b/meta/conf/machine/qemuarmv5.conf
@@ -17,7 +17,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
 QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
 QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
-PREFERRED_VERSION_linux-yocto ??= "5.2%"
+PREFERRED_VERSION_linux-yocto ??= "5.4%"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
 
 KMACHINE_qemuarmv5 = "qemuarm"
-- 
2.19.1



      parent reply	other threads:[~2020-02-21 17:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-21 17:45 [PATCH 00/10] linux-yocto: conslidated pull request bruce.ashfield
2020-02-21 17:45 ` [PATCH 01/10] linux-yocto/5.4: update to v5.4.18 bruce.ashfield
2020-02-21 17:45 ` [PATCH 02/10] linux-yocto/5.4: update to v5.4.20 bruce.ashfield
2020-02-21 17:45 ` [PATCH 03/10] linux-yocto/5.2: update to v5.2.29 bruce.ashfield
2020-02-21 19:34   ` Khem Raj
2020-02-21 19:53     ` Bruce Ashfield
2020-02-21 19:58       ` Khem Raj
2020-02-21 20:49         ` Bruce Ashfield
2020-02-23 23:30   ` Mittal, Anuj
2020-02-24  4:06     ` Bruce Ashfield
2020-02-24  5:18       ` Mittal, Anuj
2020-02-21 17:45 ` [PATCH 04/10] linux-yocto: fix PV bruce.ashfield
2020-02-21 17:45 ` [PATCH 05/10] devsrc: fix objtool generation for v5.4+ bruce.ashfield
2020-02-21 17:45 ` [PATCH 06/10] linux-yocto/5.4: integrate mips64 multlib/32bit VDSO fix bruce.ashfield
2020-02-21 17:45 ` [PATCH 07/10] linux-yocto: perf: Make perf able to build with latest libbfd bruce.ashfield
2020-02-21 17:46 ` [PATCH 08/10] linux-yocto/5.4: update to -rt11 bruce.ashfield
2020-02-21 17:46 ` [PATCH 09/10] linux-yocto: drop 4.19 recipes bruce.ashfield
2020-02-21 17:46 ` 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=e4be65a39aecd10e31991879114856c2784ecd69.1582306887.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.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.