* [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue
@ 2018-08-16 22:16 Peter Korsgaard
2018-08-16 22:16 ` [Buildroot] [PATCH 2/2] orangepi_zero_defconfig: bump linux to 4.17.15 to include latest fixes Peter Korsgaard
2018-08-17 14:53 ` [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-16 22:16 UTC (permalink / raw)
To: buildroot
u-boot 2018.01 now fails to build with the following error:
CC arch/arm/lib/asm-offsets.s
In file included from /builds/buildroot.org/buildroot/output/host/include/libfdt.h:54:0,
from /builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/fdt.c:54:
/builds/buildroot.org/buildroot/output/host/include/libfdt_env.h:82:24: error: redefinition of 'fdt16_to_cpu'
static inline uint16_t fdt16_to_cpu(fdt16_t x)
^~~~~~~~~~~~
In file included from /builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/fdt.c:51:0:
/builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/libfdt_env.h:81:24: note: previous definition of 'fdt16_to_cpu' was here
static inline uint16_t fdt16_to_cpu(fdt16_t x)
https://gitlab.com/buildroot.org/buildroot/-/jobs/88314891
Fix it by bumping the u-boot version to 2018.07.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
configs/orangepi_zero_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index fcf9b325cd..ae2b80900c 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -21,7 +21,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.07"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] orangepi_zero_defconfig: bump linux to 4.17.15 to include latest fixes
2018-08-16 22:16 [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
@ 2018-08-16 22:16 ` Peter Korsgaard
2018-08-17 14:53 ` [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-16 22:16 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
configs/orangepi_zero_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index ae2b80900c..87962152f3 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -3,13 +3,13 @@ BR2_cortex_a7=y
BR2_ARM_FPU_VFPV4=y
BR2_GLOBAL_PATCH_DIR="board/orangepi/orangepi-zero/patches"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Zero"
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Zero"
BR2_SYSTEM_DHCP="eth0"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17.15"
BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero"
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue
2018-08-16 22:16 [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
2018-08-16 22:16 ` [Buildroot] [PATCH 2/2] orangepi_zero_defconfig: bump linux to 4.17.15 to include latest fixes Peter Korsgaard
@ 2018-08-17 14:53 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-17 14:53 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> u-boot 2018.01 now fails to build with the following error:
> CC arch/arm/lib/asm-offsets.s
> In file included from /builds/buildroot.org/buildroot/output/host/include/libfdt.h:54:0,
> from /builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/fdt.c:54:
> /builds/buildroot.org/buildroot/output/host/include/libfdt_env.h:82:24: error: redefinition of 'fdt16_to_cpu'
> static inline uint16_t fdt16_to_cpu(fdt16_t x)
> ^~~~~~~~~~~~
> In file included from /builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/fdt.c:51:0:
> /builds/buildroot.org/buildroot/output/build/uboot-2018.01/scripts/dtc/libfdt/libfdt_env.h:81:24: note: previous definition of 'fdt16_to_cpu' was here
> static inline uint16_t fdt16_to_cpu(fdt16_t x)
> https://gitlab.com/buildroot.org/buildroot/-/jobs/88314891
> Fix it by bumping the u-boot version to 2018.07.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed both, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-17 14:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16 22:16 [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
2018-08-16 22:16 ` [Buildroot] [PATCH 2/2] orangepi_zero_defconfig: bump linux to 4.17.15 to include latest fixes Peter Korsgaard
2018-08-17 14:53 ` [Buildroot] [PATCH 1/2] orangepi_zero_defconfig: bump u-boot to 2018.07 to fix build issue Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox