summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* ovmf: refresh patchAnuj Mittal2019-08-131-87/+110
| | | | | | | | Refresh patch as per the latest version in OE-Core. Move the key as per: https://github.com/tianocore/edk2/commit/a79b115adeab638feeedde2f3d3dcb141e4b445b Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: use '.' instead of '_' in PVAnuj Mittal2019-08-101-0/+2
| | | | | | | | | | Otherwise everything after underscore either gets ignored (in case of devtool) or converted to a hyphen. This ensures that the version is handled more consistently. Also add a custom GITTAGREGEX check to check for upstream releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade v0.19 -> v1.0.1Naveen Saini2019-08-061-5/+5
| | | | | | | | | | | | | | Added third party license info: "ittnotify, 3-clause BSD license Copyright (c) 2011, Intel Corporation See full copyright notice and license text in src/cpu/jit_utils/jitprofiling/LICENSE.BSD" Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libxcam: set proper version for recipeAnuj Mittal2019-08-011-0/+0
| | | | | | Since this fetches a release version, set PV accordingly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libxcam: Initial recipe for libXCamAnkit Navik2019-07-302-0/+61
| | | | | | | | It adds generic recipe for libXCam for extended camera feature, but not limited in camera. It focuses on image quality improvement and video analysis. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix upstream checkAnuj Mittal2019-07-041-1/+1
| | | | | | There could be zero or more characaters at the end of version string. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: add ptestNaveen Saini2019-07-042-2/+40
| | | | | | | | | | | Added api-c & test_c_symbols testcases under ptest. Shipping benchdnn, which is a standalone correctness and performance benchmark for Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN). Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix microcode loading on newer kernelsYong, Jonathan2019-07-041-5/+5
| | | | | | | | | | | | | | | | | | | | | The /dev/microcode interface and microcode-ctl utility has been deprecated in favor of the new kernel /sys/devices/system/cpu/microcode/reload interface as documented in: https://github.com/torvalds/linux/blob/master/Documentation/x86/microcode.rst It expects the microcode binaries to be split out and loaded from /lib/firmware, eg: /lib/firmware/intel-ucode/06-01-01 /lib/firmware/intel-ucode/06-01-02 /lib/firmware/intel-ucode/06-01-06 /lib/firmware/intel-ucode/06-01-07 /lib/firmware/intel-ucode/06-01-09 ... This change does not affect the earlyfw cpio generated by inte-ucode. Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: do not use host machine instructionsNaveen Saini2019-07-011-0/+1
| | | | | | | | | | | | | | | For GNU* Compiler Collection version 5 and newer the default options are `-march=native -mtune=native`, which should not happen in cross compilation environment. ARCH_OPT_FLAGS=\"\" does not allow to use host machine instructions. For more information, please check: http://intel.github.io/mkl-dnn/dev_guide_build_options.html Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20190514a -> 20190618Anuj Mittal2019-06-191-1/+1
| | | | | | | | For changes in this version, see: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/940d904b7272edd689a5f0eef9dee09c13746748/releasenote Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: update SRCREV to fix GCC9 build failure2.8_M1Naveen Saini2019-06-071-1/+2
| | | | | | | | | | | Fix for GCC9 build error is backported from master branch to release branch rls-v0.19. Patch Link: https://github.com/intel/mkl-dnn/commit/027de7603662a569366e15132ac80298902b96b8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 0.18.1 -> 0.19Naveen Saini2019-06-011-2/+2
| | | | | | | | For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix upstream release checkingAnuj Mittal2019-05-241-0/+2
| | | | | | | There could be a character to signify minor changes for the same microcode at the end. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade to 20190514aAnuj Mittal2019-05-212-133/+8
| | | | | | | | Include the microcode from caveats as well since all kernels supported have those patches. Also point to the new git repo and corrected license. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: add zlib fork with IA-specific optimisationsRoss Burton2019-05-061-0/+16
| | | | | | | | | | | | This fork of zlib has a number of IA-specific improvements and is noticably faster when running on Intel hardware. As this is a relatively minor fork of zlib, include the oe-core recipe and override where appropriate. This ensures that we still generate the ptest package for example. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 0.17.4 -> 0.18.1Naveen Saini2019-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | A list of third party components added to the LICENSE. LICENSE changes: """ Intel MKL-DNN includes components with separate copyright notices and license terms. XByak, 3-clause BSD license Copyright (c) 2007 MITSUNARI Shigeo See full copyright notice and license text in src/cpu/xbyak/COPYRIGHT gtest, 3-clause BSD license Copyright 2008, Google Inc. See full copyright notice and license text in tests/gtests/gtest/LICENSE """ This release contains performance optimizations, new functionality, usability improvements and bug fixes. For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: fix upstream release checkingNaveen Saini2019-04-251-0/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: Initial recipe for Intel Math Kernel LibraryAnkit Navik2019-03-051-0/+22
| | | | | | | | | Add generic recipe for Intel(R) Math Kernel Library for Deep Neural Networks. The library accelerates deep-learning applications and frameworks on Intel architecture. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* microcode: upgrade 20180703 -> 20180807Anuj Mittal2018-08-131-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rmc: removeAnuj Mittal2018-07-162-344/+0
| | | | | | | It's not being maintained anymore and the scripts have not been kept in sync with upstream for quite some time. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20180425 -> 20180703Anuj Mittal2018-07-091-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: update to 20180425Anuj Mittal2018-07-022-7/+133
| | | | | | | Point to the the license from layer now that text .dat isn't supplied. And, generate cpio from binary files. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* iucode-tool: upgrade 2.1.2 -> 2.3.1Anuj Mittal2018-06-281-3/+3
| | | | | | License-Update: Change in copyright year. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* core-image-minimal-initramfs: remove duplicate PACKAGE_INSTALL entriesAnuj Mittal2018-06-191-4/+0
| | | | | | | | This was made as default in OE-core and isn't needed here anymore [1]. [1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=53078a00ceab5d6aaa61c77fcb73f0d4aa788e00 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: update to version 20180312California Sullivan2018-03-151-5/+4
| | | | | | | The LIC_FILES_CHKSUM also needed to be updated, as the copyright added the year 2018. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Revert "intel-microcode: update to 20180108"California Sullivan2018-01-301-4/+4
| | | | | | | | | This reverts commit 7969d8e442bdefd8036a334ca9d9ce133272399b. Its recommended that rollout of this microcode update is suspended. See here: https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* core-image-minimal-initramfs.bbappend: Add missing install moduleCalifornia Sullivan2018-01-221-1/+1
| | | | | | | | This allows installation when booting in legacy mode. Fixes [YOCTO #12346]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-microcode: update to 20180108Juro Bystricky2018-01-121-4/+4
| | | | | Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* core-image-tiny: Remove Quark reference and WKS fileSaul Wold2017-12-081-1/+0
| | | | | | | Since Quark is getting depercated remove reference and WKS file Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-microcode: Update to 20171117Saul Wold2017-11-211-4/+4
| | | | | | | | This update contains ... No Actual license change, just date. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-2010-0/+639
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>