[meta-oe][PATCH 2/2] crash-cross-canadian: Use oe.utils.all_multilib_tune_values in the docs

Khem Raj <[email protected]> Mon, 3 Aug 2026 16:55:20 -0700
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
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 <[email protected]>
---
 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:
 #