summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-09-11 22:00:04 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-09-24 10:24:42 +0800
commit7aef51c962c023f27e3fcda4c2419f1ced9942b9 (patch)
tree3467940f052b4a8c154e18af31dd80ff99b85397 /conf
parent70d414ce566d07f1fe09ccf7e945ce42c1e73dd9 (diff)
downloadmeta-intel-7aef51c962c023f27e3fcda4c2419f1ced9942b9.tar.gz
dldt-model-optimizer: add recipe
Model Optimizer is a cross-platform command-line tool that facilitates the transition between the training and deployment environment, performs static model analysis, and adjusts deep learning models for optimal execution on end-point target devices. For more details, see: https://software.intel.com/en-us/openvino-toolkit/deep-learning-cv Since the recipe requires bits from meta-python, move this to the dynamic layers section and add meta-python to BBFILES_DYNAMIC. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e5bd2189..ac7c8f97 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -23,11 +23,10 @@ LAYERSERIES_COMPAT_intel = "thud warrior"
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \
26"
27
28BBFILES_DYNAMIC += " \
29 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ 26 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
30 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ 27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
28 meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \
29 meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \
31" 30"
32 31
33require ${LAYERDIR}/conf/include/maintainers.inc 32require ${LAYERDIR}/conf/include/maintainers.inc