All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 0/5] Raspberry Pi update
@ 2018-10-12 21:09 Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 1/5] configs/raspberrypi*: bump kernel version to 6d27aa156c Peter Seiderer
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

Update configs/raspberrypi*, rpi-firmware, rpi-userland, rpi-bt-firmware
and rpi-wifi-firmware to latest versions.

Tested on Raspberry Pi 3 Model B v1.2 hardware:
- raspberrypi3_defconfig updated to glibc, systemd, gcc-8.x and
  qt5 (linuxfb, eglfs)


Peter Seiderer (5):
  configs/raspberrypi*: bump kernel version to 6d27aa156c
  rpi-firmware: bump version to fbad6408c4
  rpi-userland: bump version to 8f0abfb07b
  rpi-bt-firmware: bump version to 8c1e2bff1d
  rpi-wifi-firmware: bump version to 8c1e2bff1d

 configs/raspberrypi0_defconfig                |  2 +-
 configs/raspberrypi0w_defconfig               |  2 +-
 configs/raspberrypi2_defconfig                |  2 +-
 configs/raspberrypi3_64_defconfig             |  2 +-
 configs/raspberrypi3_defconfig                |  2 +-
 configs/raspberrypi3_qt5we_defconfig          |  2 +-
 configs/raspberrypi_defconfig                 |  2 +-
 package/rpi-bt-firmware/rpi-bt-firmware.hash  |  2 +-
 package/rpi-bt-firmware/rpi-bt-firmware.mk    |  2 +-
 package/rpi-firmware/rpi-firmware.hash        |  2 +-
 package/rpi-firmware/rpi-firmware.mk          |  2 +-
 .../0003-Disable-Werror-everywhere.patch      | 29 ++++++------
 ...lay-don-t-install-script-in-random-l.patch | 45 -------------------
 package/rpi-userland/rpi-userland.hash        |  2 +-
 package/rpi-userland/rpi-userland.mk          |  2 +-
 .../rpi-wifi-firmware/rpi-wifi-firmware.hash  |  2 +-
 .../rpi-wifi-firmware/rpi-wifi-firmware.mk    |  2 +-
 17 files changed, 31 insertions(+), 73 deletions(-)
 delete mode 100644 package/rpi-userland/0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch

-- 
2.19.0

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

* [Buildroot] [PATCH v1 1/5] configs/raspberrypi*: bump kernel version to 6d27aa156c
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
@ 2018-10-12 21:09 ` Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4 Peter Seiderer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

Now based on 4.14.74 (from 4.14.39).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypi0_defconfig       | 2 +-
 configs/raspberrypi0w_defconfig      | 2 +-
 configs/raspberrypi2_defconfig       | 2 +-
 configs/raspberrypi3_64_defconfig    | 2 +-
 configs/raspberrypi3_defconfig       | 2 +-
 configs/raspberrypi3_qt5we_defconfig | 2 +-
 configs/raspberrypi_defconfig        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
index ccf35da7de..20f40fa6fb 100644
--- a/configs/raspberrypi0_defconfig
+++ b/configs/raspberrypi0_defconfig
@@ -9,7 +9,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B from the kernel sources: the zero is the same
diff --git a/configs/raspberrypi0w_defconfig b/configs/raspberrypi0w_defconfig
index a9defeb22b..d3f550cf27 100644
--- a/configs/raspberrypi0w_defconfig
+++ b/configs/raspberrypi0w_defconfig
@@ -9,7 +9,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-0-w"
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 11877496d7..688ec557d9 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -12,7 +12,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
index 3d74815fc2..a67c620264 100644
--- a/configs/raspberrypi3_64_defconfig
+++ b/configs/raspberrypi3_64_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index 0ef9afeecf..75f2dec9da 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig
index f8debfdd31..c8d0be8cba 100644
--- a/configs/raspberrypi3_qt5we_defconfig
+++ b/configs/raspberrypi3_qt5we_defconfig
@@ -12,7 +12,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index d068f3e843..3e0861f670 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -11,7 +11,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,6d27aa156c26977dfd079a7107e31670127d17d3)/linux-6d27aa156c26977dfd079a7107e31670127d17d3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
-- 
2.19.0

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

* [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 1/5] configs/raspberrypi*: bump kernel version to 6d27aa156c Peter Seiderer
@ 2018-10-12 21:09 ` Peter Seiderer
  2018-10-15 11:18   ` Peter Korsgaard
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 3/5] rpi-userland: bump version to 8f0abfb07b Peter Seiderer
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-firmware/rpi-firmware.hash | 2 +-
 package/rpi-firmware/rpi-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
index d481ee524f..728c53fe9a 100644
--- a/package/rpi-firmware/rpi-firmware.hash
+++ b/package/rpi-firmware/rpi-firmware.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 5edff641f216d2e09c75469dc2e9fc66aff290e212a1cd43ed31c499f99ea055 rpi-firmware-287af2a2be0787a5d45281d1d6183a2161c798d4.tar.gz
+sha256 57c56e9e41a2d9b1ce660aa7887db5c4b44f768fc63c6b6ef1d2fe460a090d85 rpi-firmware-fbad6408c4596d3d671736ee0571aae444f24e68.tar.gz
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 853ab6ed02..bb54904ae6 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 287af2a2be0787a5d45281d1d6183a2161c798d4
+RPI_FIRMWARE_VERSION = fbad6408c4596d3d671736ee0571aae444f24e68
 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
 RPI_FIRMWARE_LICENSE = BSD-3-Clause
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
2.19.0

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

* [Buildroot] [PATCH v1 3/5] rpi-userland: bump version to 8f0abfb07b
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 1/5] configs/raspberrypi*: bump kernel version to 6d27aa156c Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4 Peter Seiderer
@ 2018-10-12 21:09 ` Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 4/5] rpi-bt-firmware: bump version to 8c1e2bff1d Peter Seiderer
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

- rebased 0003-Disable-Werror-everywhere.patch

- deleted 0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch
  (upstream applied [1])

[1] https://github.com/raspberrypi/userland/commit/2fe51001dbd421ac35a55af443ac080b50128266

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 .../0003-Disable-Werror-everywhere.patch      | 29 ++++++------
 ...lay-don-t-install-script-in-random-l.patch | 45 -------------------
 package/rpi-userland/rpi-userland.hash        |  2 +-
 package/rpi-userland/rpi-userland.mk          |  2 +-
 4 files changed, 18 insertions(+), 60 deletions(-)
 delete mode 100644 package/rpi-userland/0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch

diff --git a/package/rpi-userland/0003-Disable-Werror-everywhere.patch b/package/rpi-userland/0003-Disable-Werror-everywhere.patch
index 64ae8ed254..7fb2f97978 100644
--- a/package/rpi-userland/0003-Disable-Werror-everywhere.patch
+++ b/package/rpi-userland/0003-Disable-Werror-everywhere.patch
@@ -1,4 +1,4 @@
-From 67924a43d52862a7b4c9076d49071449313fea85 Mon Sep 17 00:00:00 2001
+From 8275a380658070336df0c404f0ff585d27681836 Mon Sep 17 00:00:00 2001
 From: Peter Seiderer <ps.report@gmx.net>
 Date: Thu, 22 Sep 2016 22:59:11 +0200
 Subject: [PATCH] Disable Werror everywhere
@@ -12,6 +12,9 @@ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 
 [Rebased for rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163]
 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
+
+[Rebased for rpi-userland-8f0abfb07b96e7ee85f46e59d895014ec5e25f5e]
+Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 ---
  host_applications/android/apps/vidtex/CMakeLists.txt | 2 +-
  host_applications/linux/apps/gencmd/CMakeLists.txt   | 2 +-
@@ -27,17 +30,17 @@ Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  11 files changed, 11 insertions(+), 11 deletions(-)
 
 diff --git a/host_applications/android/apps/vidtex/CMakeLists.txt b/host_applications/android/apps/vidtex/CMakeLists.txt
-index 1f705ef..37d037d 100644
+index 6d66d69..06a3192 100644
 --- a/host_applications/android/apps/vidtex/CMakeLists.txt
 +++ b/host_applications/android/apps/vidtex/CMakeLists.txt
 @@ -1,6 +1,6 @@
  cmake_minimum_required(VERSION 2.8)
  
 -SET(COMPILE_DEFINITIONS -Werror -Wall)
-+SET(COMPILE_DEFINITIONS  -Wall)
- include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/bcm_host/include)
++SET(COMPILE_DEFINITIONS -Wall)
  
- set (VIDTEX_SOURCES
+ # Set --no-as-needed to stop the linker discarding mmal_vc_client
+ # as it can't see that the constructor registers a load of functionality
 diff --git a/host_applications/linux/apps/gencmd/CMakeLists.txt b/host_applications/linux/apps/gencmd/CMakeLists.txt
 index f95d1a1..034bf20 100644
 --- a/host_applications/linux/apps/gencmd/CMakeLists.txt
@@ -52,7 +55,7 @@ index f95d1a1..034bf20 100644
  
  include_directories( ../../../.. 
 diff --git a/host_applications/linux/apps/raspicam/CMakeLists.txt b/host_applications/linux/apps/raspicam/CMakeLists.txt
-index 2afc145..04e446f 100644
+index 42636e8..d778f09 100644
 --- a/host_applications/linux/apps/raspicam/CMakeLists.txt
 +++ b/host_applications/linux/apps/raspicam/CMakeLists.txt
 @@ -1,7 +1,7 @@
@@ -62,8 +65,8 @@ index 2afc145..04e446f 100644
 -SET(COMPILE_DEFINITIONS -Werror)
 +SET(COMPILE_DEFINITIONS )
  
- include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/bcm_host/include)
- include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/apps/raspicam/)
+ # Set --no-as-needed to stop the linker discarding mmal_vc_client
+ # as it can't see that the constructor registers a load of functionality
 diff --git a/host_applications/linux/apps/smem/CMakeLists.txt b/host_applications/linux/apps/smem/CMakeLists.txt
 index 0fa8328..f0d1e77 100644
 --- a/host_applications/linux/apps/smem/CMakeLists.txt
@@ -78,7 +81,7 @@ index 0fa8328..f0d1e77 100644
  
  include_directories (
 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bcm_host/CMakeLists.txt
-index 1f29ead..fb78cea 100644
+index 2154e53..c23779b 100644
 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt
 +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt
 @@ -3,7 +3,7 @@ if (WIN32)
@@ -89,9 +92,9 @@ index 1f29ead..fb78cea 100644
 +   add_definitions(-Wall )
  endif ()
  
- include_directories( ../../../.. 
+ # set this as we want all the source of vchostif to be available in libbcm_host
 diff --git a/host_applications/linux/libs/sm/CMakeLists.txt b/host_applications/linux/libs/sm/CMakeLists.txt
-index c6bf764..4bca0b0 100644
+index 5ce5aca..02aea7c 100644
 --- a/host_applications/linux/libs/sm/CMakeLists.txt
 +++ b/host_applications/linux/libs/sm/CMakeLists.txt
 @@ -3,7 +3,7 @@ if (WIN32)
@@ -143,7 +146,7 @@ index 1d81ca3..b35cd8e 100644
  endif ()
  
 diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt
-index 0b3adc9..c5156d8 100755
+index fde18da..802c158 100755
 --- a/interface/vmcs_host/CMakeLists.txt
 +++ b/interface/vmcs_host/CMakeLists.txt
 @@ -2,7 +2,7 @@
@@ -167,5 +170,5 @@ index aed0e83..d834b3f 100644
  # vcfiled - serves files to videocore. used for media handlers from
  # OpenMAX/IL and loading VLLs.
 -- 
-2.8.1
+2.19.0
 
diff --git a/package/rpi-userland/0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch b/package/rpi-userland/0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch
deleted file mode 100644
index 2900eb74fd..0000000000
--- a/package/rpi-userland/0006-host-apps-dtoverlay-don-t-install-script-in-random-l.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From a5a4e361c8116ca9228a896f672102c02be56bb7 Mon Sep 17 00:00:00 2001
-From: "Yann E. MORIN" <yann.morin.1998@free.fr>
-Date: Tue, 7 Mar 2017 22:01:39 +0100
-Subject: [PATCH] host-apps/dtoverlay: don't install script in random location
-
-Currently, we add a custom command that installs the dtoverlay pre/post
-scripts in ${CMAKE_BINARY_DIR}/../../bin
-
-However:
-
-  - this points outside of the package directory.; it even points two
-    directories higher;
-
-  - when doing cross-compilation, this is definitely not the place where
-    the /bin directory really is;
-
-  - the scripts are already properly installed without this code.
-
-Remove that code, it serves no purpose and breaks for cross-compilation.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
----
- host_applications/linux/apps/dtoverlay/CMakeLists.txt | 8 --------
- 1 file changed, 8 deletions(-)
-
-diff --git a/host_applications/linux/apps/dtoverlay/CMakeLists.txt b/host_applications/linux/apps/dtoverlay/CMakeLists.txt
-index 9009200..dd48d83 100755
---- a/host_applications/linux/apps/dtoverlay/CMakeLists.txt
-+++ b/host_applications/linux/apps/dtoverlay/CMakeLists.txt
-@@ -22,12 +22,4 @@ add_custom_command(TARGET dtoverlay POST_BUILD COMMAND ln;-sf;dtoverlay;dtparam)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dtparam DESTINATION bin)
- 
- set(DTOVERLAY_SCRIPTS dtoverlay-pre dtoverlay-post)
--foreach(_script ${DTOVERLAY_SCRIPTS})
--   add_custom_command(
--     TARGET dtoverlay
--     COMMAND ${CMAKE_COMMAND}
--     -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${_script}
--     ${CMAKE_BINARY_DIR}/../../bin/${_script}
--   )
--endforeach()
- install(PROGRAMS ${DTOVERLAY_SCRIPTS} DESTINATION bin)
--- 
-2.7.4
-
diff --git a/package/rpi-userland/rpi-userland.hash b/package/rpi-userland/rpi-userland.hash
index f1bb5e678c..fc135e475f 100644
--- a/package/rpi-userland/rpi-userland.hash
+++ b/package/rpi-userland/rpi-userland.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 8ed745ea28ef9d5e6d2e5534acabe1ea1a6c6be9bab7f683527ce5da5a3f77cb rpi-userland-a7976021a89451de0d008aa48f16c4e88872899b.tar.gz
+sha256 01ece7088e38864bb20a165746a43e8ceeb4fb71f7b0e6974aa5ba587b4a76b2 rpi-userland-8f0abfb07b96e7ee85f46e59d895014ec5e25f5e.tar.gz
diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index a798795bae..ede8c242eb 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_USERLAND_VERSION = a7976021a89451de0d008aa48f16c4e88872899b
+RPI_USERLAND_VERSION = 8f0abfb07b96e7ee85f46e59d895014ec5e25f5e
 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
 RPI_USERLAND_LICENSE = BSD-3-Clause
 RPI_USERLAND_LICENSE_FILES = LICENCE
-- 
2.19.0

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

* [Buildroot] [PATCH v1 4/5] rpi-bt-firmware: bump version to 8c1e2bff1d
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
                   ` (2 preceding siblings ...)
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 3/5] rpi-userland: bump version to 8f0abfb07b Peter Seiderer
@ 2018-10-12 21:09 ` Peter Seiderer
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 5/5] rpi-wifi-firmware: " Peter Seiderer
  2018-10-15 11:17 ` [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Korsgaard
  5 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-bt-firmware/rpi-bt-firmware.hash | 2 +-
 package/rpi-bt-firmware/rpi-bt-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-bt-firmware/rpi-bt-firmware.hash b/package/rpi-bt-firmware/rpi-bt-firmware.hash
index 043706a1b8..eeb7b605fe 100644
--- a/package/rpi-bt-firmware/rpi-bt-firmware.hash
+++ b/package/rpi-bt-firmware/rpi-bt-firmware.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 c219f1d232fb80fbf23e7f2ed97d9c495855355a36dda373a8985c699ee1dd4b  rpi-bt-firmware-b5307312a172c8d87d44f6df32f5e24f1c19770e.tar.gz
+sha256 155ebd5f08b819e0ce4e1950fcc972b2086cee3c16d36aba348beba1910c1fd2  rpi-bt-firmware-8c1e2bff1da9850f68efcfff3da5d939ec27a2ee.tar.gz
 sha256 b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d  LICENCE.broadcom_bcm43xx
diff --git a/package/rpi-bt-firmware/rpi-bt-firmware.mk b/package/rpi-bt-firmware/rpi-bt-firmware.mk
index b1c0aa7c94..f9f300da41 100644
--- a/package/rpi-bt-firmware/rpi-bt-firmware.mk
+++ b/package/rpi-bt-firmware/rpi-bt-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_BT_FIRMWARE_VERSION = b5307312a172c8d87d44f6df32f5e24f1c19770e
+RPI_BT_FIRMWARE_VERSION = 8c1e2bff1da9850f68efcfff3da5d939ec27a2ee
 RPI_BT_FIRMWARE_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(RPI_BT_FIRMWARE_VERSION))
 RPI_BT_FIRMWARE_LICENSE = PROPRIETARY
 RPI_BT_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
-- 
2.19.0

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

* [Buildroot] [PATCH v1 5/5] rpi-wifi-firmware: bump version to 8c1e2bff1d
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
                   ` (3 preceding siblings ...)
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 4/5] rpi-bt-firmware: bump version to 8c1e2bff1d Peter Seiderer
@ 2018-10-12 21:09 ` Peter Seiderer
  2018-10-15 11:17 ` [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Korsgaard
  5 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-10-12 21:09 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-wifi-firmware/rpi-wifi-firmware.hash | 2 +-
 package/rpi-wifi-firmware/rpi-wifi-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-wifi-firmware/rpi-wifi-firmware.hash b/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
index 4659f2a6b8..c61a47ec73 100644
--- a/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
+++ b/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 c219f1d232fb80fbf23e7f2ed97d9c495855355a36dda373a8985c699ee1dd4b  rpi-wifi-firmware-b5307312a172c8d87d44f6df32f5e24f1c19770e.tar.gz
+sha256 155ebd5f08b819e0ce4e1950fcc972b2086cee3c16d36aba348beba1910c1fd2  rpi-wifi-firmware-8c1e2bff1da9850f68efcfff3da5d939ec27a2ee.tar.gz
 sha256 b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d  LICENCE.broadcom_bcm43xx
diff --git a/package/rpi-wifi-firmware/rpi-wifi-firmware.mk b/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
index 7e8dbada09..2eb8ceec3c 100644
--- a/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
+++ b/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_WIFI_FIRMWARE_VERSION = b5307312a172c8d87d44f6df32f5e24f1c19770e
+RPI_WIFI_FIRMWARE_VERSION = 8c1e2bff1da9850f68efcfff3da5d939ec27a2ee
 RPI_WIFI_FIRMWARE_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(RPI_WIFI_FIRMWARE_VERSION))
 RPI_WIFI_FIRMWARE_LICENSE = PROPRIETARY
 RPI_WIFI_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
-- 
2.19.0

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

* [Buildroot] [PATCH v1 0/5] Raspberry Pi update
  2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
                   ` (4 preceding siblings ...)
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 5/5] rpi-wifi-firmware: " Peter Seiderer
@ 2018-10-15 11:17 ` Peter Korsgaard
  5 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2018-10-15 11:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Update configs/raspberrypi*, rpi-firmware, rpi-userland, rpi-bt-firmware
 > and rpi-wifi-firmware to latest versions.

 > Tested on Raspberry Pi 3 Model B v1.2 hardware:
 > - raspberrypi3_defconfig updated to glibc, systemd, gcc-8.x and
 >   qt5 (linuxfb, eglfs)


 > Peter Seiderer (5):
 >   configs/raspberrypi*: bump kernel version to 6d27aa156c
 >   rpi-firmware: bump version to fbad6408c4
 >   rpi-userland: bump version to 8f0abfb07b
 >   rpi-bt-firmware: bump version to 8c1e2bff1d
 >   rpi-wifi-firmware: bump version to 8c1e2bff1d

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4
  2018-10-12 21:09 ` [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4 Peter Seiderer
@ 2018-10-15 11:18   ` Peter Korsgaard
  2018-11-04 21:37     ` Peter Seiderer
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2018-10-15 11:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

It would be great if you could write some kind of summary of the changes
when bumping from 1 git revision to another if possible to make it
easier to judge if any of this should be applied to the 2018.02.x series
as well, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4
  2018-10-15 11:18   ` Peter Korsgaard
@ 2018-11-04 21:37     ` Peter Seiderer
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2018-11-04 21:37 UTC (permalink / raw)
  To: buildroot

Hello PeterK,

On Mon, 15 Oct 2018 13:18:33 +0200, Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:  
> 
>  > Signed-off-by: Peter Seiderer <ps.report@gmx.net>  
> 
> It would be great if you could write some kind of summary of the changes
> when bumping from 1 git revision to another if possible to make it
> easier to judge if any of this should be applied to the 2018.02.x series
> as well, thanks.
> 

The rpi firmware short log looks like:

10c1c5f963 kernel: Bump to 4.14.76
fbad6408c4 kernel: Bump to 4.14.74
e924d3e880 kernel: Bump to 4.14.73
e80b826911 kernel: Bump to 4.14.72
[...]

Not very informative, the long log looks like:

commit 45c6ee3cd7f36a2376b691affbc02dfc689b8056 (HEAD -> master, origin/master, origin/HEAD)
Author: popcornmix <popcornmix@gmail.com>
Date:   Tue Oct 23 16:16:19 2018 +0100

    kernel: Bump to 4.14.78
    
    firmware: Move to driver based backlight
    See: https://github.com/raspberrypi/firmware/issues/1063

commit 8993bff0b82f8cd8d60409d28bb61d2197606ebb
Author: popcornmix <popcornmix@gmail.com>
Date:   Fri Oct 19 16:17:56 2018 +0100

    kernel: Bump to 4.14.77
    
    kernel: Add hy28b 2017 model device tree overlay
    See: https://github.com/raspberrypi/linux/pull/2721

commit 10c1c5f9637849e8a3a70e114d3837e25987fc7c
Author: popcornmix <popcornmix@gmail.com>
Date:   Mon Oct 15 18:36:13 2018 +0100

    kernel: Bump to 4.14.76
    
    kernel: Revert net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
    See: https://github.com/raspberrypi/linux/pull/2717
    
    kernel: thermal: add hysteresis support and adjust PoE HAT trip points
    See: https://github.com/raspberrypi/linux/pull/2700
    
    kernel: Add composite RPi driver for pcm512x DAC HAT cards
    See: https://github.com/raspberrypi/linux/pull/2702
    
    firmware: jpeg/mjpeg: MJPEG doesn't insert JFIF APP0 header
    See: https://github.com/raspberrypi/userland/issues/345
    
    firmware: Add IL HVS component
    
    firmware: mmal: Acquire zero copy buffers on being passed to the VPU
    
    firmware: video_render: Use per pixel alpha on RGBA and BGRA
    
    firmware: video_render: Add support for alpha options (MIX and PREMULT)
[...]

Hard to judge what is needed, what is a feature update, what is a security update
and should applied to the long term support buildroot branches....

One solution would be (as long as the rpi kernel updates keep the same major/minor version),
to say this are security updates (as the mainline kernel updates) and try to keep
rpi-userland and rpi-firmware at the same commit level (I can add the referenced kernel version
to the commit log)....

The other solution would be not to backport the rpi updates at all?

Regards,
Peter

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

end of thread, other threads:[~2018-11-04 21:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12 21:09 [Buildroot] [PATCH v1 0/5] Raspberry Pi update Peter Seiderer
2018-10-12 21:09 ` [Buildroot] [PATCH v1 1/5] configs/raspberrypi*: bump kernel version to 6d27aa156c Peter Seiderer
2018-10-12 21:09 ` [Buildroot] [PATCH v1 2/5] rpi-firmware: bump version to fbad6408c4 Peter Seiderer
2018-10-15 11:18   ` Peter Korsgaard
2018-11-04 21:37     ` Peter Seiderer
2018-10-12 21:09 ` [Buildroot] [PATCH v1 3/5] rpi-userland: bump version to 8f0abfb07b Peter Seiderer
2018-10-12 21:09 ` [Buildroot] [PATCH v1 4/5] rpi-bt-firmware: bump version to 8c1e2bff1d Peter Seiderer
2018-10-12 21:09 ` [Buildroot] [PATCH v1 5/5] rpi-wifi-firmware: " Peter Seiderer
2018-10-15 11:17 ` [Buildroot] [PATCH v1 0/5] Raspberry Pi update 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.