All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt
@ 2019-12-16  9:40 Thomas Petazzoni
  2019-12-16 10:02 ` Peter Korsgaard
  2019-12-23 18:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-16  9:40 UTC (permalink / raw)
  To: buildroot

Like all Allwinner platforms, building the licheepi_zero U-Boot
configuration requires pylibfdt.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/378314331

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/licheepi_zero_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/licheepi_zero_defconfig b/configs/licheepi_zero_defconfig
index 8bb21292ca..fd875d5f4c 100644
--- a/configs/licheepi_zero_defconfig
+++ b/configs/licheepi_zero_defconfig
@@ -39,6 +39,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="LicheePi_Zero"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_TARGET_UBOOT_BOOT_SCRIPT=y
-- 
2.23.0

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

* [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt
  2019-12-16  9:40 [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt Thomas Petazzoni
@ 2019-12-16 10:02 ` Peter Korsgaard
  2019-12-23 18:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-16 10:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Like all Allwinner platforms, building the licheepi_zero U-Boot
 > configuration requires pylibfdt.

 > Fixes:

 >   https://gitlab.com/buildroot.org/buildroot/-/jobs/378314331

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt
  2019-12-16  9:40 [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt Thomas Petazzoni
  2019-12-16 10:02 ` Peter Korsgaard
@ 2019-12-23 18:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-23 18:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Like all Allwinner platforms, building the licheepi_zero U-Boot
 > configuration requires pylibfdt.

 > Fixes:

 >   https://gitlab.com/buildroot.org/buildroot/-/jobs/378314331

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-23 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16  9:40 [Buildroot] [PATCH] configs/licheepi_zero: U-Boot needs pylibfdt Thomas Petazzoni
2019-12-16 10:02 ` Peter Korsgaard
2019-12-23 18:01 ` Peter Korsgaard

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.