All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards
@ 2019-11-03 14:55 Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 1/9] xr819-xradio: bump version to aa01ba77 Sergey Matyukevich
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Hi Peter, Thomas, and all,

This patch series bumps kernel and U-Boot versions for several
boards based on allwinner chips. Kernel upgrade for those boards
also requires bumping xr819 and rtl8189fs wireless drivers versions.

The following configs have been updated:
- orangepi-one
- orangepi-lite
- orangepi-zero
- orangepi-zero-plus2
- orangepi-pc
- orangepi-pc-plus
- linksprite-pcduino

Boot tests have been completed for all the boards except orangepi-pc
and orangepi-lite. But orangepi-pc and orangepi-lite are similar to
to orangepi-pc-plus and orangepi-one respectively, so there should
not be any surprises here.

BTW, strictly speaking, for bisectability, the wireless drivers patches
have to be combined with patches for the boards that make use of them:
- rtl8189fs + orangepi-pc-plus + orangepi-lite
- xr819 + orangepi-zero
However I opted to split patches on a per package basis. Let me know
if it makes sense to change and resubmit. 

This patch series fixes the following CI issues:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/339180879
- https://gitlab.com/buildroot.org/buildroot/-/jobs/339180848
- https://gitlab.com/buildroot.org/buildroot/-/jobs/339180884
- https://gitlab.com/buildroot.org/buildroot/-/jobs/339180878

Sergey Matyukevich (9):
  xr819-xradio: bump version to aa01ba77
  rtl8189fs: bump revision to 54bd6808
  orangepi-one: bump kernel and u-boot versions
  linksprite_pcduino: bump kernel and u-boot versions
  orangepi_zero: bump kernel and u-boot versions
  orangepi_zero_plus2: bump kernel and u-boot versions
  orangepi_pc: bump kernel and u-boot versions
  orangepi_pc_plus: bump kernel and u-boot versions
  orangepi_lite: bump kernel and u-boot versions

 configs/linksprite_pcduino_defconfig   | 8 ++++----
 configs/orangepi_lite_defconfig        | 6 +++---
 configs/orangepi_one_defconfig         | 6 +++---
 configs/orangepi_pc_defconfig          | 6 +++---
 configs/orangepi_pc_plus_defconfig     | 6 +++---
 configs/orangepi_zero_defconfig        | 6 +++---
 configs/orangepi_zero_plus2_defconfig  | 6 +++---
 package/rtl8189fs/rtl8189fs.hash       | 2 +-
 package/rtl8189fs/rtl8189fs.mk         | 2 +-
 package/xr819-xradio/xr819-xradio.hash | 2 +-
 package/xr819-xradio/xr819-xradio.mk   | 2 +-
 11 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.23.0

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

* [Buildroot] [PATCH 1/9] xr819-xradio: bump version to aa01ba77
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808 Sergey Matyukevich
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Out-of-tree driver has been updated to work with Linux kernels v5.x.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 package/xr819-xradio/xr819-xradio.hash | 2 +-
 package/xr819-xradio/xr819-xradio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
index 341747c5b5..393780fb30 100644
--- a/package/xr819-xradio/xr819-xradio.hash
+++ b/package/xr819-xradio/xr819-xradio.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256 7b78fc61d13a428a0d8a3d8dcffaa604d23b5a17c6e8e86d2e5e8372dcd17672 xr819-xradio-33f4b1c25eff0d9db7cbac19f36b130da9857f37.tar.gz
+sha256 2f61f2db78d46440819af2d8191f9b5ed2bb3e5404b739f68fb0af7917d0d222 xr819-xradio-aa01ba77b9360dd734b50f5b937960a50c5a0825.tar.gz
 # Locally computed
 sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
index edf423bc3c..ae3e4fbd34 100644
--- a/package/xr819-xradio/xr819-xradio.mk
+++ b/package/xr819-xradio/xr819-xradio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XR819_XRADIO_VERSION = 33f4b1c25eff0d9db7cbac19f36b130da9857f37
+XR819_XRADIO_VERSION = aa01ba77b9360dd734b50f5b937960a50c5a0825
 XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
 XR819_XRADIO_LICENSE = GPL-2.0
 XR819_XRADIO_LICENSE_FILES = LICENSE
-- 
2.23.0

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

* [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 1/9] xr819-xradio: bump version to aa01ba77 Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-04 17:14   ` Jan Kraval
  2019-11-03 14:55 ` [Buildroot] [PATCH 3/9] orangepi-one: bump kernel and u-boot versions Sergey Matyukevich
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Out-of-tree driver has been updated to work with Linux kernels v5.x.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 package/rtl8189fs/rtl8189fs.hash | 2 +-
 package/rtl8189fs/rtl8189fs.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rtl8189fs/rtl8189fs.hash b/package/rtl8189fs/rtl8189fs.hash
index d6ce6c1e8a..f1524a6fcc 100644
--- a/package/rtl8189fs/rtl8189fs.hash
+++ b/package/rtl8189fs/rtl8189fs.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 93472471e1769f92984792f40a0898dd8dd02122d745d48e8edd1a8cc869bc82 rtl8189fs-569bdb91f2cc76e2f5b77df42471db2a62fd2376.tar.gz
+sha256 f3f8bcc1e75f095350f12c36f7b8af88eebf3913d4bc921083489f1758cb5068 rtl8189fs-54bd6808e38f213126e7d6447ae9d80c656179f3.tar.gz
diff --git a/package/rtl8189fs/rtl8189fs.mk b/package/rtl8189fs/rtl8189fs.mk
index d463bba7e6..39122bc786 100644
--- a/package/rtl8189fs/rtl8189fs.mk
+++ b/package/rtl8189fs/rtl8189fs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8189FS_VERSION = 569bdb91f2cc76e2f5b77df42471db2a62fd2376
+RTL8189FS_VERSION = 54bd6808e38f213126e7d6447ae9d80c656179f3
 RTL8189FS_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189FS_VERSION))
 RTL8189FS_LICENSE = GPL-2.0
 
-- 
2.23.0

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

* [Buildroot] [PATCH 3/9] orangepi-one: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 1/9] xr819-xradio: bump version to aa01ba77 Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808 Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 4/9] linksprite_pcduino: " Sergey Matyukevich
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/339180879

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_one_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_one_defconfig b/configs/orangepi_one_defconfig
index 3715f1ddbb..4863eebff3 100644
--- a/configs/orangepi_one_defconfig
+++ b/configs/orangepi_one_defconfig
@@ -1,13 +1,13 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_One"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi One"
 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="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-orangepi-one"
@@ -17,7 +17,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="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_one"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.23.0

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

* [Buildroot] [PATCH 4/9] linksprite_pcduino: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (2 preceding siblings ...)
  2019-11-03 14:55 ` [Buildroot] [PATCH 3/9] orangepi-one: bump kernel and u-boot versions Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 5/9] orangepi_zero: " Sergey Matyukevich
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/339180848

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/linksprite_pcduino_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/linksprite_pcduino_defconfig b/configs/linksprite_pcduino_defconfig
index dd9bcdc1f7..a8577b6e79 100644
--- a/configs/linksprite_pcduino_defconfig
+++ b/configs/linksprite_pcduino_defconfig
@@ -17,13 +17,13 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/linksprite/pcduino/post-image.sh"
 # For kernel modules autoloading
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 
-# Linux headers same as kernel, a 4.13 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_13=y
+# Linux headers same as kernel, a 5.3 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun4i-a10-pcduino"
@@ -37,7 +37,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="2017.09"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_USE_DEFCONFIG=y
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Linksprite_pcDuino"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.23.0

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

* [Buildroot] [PATCH 5/9] orangepi_zero: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (3 preceding siblings ...)
  2019-11-03 14:55 ` [Buildroot] [PATCH 4/9] linksprite_pcduino: " Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-03 14:55 ` [Buildroot] [PATCH 6/9] orangepi_zero_plus2: " Sergey Matyukevich
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_zero_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index d1c6c8f7a7..354e3bfdba 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_19=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=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.19.38"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero"
@@ -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="2019.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.23.0

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

* [Buildroot] [PATCH 6/9] orangepi_zero_plus2: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (4 preceding siblings ...)
  2019-11-03 14:55 ` [Buildroot] [PATCH 5/9] orangepi_zero: " Sergey Matyukevich
@ 2019-11-03 14:55 ` Sergey Matyukevich
  2019-11-03 14:56 ` [Buildroot] [PATCH 7/9] orangepi_pc: " Sergey Matyukevich
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:55 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_zero_plus2_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_zero_plus2_defconfig b/configs/orangepi_zero_plus2_defconfig
index 4ae7ef9355..a0183714a4 100644
--- a/configs/orangepi_zero_plus2_defconfig
+++ b/configs/orangepi_zero_plus2_defconfig
@@ -2,7 +2,7 @@ BR2_aarch64=y
 BR2_cortex_a53=y
 BR2_ARM_FPU_VFPV4=y
 
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 BR2_ROOTFS_OVERLAY="board/orangepi/orangepi-zero-plus2/rootfs_overlay"
 
@@ -18,7 +18,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero_plus2"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
@@ -33,7 +33,7 @@ BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-zero-plus2/boot.cmd
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-zero-plus2"
-- 
2.23.0

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

* [Buildroot] [PATCH 7/9] orangepi_pc: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (5 preceding siblings ...)
  2019-11-03 14:55 ` [Buildroot] [PATCH 6/9] orangepi_zero_plus2: " Sergey Matyukevich
@ 2019-11-03 14:56 ` Sergey Matyukevich
  2019-11-03 14:56 ` [Buildroot] [PATCH 8/9] orangepi_pc_plus: " Sergey Matyukevich
  2019-11-03 14:56 ` [Buildroot] [PATCH 9/9] orangepi_lite: " Sergey Matyukevich
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:56 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_pc_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
index 130a4e7088..2d745932aa 100644
--- a/configs/orangepi_pc_defconfig
+++ b/configs/orangepi_pc_defconfig
@@ -1,7 +1,7 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC"
 BR2_SYSTEM_DHCP="eth0"
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-pc/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-pc/linux.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -20,7 +20,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.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.23.0

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

* [Buildroot] [PATCH 8/9] orangepi_pc_plus: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (6 preceding siblings ...)
  2019-11-03 14:56 ` [Buildroot] [PATCH 7/9] orangepi_pc: " Sergey Matyukevich
@ 2019-11-03 14:56 ` Sergey Matyukevich
  2019-11-03 14:56 ` [Buildroot] [PATCH 9/9] orangepi_lite: " Sergey Matyukevich
  8 siblings, 0 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:56 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/339180884

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_pc_plus_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_pc_plus_defconfig b/configs/orangepi_pc_plus_defconfig
index edc3909ae7..4d22e7840b 100644
--- a/configs/orangepi_pc_plus_defconfig
+++ b/configs/orangepi_pc_plus_defconfig
@@ -2,13 +2,13 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC_Plus"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC Plus"
 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="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-orangepi-pc-plus"
@@ -20,7 +20,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="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc_plus"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.23.0

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

* [Buildroot] [PATCH 9/9] orangepi_lite: bump kernel and u-boot versions
  2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
                   ` (7 preceding siblings ...)
  2019-11-03 14:56 ` [Buildroot] [PATCH 8/9] orangepi_pc_plus: " Sergey Matyukevich
@ 2019-11-03 14:56 ` Sergey Matyukevich
  2019-11-04 17:14   ` Jan Kraval
  8 siblings, 1 reply; 12+ messages in thread
From: Sergey Matyukevich @ 2019-11-03 14:56 UTC (permalink / raw)
  To: buildroot

Bump Linux to 5.3.8 and U-Boot to 2019.10.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/339180878

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_lite_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_lite_defconfig b/configs/orangepi_lite_defconfig
index 1c3b99cf1d..249224ed35 100644
--- a/configs/orangepi_lite_defconfig
+++ b/configs/orangepi_lite_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Lite"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Lite"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-lite/linux-extras.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -22,7 +22,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.05"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_lite"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.23.0

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

* [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808
  2019-11-03 14:55 ` [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808 Sergey Matyukevich
@ 2019-11-04 17:14   ` Jan Kraval
  0 siblings, 0 replies; 12+ messages in thread
From: Jan Kraval @ 2019-11-04 17:14 UTC (permalink / raw)
  To: buildroot

On 11/3/19 3:55 PM, Sergey Matyukevich wrote:
> Out-of-tree driver has been updated to work with Linux kernels v5.x.
>
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Tested-by: Jan Kraval <jan.kraval@gmail.com>
> ---
>   package/rtl8189fs/rtl8189fs.hash | 2 +-
>   package/rtl8189fs/rtl8189fs.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/rtl8189fs/rtl8189fs.hash b/package/rtl8189fs/rtl8189fs.hash
> index d6ce6c1e8a..f1524a6fcc 100644
> --- a/package/rtl8189fs/rtl8189fs.hash
> +++ b/package/rtl8189fs/rtl8189fs.hash
> @@ -1,2 +1,2 @@
>   # Locally calculated
> -sha256 93472471e1769f92984792f40a0898dd8dd02122d745d48e8edd1a8cc869bc82 rtl8189fs-569bdb91f2cc76e2f5b77df42471db2a62fd2376.tar.gz
> +sha256 f3f8bcc1e75f095350f12c36f7b8af88eebf3913d4bc921083489f1758cb5068 rtl8189fs-54bd6808e38f213126e7d6447ae9d80c656179f3.tar.gz
> diff --git a/package/rtl8189fs/rtl8189fs.mk b/package/rtl8189fs/rtl8189fs.mk
> index d463bba7e6..39122bc786 100644
> --- a/package/rtl8189fs/rtl8189fs.mk
> +++ b/package/rtl8189fs/rtl8189fs.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -RTL8189FS_VERSION = 569bdb91f2cc76e2f5b77df42471db2a62fd2376
> +RTL8189FS_VERSION = 54bd6808e38f213126e7d6447ae9d80c656179f3
>   RTL8189FS_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189FS_VERSION))
>   RTL8189FS_LICENSE = GPL-2.0
>   

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

* [Buildroot] [PATCH 9/9] orangepi_lite: bump kernel and u-boot versions
  2019-11-03 14:56 ` [Buildroot] [PATCH 9/9] orangepi_lite: " Sergey Matyukevich
@ 2019-11-04 17:14   ` Jan Kraval
  0 siblings, 0 replies; 12+ messages in thread
From: Jan Kraval @ 2019-11-04 17:14 UTC (permalink / raw)
  To: buildroot


On 11/3/19 3:56 PM, Sergey Matyukevich wrote:
> Bump Linux to 5.3.8 and U-Boot to 2019.10.
>
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/339180878
>
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Tested-by: Jan Kraval <jan.kraval@gmail.com>
> ---
>   configs/orangepi_lite_defconfig | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/orangepi_lite_defconfig b/configs/orangepi_lite_defconfig
> index 1c3b99cf1d..249224ed35 100644
> --- a/configs/orangepi_lite_defconfig
> +++ b/configs/orangepi_lite_defconfig
> @@ -1,12 +1,12 @@
>   BR2_arm=y
>   BR2_cortex_a7=y
>   BR2_ARM_FPU_VFPV4=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
>   BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Lite"
>   BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Lite"
>   BR2_LINUX_KERNEL=y
>   BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.8"
>   BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
>   BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-lite/linux-extras.config"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
> @@ -22,7 +22,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.05"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_lite"
>   BR2_TARGET_UBOOT_NEEDS_DTC=y
>   BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y

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

end of thread, other threads:[~2019-11-04 17:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03 14:55 [Buildroot] [PATCH 0/9] bump BSP for several allwinner boards Sergey Matyukevich
2019-11-03 14:55 ` [Buildroot] [PATCH 1/9] xr819-xradio: bump version to aa01ba77 Sergey Matyukevich
2019-11-03 14:55 ` [Buildroot] [PATCH 2/9] rtl8189fs: bump revision to 54bd6808 Sergey Matyukevich
2019-11-04 17:14   ` Jan Kraval
2019-11-03 14:55 ` [Buildroot] [PATCH 3/9] orangepi-one: bump kernel and u-boot versions Sergey Matyukevich
2019-11-03 14:55 ` [Buildroot] [PATCH 4/9] linksprite_pcduino: " Sergey Matyukevich
2019-11-03 14:55 ` [Buildroot] [PATCH 5/9] orangepi_zero: " Sergey Matyukevich
2019-11-03 14:55 ` [Buildroot] [PATCH 6/9] orangepi_zero_plus2: " Sergey Matyukevich
2019-11-03 14:56 ` [Buildroot] [PATCH 7/9] orangepi_pc: " Sergey Matyukevich
2019-11-03 14:56 ` [Buildroot] [PATCH 8/9] orangepi_pc_plus: " Sergey Matyukevich
2019-11-03 14:56 ` [Buildroot] [PATCH 9/9] orangepi_lite: " Sergey Matyukevich
2019-11-04 17:14   ` Jan Kraval

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.