summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-15 09:57:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 09:46:28 +0000
commit78af4b831c03162a2cfbfceb4c005c733adb2b87 (patch)
tree80ce5794b33ca62b95e8119c87013ca8f56d843c /meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
parenta0245d7be08f3d24ea1875e9f8872aa6bbff93be (diff)
downloadpoky-78af4b831c03162a2cfbfceb4c005c733adb2b87.tar.gz
linux-yocto/5.10: fix dssall build error with binutils 2.3.8
Integrating the following commit(s) to linux-yocto/5.10: c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long (From OE-Core rev: b063ee0529c02f8b31a1034289ea1a202e496d0b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index c968d404d0..bf7662eed3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine:qemuarm ?= "5e7b4957ac1a94fdaaa719f6b62b80856e8a55e6" 18SRCREV_machine:qemuarm ?= "9a8497a8761a22b3086cab63d18698024a69a410"
19SRCREV_machine ?= "24a50caea8c65c2af4987c60067dc55ef737ebca" 19SRCREV_machine ?= "317635e1feaecfd8aa29bc94d8d03ba873190414"
20SRCREV_meta ?= "a58f4e7cca3973e04d3f9a40356ef9c2c0bb10a5" 20SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23