[PATCH 3/7] linux-yocto/5.14: bsp/qemuarm*-gfx: use virtio graphics
From: <hidden>
Date: 2021-10-06 00:12:52
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Bruce Ashfield <redacted>
Integrating the following configuration change:
Author: Jon Mason [off-list ref]
Date: Thu Sep 16 18:22:33 2021 -0400
bsp/qemuarm*-gfx: use virtio graphics
Remove Bochs and start using virtio graphics
Signed-off-by: Jon Mason [off-list ref]
Signed-off-by: Bruce Ashfield <redacted>
---
meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_5.14.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
index 5e5be1362a..a16612eb31 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb@@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "61d40facfa18554ae6c57cd4d3cab9be8272e177" -SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" +SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.14;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
index 8ba2d0a737..89696fbec2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "372ed9b008af35e56e5dacc906522203a4dd897b" SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554" -SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" +SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057" PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb b/meta/recipes-kernel/linux/linux-yocto_5.14.bb
index 4fec074a58..47ada6e184 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.14.bb@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "b6850b99071366f57df504f6deefbd0276189554" SRCREV_machine:qemux86-64 ?= "b6850b99071366f57df504f6deefbd0276189554" SRCREV_machine:qemumips64 ?= "d333b4641aa536e004174d65a3e91f0018eedf43" SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554" -SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" +SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the <version>/base branch, which is pure upstream -stable, and the same
--
2.19.1