summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* ngraph: removeAnuj Mittal2020-10-082-88/+0
| | | | | | Starting with OpenVINO 2020.2, ngraph has been merged in OpenVINO. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* slimboot-tools: add support for slimbootloader toolsNishioka, Toshiki2020-08-131-0/+22
| | | | | | | | | | add the recipe file to install the Slim Bootloader host tools which can generate the container images in a binary file format understood by Slim Bootloader to load and initialize Operating Systems or Hypervisors. Signed-off-by: "Yong, Jonathan" <jonathan.yong@intel.com> Signed-off-by: "Nishioka, Toshiki" <toshiki.nishioka@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ngraph: upgrade 0.22.1 -> 2.29.0-rc0Anuj Mittal2020-04-104-164/+88
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ngraph: add recipeAnuj Mittal2019-09-132-0/+164
| | | | | | | | | nGraph Library is an open-source C++ library and runtime/compiler suite for Deep Learning ecosystem. For more details, see: https://www.intel.ai/ngraph/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: move to a separate recipeAnuj Mittal2019-08-211-25/+0
| | | | | | | Since this is managed as a separate repository, build it as a separate component instead of bundling with LLVM/clang. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* build linux_linker from common clangAnuj Mittal2019-05-171-0/+25
Build only linux_linker component from common clang library for native use when compiling the target version. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>