summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-16 11:35:33 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-16 13:52:47 -0300
commitf6876e084384c6b25fc72f4b7d3929040e799062 (patch)
treef606d42b2bb2a4a865f073a7d8fc399a1bd143a2
parent2143c21bf95282230b48433b06320a7889be2979 (diff)
downloadmeta-freescale-f6876e084384c6b25fc72f4b7d3929040e799062.tar.gz
opencv: Document the download-cache task
do_unpack_extra is addtask'd but carried no doc string, so it was undescribed in bitbake opencv -c listtasks. The flag is set in the .inc so opencv_4.13.0.imx.bb stays a verbatim copy of the meta-openembedded recipe it tracks. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc
index 4ad32a5fa..10d7fccfd 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc
@@ -50,6 +50,8 @@ SRC_URI += "\
50 file://OpenCV_DNN_examples.patch \ 50 file://OpenCV_DNN_examples.patch \
51" 51"
52 52
53do_unpack_extra[doc] = "Build the download cache OpenCV expects at configure time"
54
53PACKAGECONFIG:remove = "eigen" 55PACKAGECONFIG:remove = "eigen"
54 56
55PACKAGECONFIG:append = " \ 57PACKAGECONFIG:append = " \