mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
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 <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user