Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 952ea0f

Browse files
committed
Bump version to 2.9
Bump kernel, firmware and userland
1 parent 21cf945 commit 952ea0f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildroot/.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
307307
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
308308
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
309309
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
310-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f70eae405b5d75f7c41ea300b9f790656f99a203"
311-
BR2_LINUX_KERNEL_VERSION="f70eae405b5d75f7c41ea300b9f790656f99a203"
310+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="12d78096b1669a08d440f7ebaddf5d925e52fe79"
311+
BR2_LINUX_KERNEL_VERSION="12d78096b1669a08d440f7ebaddf5d925e52fe79"
312312
BR2_LINUX_KERNEL_PATCH="linux-regdb.patch"
313313
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
314314
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y

buildroot/package/rpi-firmware/rpi-firmware.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RPI_FIRMWARE_VERSION = 5db8e4e1c63178e200d6fbea23ed4a9bf4656658
7+
RPI_FIRMWARE_VERSION = fbad6408c4596d3d671736ee0571aae444f24e68
88
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
99
RPI_FIRMWARE_LICENSE = BSD-3c
1010
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom

buildroot/package/rpi-userland/rpi-userland.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RPI_USERLAND_VERSION = e9e90c674e8c8ddeea9e8b90b3feae89b8b90afe
7+
RPI_USERLAND_VERSION = de4a7f2e3c391e2d3bc76af31864270e7802d9ac
88
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
99
RPI_USERLAND_LICENSE = BSD-3c
1010
RPI_USERLAND_LICENSE_FILES = LICENCE

recovery/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_H
33

44
/* Version number displayed in the title bar */
5-
#define VERSION_NUMBER "2.8"
5+
#define VERSION_NUMBER "2.9"
66

77
/* Color of the background */
88
// #define BACKGROUND_COLOR Qt::white

0 commit comments

Comments
 (0)