| Message ID | 20260801215846.987181-1-khem.raj@oss.qualcomm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] crash-cross-canadian: Use oe.utils.all_multilib_tune_values in the docs | expand |
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: #
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 <khem.raj@oss.qualcomm.com> --- meta-oe/recipes-kernel/crash/crash-cross-canadian_9.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)