summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/image_populate_mfgtool.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/image_populate_mfgtool.bbclass b/classes/image_populate_mfgtool.bbclass
index 43f5fd704..ee3d52226 100644
--- a/classes/image_populate_mfgtool.bbclass
+++ b/classes/image_populate_mfgtool.bbclass
@@ -59,6 +59,9 @@ do_populate_mfgtool[dirs] += "${DEPLOY_DIR_IMAGE} ${WORKDIR}"
59do_populate_mfgtool[recrdeptask] += "do_deploy" 59do_populate_mfgtool[recrdeptask] += "do_deploy"
60do_populate_mfgtool[depends] += "uuu-bin:do_populate_sysroot" 60do_populate_mfgtool[depends] += "uuu-bin:do_populate_sysroot"
61 61
62# MFGTOOLCONFIG is parsed like PACKAGECONFIG: BitBake cannot enumerate varflags
63# declaratively, and do_populate_mfgtool[depends] must exist before the task graph.
64# nooelint: oelint.task.noanonpython
62python () { 65python () {
63 depends = [] 66 depends = []
64 deploy_files = "" 67 deploy_files = ""