summaryrefslogtreecommitdiffstats
path: root/recipes-support/sbsigntool
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* 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-031-2/+2
| | | | | | | | | 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-311-1/+1
| | | | | | | 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>
* 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>
* 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>
* 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>
* 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>