From 91ca86a4324cbe0d86f6695a1f488e649eab155b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 1 Aug 2026 14:56:43 -0700 Subject: [PATCH] crash-cross-canadian: Use oe.utils.all_multilib_tune_values in the docs oe-core 6b2defb521 ("utils: Move functions from utils.bbclass to utils.py") moved all_multilib_tune_values out of utils.bbclass, so the unqualified name is no longer available to recipes. Update the packagegroup snippet in the comment block so that copying it still works. Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb b/meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb index 924e3ccfc0..bb9bc321b4 100644 --- a/meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb +++ b/meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb @@ -60,7 +60,7 @@ do_compile() { # To ship crash into your sdk, you should create/update a packagegroup-cross-canadian.bbappend and # add the following # CRASH = "crash-cross-canadian-${TRANSLATED_TARGET_ARCH}" -# RDEPENDS:${PN} += "${@all_multilib_tune_values(d, 'CRASH')}" +# RDEPENDS:${PN} += "${@oe.utils.all_multilib_tune_values(d, 'CRASH')}" # # You should also add some kernel packages in your sdk, add the followng in your conf/local.conf: #