From c9e0fb469ef033b0f0c0a5b05c2dc831d209cd52 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 15 Feb 2022 09:57:16 -0500 Subject: linux-yocto/5.15: fix dssall build error with binutils 2.3.8 Integrating the following commit(s) to linux-yocto/5.15: 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long (From OE-Core rev: 8f500f087ffc1471ac997ce8bf0d47171ca846a6) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index b52c1da342..9b652a797b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,7 +11,7 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "4e6023f9fa826a49ea6e1e66de07539965c06b46" +SRCREV_machine ?= "c5b3006ccedbb8397aa58b667b981e0c2435b943" SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 389d6fd68f..754dbc7d60 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "ffb9a067ac8550ae1064ccd5bf73639e0cefd71b" -SRCREV_machine ?= "20301aeb1a64164b72bc72af58802b315e025c9c" +SRCREV_machine:qemuarm ?= "66d56b3bcc1391639a84e35be3ef00c5197089a8" +SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 60e09c9ecb..4b5e332c37 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "7d3b6a747b3d2720f7ca4e6c1ac09c9b2fed553f" -SRCREV_machine:qemuarm64 ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemumips ?= "4b33e9d2ce28398756fd1d13f0bbc84e768c33a4" -SRCREV_machine:qemuppc ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemuriscv64 ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemuriscv32 ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemux86 ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemux86-64 ?= "20301aeb1a64164b72bc72af58802b315e025c9c" -SRCREV_machine:qemumips64 ?= "506576e469f6fdc2b7e888afcace4437469b27aa" -SRCREV_machine ?= "20301aeb1a64164b72bc72af58802b315e025c9c" +SRCREV_machine:qemuarm ?= "6be018aeb5fd86986bc560e2e6ca59b774784bdb" +SRCREV_machine:qemuarm64 ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemumips ?= "2b861aef3af1f8b09f1345a308e6e6fe213e1fef" +SRCREV_machine:qemuppc ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemuriscv64 ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemuriscv32 ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemux86 ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemux86-64 ?= "7f685244afb3acd13e94968312580b63d7296705" +SRCREV_machine:qemumips64 ?= "1d269d782d6b6effed2437ad6b11ae4f4e789259" +SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll -- cgit v1.2.3-54-g00ecf