diff options
| author | Peter Delevoryas <peter@pjd.dev> | 2022-07-28 00:33:54 +0300 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2022-08-10 15:33:26 +0300 |
| commit | 3bcb9ad90853b70933e7d103cf910f9b8c9fbb61 (patch) | |
| tree | 9df49b608c1fc62e91c74c2effaf76d60bf6722b /meta-openembedded/meta-python/recipes-devtools/python/python3-automat | |
| parent | d8a64f0710af47a84f898da31dcf19456721e5dc (diff) | |
| download | openbmc-3bcb9ad90853b70933e7d103cf910f9b8c9fbb61.tar.xz | |
fby35: Disable tpm_tis_i2c
fby35 uses a SPI TPM interface, not the I2C interface, and the I2C module produces compilation
warnings, and build failures with -Werror, so we should disable it
until it's fixed in the kernel.
Building fby35:
```
. setup fby35 build
bitbake obmc-phosphor-image
```
Before:
```
| /home/pdel/lfopenbmc/build/tmp/work-shared/fby35/kernel-source/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_write_bytes':
| /home/pdel/lfopenbmc/build/tmp/work-shared/fby35/kernel-source/drivers/char/tpm/tpm_tis_i2c.c:114:17: error: ISO C90 forbids mixed declarati
ons and code [-Werror=declaration-after-statement]
| 114 | struct i2c_msg msgs[] = {
| | ^~~~~~
```
After:
Compiles successfully.
Change-Id: Ib57bcad51837956d8a277d2be1ff7c887ade9606
Signed-off-by: Peter Delevoryas <peter@pjd.dev>
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-automat')
0 files changed, 0 insertions, 0 deletions
