diff options
| -rw-r--r-- | classes/image_populate_mfgtool.bbclass | 3 |
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}" | |||
| 59 | do_populate_mfgtool[recrdeptask] += "do_deploy" | 59 | do_populate_mfgtool[recrdeptask] += "do_deploy" |
| 60 | do_populate_mfgtool[depends] += "uuu-bin:do_populate_sysroot" | 60 | do_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 | ||
| 62 | python () { | 65 | python () { |
| 63 | depends = [] | 66 | depends = [] |
| 64 | deploy_files = "" | 67 | deploy_files = "" |
