summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* Revert "slimboot: add recipe for Slim Bootloader"Anuj Mittal2022-01-281-58/+0
| | | | | This reverts commit 1d1d0f182815eeca36e4e80349fb0e16036171ff. The recipe needs some more work.
* slimboot: add recipe for Slim BootloaderYongxin Liu2022-01-261-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slim Bootloader is an open-source boot firmware running on Intel x86 architecture. Currently it supports qemu, apl(Apollo Lake), cfl(Coffee Lake), cml(Comet Lake), tgl(Tiger Lake), and ehl(Elkhart Lake). You can set "SLIMBOOT_TARGET" in .bb file or .bbappend file to specify or add the target firmware you want, for example: SLIMBOOT_TARGET = "qemu apl". The default target is qemu. Generated firmware and security keys are installed in build directory: image `-- usr `-- libexec `-- slimboot |-- Outputs | |-- qemu | |-- apl | `-- cfl `-- keys Boot firmware for qemu can be used by command: "qemu-system-x86_64 -machine q35 -nographic -serial mon:stdio -pflash SlimBootloader.bin" Other boot firmware for real hardware cannot be programmed directly to flash, please refer to https://slimbootloader.github.io/index.html for more instructions. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* 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>