1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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 <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-02-15 09:57:16 -05:00
committed by Richard Purdie
parent 78af4b831c
commit c9e0fb469e
3 changed files with 13 additions and 13 deletions
@@ -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}"