All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 0/2] Add native support for socsec dependencies
@ 2021-08-05  2:29 Andrew Jeffery
  2021-08-05  2:29 ` [meta-python][PATCH 1/2] meta-oe: python3-gmpy: Add native support Andrew Jeffery
  2021-08-05  2:29 ` [meta-python][PATCH 2/2] meta-oe: python3-ecdsa: " Andrew Jeffery
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Jeffery @ 2021-08-05  2:29 UTC (permalink / raw)
  To: openembedded-devel

Hello,

This series is two patches adding native support for dependencies of ASPEED's
`socsec` package from OpenBMC's meta-aspeed layer:

https://github.com/openbmc/openbmc/blob/04fa7fa906a548beb1012f3583a194a6b9798244/meta-aspeed/recipes-aspeed/python/socsec_git.bb

socsec is a set of tools used to sign bootloaders and form a hardware root of
trust in ASPEED BMC SoCs. The socsec tools are integrated into the meta-aspeed
u-boot recipe to sign the bootloader at build-time:

https://github.com/openbmc/openbmc/blob/04fa7fa906a548beb1012f3583a194a6b9798244/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb#L6

https://github.com/openbmc/openbmc/blob/04fa7fa906a548beb1012f3583a194a6b9798244/meta-aspeed/classes/socsec-sign.bbclass

Please review!

Andrew

Andrew Jeffery (2):
  meta-oe: python3-gmpy: Add native support
  meta-oe: python3-ecdsa: Add native support

 meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb | 4 +++-
 meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb  | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-05  3:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  2:29 [meta-python][PATCH 0/2] Add native support for socsec dependencies Andrew Jeffery
2021-08-05  2:29 ` [meta-python][PATCH 1/2] meta-oe: python3-gmpy: Add native support Andrew Jeffery
2021-08-05  2:57   ` [oe] " Khem Raj
2021-08-05  3:00     ` Andrew Jeffery
2021-08-05  2:29 ` [meta-python][PATCH 2/2] meta-oe: python3-ecdsa: " Andrew Jeffery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.