Skip to content

Commit

Permalink
update buildroot to latest 2024.08 and adapted upstream patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 18, 2024
1 parent 858d062 commit d3c8a00
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,171 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILDROOT_VERSION=2024.05.1
BUILDROOT_SHA256=561a5254b22356b31494b1ea3b7db3101ebe84a77550ef15286195c05cae1e8c
BUILDROOT_VERSION=2024.08
BUILDROOT_SHA256=1d8ecca54275f647eb7217480157c7576443b8f9563457daf79e4ce75a46fdcd
BUILDROOT_EXTERNAL=buildroot-external
DEFCONFIG_DIR=$(BUILDROOT_EXTERNAL)/configs
DATE=$(shell date +%Y%m%d)
Expand Down
2 changes: 1 addition & 1 deletion buildroot-patches/0008-rpi-firmware.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
################################################################################

-RPI_FIRMWARE_VERSION = 83dafbc92c0e63f76ca2ecdd42462d56489d1c77
-RPI_FIRMWARE_VERSION = 5476720d52cf579dc1627715262b30ba1242525e
+RPI_FIRMWARE_VERSION = $(call qstrip,$(BR2_PACKAGE_RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_FIRMWARE_VERSION = 83dafbc92c0e63f76ca2ecdd42462d56489d1c77
RPI_FIRMWARE_VERSION = 5476720d52cf579dc1627715262b30ba1242525e
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3-Clause
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand Down
11 changes: 0 additions & 11 deletions buildroot-patches/0012-ffmpeg-rpi-userland-aarch64.patch_off

This file was deleted.

Loading

0 comments on commit d3c8a00

Please sign in to comment.