From a1231dd2f7c6744df843db4283ae72c83e635ede Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 5 Oct 2021 20:12:42 -0400 Subject: linux-yocto/5.14: bsp/qemuarm*-gfx: use virtio graphics Integrating the following configuration change: Author: Jon Mason 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 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- 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(-) (limited to 'meta/recipes-kernel') 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 /base branch, which is pure upstream -stable, and the same -- cgit 1.2.3-korg