Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt
@ 2017-08-10 21:59 Arnout Vandecappelle
  2017-08-11 13:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle @ 2017-08-10 21:59 UTC (permalink / raw)
  To: buildroot

nanopi_m1 and nanopi_m1_plus are sunxi boards that need pylibfdt in
U-Boot.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/27873655
https://gitlab.com/buildroot.org/buildroot/-/jobs/27873656

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Chakra Divi <2chakrass@gmail.com>
---
Apparently this was only tested on a host that had pylibfdt installed?

Note that nanopi_neo will also need to be updated if its U-Boot version
gets bumped.
---
 configs/nanopi_m1_defconfig      | 1 +
 configs/nanopi_m1_plus_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/nanopi_m1_defconfig b/configs/nanopi_m1_defconfig
index 23a5e60207..323015ee68 100644
--- a/configs/nanopi_m1_defconfig
+++ b/configs/nanopi_m1_defconfig
@@ -17,6 +17,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1"
 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"
 
diff --git a/configs/nanopi_m1_plus_defconfig b/configs/nanopi_m1_plus_defconfig
index a1ae00e445..da707fd5fa 100644
--- a/configs/nanopi_m1_plus_defconfig
+++ b/configs/nanopi_m1_plus_defconfig
@@ -17,6 +17,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1_plus"
 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"
 
-- 
2.13.3

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

* [Buildroot] [PATCH] nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt
  2017-08-10 21:59 [Buildroot] [PATCH] nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt Arnout Vandecappelle
@ 2017-08-11 13:30 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-08-11 13:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 10 Aug 2017 23:59:29 +0200, Arnout Vandecappelle
(Essensium/Mind) wrote:
> nanopi_m1 and nanopi_m1_plus are sunxi boards that need pylibfdt in
> U-Boot.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/27873655
> https://gitlab.com/buildroot.org/buildroot/-/jobs/27873656
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> Cc: Chakra Divi <2chakrass@gmail.com>
> ---
> Apparently this was only tested on a host that had pylibfdt installed?

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-08-11 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 21:59 [Buildroot] [PATCH] nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt Arnout Vandecappelle
2017-08-11 13:30 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox