[yocto] [meta-security][PATCH] libhoth: Update

2023-09-19 Thread John Broadbent via lists.yoctoproject.org
From: John Broadbent Changelog: Royce Rajan 0e3eec6 Claim + Release USB connection when running `htool console` b36ebfc bazel: Stamp Git commit as version fd90feb meson: Stamp Git commit as version ba1403d Add get/clear panic record commands (#30) Chris

[yocto] [meta-security][PATCH] libhoth_git.bb:SRCREV bump 1622e8a04..d769296220d

2023-05-17 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Updating libhoth to match version in openbmc https://gerrit.openbmc.org/c/openbmc/openbmc/+/63424 libhoth detailed changes: Willy Tu Expose header files expose USB APIs aranikam Add flash_spi_info command Add address mode flag for spi update/read Chris

Re: [yocto] [meta-oe][PATCH] externalsrc:git submodule--helper list unsupported

2022-09-16 Thread John Broadbent via lists.yoctoproject.org
On Fri, Sep 16, 2022 at 1:16 AM Quentin Schulz wrote: > > Hi John, > > On 9/15/22 20:43, John Broadbent via lists.yoctoproject.org wrote: > > From: John Edward Broadbent > > > > Git has removed support for "git submodule--helper list". > > ht

[yocto] [meta-oe][PATCH] externalsrc:git submodule--helper list unsupported

2022-09-15 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Git has removed support for "git submodule--helper list". https://github.com/git/git/commit/31955475d1c283120d5d84247eb3fd55d9f5fdd9 This change provides an alternate method for gathering the submodules information. Tested: Build recipes with and without submodules

[yocto] [meta-security][PATCH V2] meta-security: Add recipe for Glome

2022-08-08 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: John Edward Broadbent --- .../packagegroup-core-security.bb | 1 +

[yocto] [meta-security][PATCH] meta-security: Add recipe for Glome

2022-08-08 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: John Edward Broadbent --- .../packagegroup-core-security.bb | 1 +

Re: [yocto] [meta-security][PATCH V3] meta-security: Add recipe for libhoth

2022-07-22 Thread John Broadbent via lists.yoctoproject.org
Raj wrote: > > On Fri, Jul 22, 2022 at 12:35 PM John Broadbent via > lists.yoctoproject.org wrote: > > > > From: John Edward Broadbent > > > > Libhoth is usb protocol implementation which is required for hoth class > > devices > > > > Signed-o

[yocto] [meta-security][PATCH V3] meta-security: Add recipe for libhoth

2022-07-22 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Libhoth is usb protocol implementation which is required for hoth class devices Signed-off-by: John Edward Broadbent --- meta-tpm/recipes-tpm/hoth/libhoth_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644

[yocto] [meta-security][PATCH V2] meta-security: Add recipe for libhoth

2022-07-21 Thread John Broadbent via lists.yoctoproject.org
From: John Edward Broadbent Libhoth is usb protocol implementation which is required for hoth class devices Signed-off-by: John Edward Broadbent --- meta-tpm/recipes-tpm/hoth/libhoth_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644

Re: [yocto] [meta-security][PATCH] meta-security: Add recipe for libhoth

2022-07-21 Thread John Broadbent via lists.yoctoproject.org
The examples are not separately buildable, and not installed. So there is currently no way to make a sperate ${PN}-examples. We don't need the examples now, but we are interested to know what you think. Thanks for the speedy review. Joh Broadbent On Thu, Jul 21, 2022 at 3:46 PM Khem Raj wrote: