mbox series

[0/2] configs/nitrogen*: fix u-boot build issues

Message ID 20230627143401.594223-1-bisson.gary@gmail.com
Headers show
Series configs/nitrogen*: fix u-boot build issues | expand

Message

Gary Bisson June 27, 2023, 2:33 p.m. UTC
Hi,

Sorry for the delay, finally had a chance to create a container using
the support Dockerfile and was able to reproduce the build issues.
Should be all good now.

Thanks,
Gary

Gary Bisson (2):
  configs/nitrogen*: add missing openssl u-boot dependency
  configs/nitrogen*: add missing pylibfdt u-boot dependency

 configs/nitrogen6sx_defconfig | 1 +
 configs/nitrogen6x_defconfig  | 1 +
 configs/nitrogen7_defconfig   | 1 +
 configs/nitrogen8m_defconfig  | 1 +
 configs/nitrogen8mm_defconfig | 1 +
 configs/nitrogen8mn_defconfig | 1 +
 configs/nitrogen8mp_defconfig | 1 +
 7 files changed, 7 insertions(+)

Comments

Thomas Petazzoni July 1, 2023, 8:44 p.m. UTC | #1
On Tue, 27 Jun 2023 16:33:59 +0200
Gary Bisson <bisson.gary@gmail.com> wrote:

> Gary Bisson (2):
>   configs/nitrogen*: add missing openssl u-boot dependency
>   configs/nitrogen*: add missing pylibfdt u-boot dependency

Both applied, thanks!

Thomas