summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* recipes: avoid using WORKDIR in do_installAnuj Mittal11 days1-1/+1
| | | | | | | Replace usage of WORKDIR in do_compile/do_install by ${S} or ${B}. It also helps with cases when externalsrc is used like with devtool. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l : upgrade 2.30.0 -> 2.31.0Yogesh Tyagi2024-03-111-2/+4
| | | | | | | | | | | | | | Fix Package QA Issue "isa-l doesn't have GNU_HASH" License-Update: * copyright years updated * SPDX-License-Identifier: BSD-3-Clause added Release Notes: https://github.com/intel/isa-l/releases/tag/v2.31.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt : upgrade 2.1.0 -> 2.1.1Yogesh Tyagi2024-03-111-2/+2
| | | | | | | | | | License-Update: copyright years updated Release Notes: https://github.com/intel/libipt/releases/tag/v2.1.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: 2.0.6 -> 2.1.0Lee Chee Yang2023-10-301-2/+3
| | | | | | | | by default, enable the new tool 'ptseg' for finding the PSB segment for a given offset. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt : upgrade 2.0.5 -> 2.0.6Yogesh Tyagi2023-07-131-2/+2
| | | | | | | | | | | License-Update: copyright years updated Following line added to LICENSE file: SPDX-License-Identifier: BSD-3-Clause Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* sbsigntool: fix Upstream-Status formatAnuj Mittal2023-06-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: fix SRCREVNaveen Saini2023-06-191-2/+1
| | | | | | | | An earlier commit introducing the version upgrade didn't update SRCREV correctly. Fix it. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: upgrade to 0.9.5Anuj Mittal2023-06-162-35/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: remove recipe and testAnuj Mittal2023-03-151-72/+0
| | | | | | This project is no longer maintained. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: update LICENSE to use SPDX identifiersAnuj Mittal2022-03-041-1/+1
| | | | | | | Switch to using SPDX preferred identifiers. All changes done using v0.1 of the script convert-spdx-licenses.py. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: upgrade 2.0.4 -> 2.0.5Nandini Matam2022-03-021-2/+2
| | | | | | | *License-Update: Change in copyright dates Signed-off-by: Nandini Matam <nandinix.matam@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool: Fix build with Openssl 3.0Andrei Gherzan2021-12-102-0/+35
| | | | | | | | | The patch fixes the build when OpenSSL 3.0 is used. We also disable errors on deprecations as the code uses a good amount of them that look to be harmless. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-033-4/+4
| | | | | | | | | 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>
* Convert to new override syntaxAnuj Mittal2021-07-313-14/+14
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: upgrade 2.0.3 -> 2.0.4Anuj Mittal2021-03-241-2/+2
| | | | | | License-Update: copyright years updated Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: fix native last QA issueAlexandre Belloni2021-01-281-1/+2
| | | | | | | | | | The native inherit should be last, move it. Solves: QA Issue: sbsigntool-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.39 -> 1.41Anuj Mittal2021-01-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l: upgrade 2.29.0 -> 2.30.0Anuj Mittal2020-11-261-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.38 -> 1.39Anuj Mittal2020-11-251-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: check for upstream commitsAnuj Mittal2020-10-161-0/+2
| | | | | | | | The project doesn't tag releases and pushes everything as one commit whenever there's a new version. So follow the commits - whenever there's one available, we should upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool: upgrade 0.9.3 -> 0.9.4Anuj Mittal2020-10-051-2/+2
| | | | | | | | Upgrade to a commit beyond 0.9.4. Release notes: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?id=d52f7bbb73401aab8a1d59e8d0d686ad9641035e Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.37 -> 1.38Anuj Mittal2020-10-021-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: upgrade 2.0.2 -> 2.0.3Anuj Mittal2020-08-171-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: upgrade 2.0.1 -> 2.0.2Anuj Mittal2020-06-221-2/+2
| | | | | | License-Update: Copyright year changed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: enable service using SvsVinitNaveen Saini2020-05-181-1/+5
| | | | | | | Set INITSCRIPT variables to invoke jhi service on boot Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: specify the systemd service fileAnuj Mittal2020-05-151-2/+2
| | | | | | | Ensures that we actually include the postinst script with this service file in the rpm. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: split installation of appletsAnuj Mittal2020-05-111-3/+3
| | | | | | | Make sure applets needed for test go to test package and SpoolerApplet goes to jhi package. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.33 -> 1.37Naveen Saini2020-05-051-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: add CMAKE_SKIP_RPATHAnuj Mittal2020-04-241-0/+1
| | | | | | | | dunfell has a change in cmake class that forces cmake to use relative RPATHs but when this recipe is used with zeus, we'd need to explicitly make sure that binaries don't have absolute paths. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l: upgrade 2.28.0 -> 2.29.0Naveen Saini2020-04-041-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes-support/libipt: Enable test packageYeoh Ee Peng2020-03-271-0/+16
| | | | | | | | | Enable libipt test package: - include ptdump, pttc - include sample test files for pttc Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool: upgrade v0.9.2 -> v0.9.3Naveen Saini2020-02-111-2/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l: upgrade 2.27.0 -> 2.28.0Naveen Saini2019-10-211-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l: fix recipe versionAnuj Mittal2019-08-271-1/+1
| | | | | | | The latest version is 2.27.0, not 2.0.27. Also make sure that we are pointing to the release commit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: remove the executable bit from recipeAnuj Mittal2019-08-211-0/+0
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: Initial recipe for Intel Processor Trace decoder libraryAnkit Navik2019-08-211-0/+16
| | | | | | | | It adds generic recipe for Intel Processor Trace decoder library is Intel's reference implementation for decoding Intel PT. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l: Initial recipe for Intelligent Storage Acceleration LibraryAnkit Navik2019-08-031-0/+17
| | | | | | | | It adds generic recipe for Intel Intelligent Storage Acceleration Library (ISA-L) to optimized low-level functions targeting storage applications. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: fix QA failure for multilib buildNaveen Saini2019-07-251-0/+1
| | | | | | | | | systemd-tmpfiles uses the configuration files from the /usr/lib/tmpfiles.d/*.conf location, so use ${nonarch_libdir} to set FILES path. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: correct applets installation path for smoketestNaveen Saini2019-07-101-3/+3
| | | | | | | | | Even though jhi.conf allows to set applets_dir at runtime but better to install testing applets at default path required for smoketest. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: DAL JHI recipe to enable DAL applet communicationNaveen Saini2019-06-181-0/+65
| | | | | | | | It allow user space applications to install Java applets on DAL FW and communicate with them. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: upgrade v0.8 -> v0.9.2Naveen Saini2019-02-222-3/+60
| | | | | | | | | | Replaced openssl10-native dependency with openssl-native For more details on source commits, please see: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-201-0/+77
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>