summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-05 20:12:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-07 15:06:34 +0100
commitd27637df5300031a172cdef70f740d9d6a7f2ea6 (patch)
tree6bf847d0a982c9a3a013b4a6cbb929c9bb61bed6 /meta
parent44fa7350930554dc924fc55e97cf76e9283a381f (diff)
downloadpoky-d27637df5300031a172cdef70f740d9d6a7f2ea6.tar.gz
linux-yocto/5.14: bsp/qemuarm*-gfx: use virtio graphics
Integrating the following configuration change: Author: Jon Mason <jdmason@kudzu.us> 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 <jdmason@kudzu.us> (From OE-Core rev: a1231dd2f7c6744df843db4283ae72c83e635ede) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.14.bb2
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 () {
12} 12}
13 13
14SRCREV_machine ?= "61d40facfa18554ae6c57cd4d3cab9be8272e177" 14SRCREV_machine ?= "61d40facfa18554ae6c57cd4d3cab9be8272e177"
15SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" 15SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.14;destsuffix=${KMETA}" 18 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"
17 17
18SRCREV_machine:qemuarm ?= "372ed9b008af35e56e5dacc906522203a4dd897b" 18SRCREV_machine:qemuarm ?= "372ed9b008af35e56e5dacc906522203a4dd897b"
19SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554" 19SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554"
20SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" 20SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
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"
23SRCREV_machine:qemux86-64 ?= "b6850b99071366f57df504f6deefbd0276189554" 23SRCREV_machine:qemux86-64 ?= "b6850b99071366f57df504f6deefbd0276189554"
24SRCREV_machine:qemumips64 ?= "d333b4641aa536e004174d65a3e91f0018eedf43" 24SRCREV_machine:qemumips64 ?= "d333b4641aa536e004174d65a3e91f0018eedf43"
25SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554" 25SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554"
26SRCREV_meta ?= "cb45cbb1f55bc80b49d8b037d3b89121841a5963" 26SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same