On Wed, 2024-05-08 at 11:39 +0200, Adrian Schröter wrote:
On Mittwoch, 8. Mai 2024, 11:31:08 CEST Jonas Kvinge wrote:
Hi,
I need a u-boot package for Raspberry Pi 4 with TPM / Soft SPI configuration as shown here: https://github.com/joholl/rpi4-uboot-tpm/blob/ad31306ce2f2d52f0572385bfc8bac...
Otherwise, tpm2_pcrread shows blank PCR values.
Would it be possible to enable this for the current u-boot-rpi4 package, or can we package a separate package with a name such as "u- boot-rpi4-tpm" which has this specific configuration?
I have a fork here which already does it: https://build.opensuse.org/package/show/home:jonaski:vendanor/u-boot
And how do I solve this?
"unresolvable: nothing provides %prjconf_multibuild_selection" without removing "BuildRequires: %prjconf_multibuild_selection".
you need to define the macro in your build config, I don't see where it should come from?
If you branch hardware:boot/u-boot, you'll get the same error, so I don't know where they set that. https://build.opensuse.org/package/show/home:jonaski:branches:hardware:boot/... shows the error. Jonas