Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
config BR2_PACKAGE_RPI_FIRMWARE
|
||||
bool "rpi-firmware"
|
||||
depends on BR2_arm
|
||||
depends on BR2_arm || BR2_aarch64
|
||||
help
|
||||
RaspberryPi Firmware
|
||||
Pre-compiled binaries of the current bootloader and GPU firmware
|
||||
|
||||
Pre-compiled binaries of the current bootloader and GPU
|
||||
firmware
|
||||
|
||||
https://github.com/raspberrypi/firmware
|
||||
|
||||
@@ -14,11 +16,12 @@ choice
|
||||
default BR2_PACKAGE_RPI_FIRMWARE_DEFAULT
|
||||
help
|
||||
There are three different firmware files:
|
||||
- the default firmware, that enables standard GPU features;
|
||||
- the extended firmware, that enables additional GPU features
|
||||
(eg. more audio/video codecs);
|
||||
- the cut-down firmware, for emergency situations, with only
|
||||
features required to boot a Linux kernel.
|
||||
- the default firmware, that enables standard GPU
|
||||
features;
|
||||
- the extended firmware, that enables additional GPU
|
||||
features (eg. more audio/video codecs);
|
||||
- the cut-down firmware, for emergency situations, with
|
||||
only features required to boot a Linux kernel.
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_DEFAULT
|
||||
bool "default"
|
||||
@@ -47,26 +50,29 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
|
||||
bool "Install Device Tree Blobs (DTBs)"
|
||||
depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||
default y
|
||||
depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||
help
|
||||
If you are using a Linux kernel <= 3.18, you should say 'y' here.
|
||||
If you are using a Linux kernel <= 3.18, you should say 'y'
|
||||
here.
|
||||
|
||||
If you are using a Linux kernel >= 3.19, you should say 'n' here,
|
||||
and enable BR2_LINUX_KERNEL_DTS_SUPPORT to let the kernel build
|
||||
the DTB.
|
||||
If you are using a Linux kernel >= 3.19, you should say 'n'
|
||||
here, and enable BR2_LINUX_KERNEL_DTS_SUPPORT to let the
|
||||
kernel build the DTB.
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS
|
||||
bool "Install DTB overlays"
|
||||
default y
|
||||
depends on BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS \
|
||||
|| BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||
default y
|
||||
help
|
||||
Say 'y' here if you need to load one or more of the DTB overlays,
|
||||
to support HATs (Hardware Attached on Top, add-on modules).
|
||||
Say 'y' here if you need to load one or more of the DTB
|
||||
overlays, to support HATs (Hardware Attached on Top, add-on
|
||||
modules).
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_VCDBG
|
||||
bool "vcdbg"
|
||||
depends on BR2_arm # prebuilt arm binary, rpi-userland
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_INSTALL_LIBSTDCPP # rpi-userland
|
||||
select BR2_PACKAGE_RPI_USERLAND
|
||||
@@ -74,6 +80,7 @@ config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_VCDBG
|
||||
Install vcdbg, to help debug communication with the GPU.
|
||||
|
||||
comment "vcdbg needs a glibc toolchain w/ C++"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
endif # BR2_PACKAGE_RPI_FIRMWARE
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 144de63ee1999155fc1ff597630f1a13f798e597e7c4d144b8b625fa774c1f9b rpi-firmware-7f8ac8dac0b80291cbf5e56580139034a0a42070.tar.gz
|
||||
sha256 0451e1a843bf02df81126a1625d9a15dfdf19dcb2f9e95b0613a63e59fd31ca8 rpi-firmware-2067241bc7cdf238fdeab7f5a3c22faa57dd5617.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RPI_FIRMWARE_VERSION = 7f8ac8dac0b80291cbf5e56580139034a0a42070
|
||||
RPI_FIRMWARE_VERSION = 2067241bc7cdf238fdeab7f5a3c22faa57dd5617
|
||||
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
|
||||
RPI_FIRMWARE_LICENSE = BSD-3c
|
||||
RPI_FIRMWARE_LICENSE = BSD-3-Clause
|
||||
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
|
||||
RPI_FIRMWARE_INSTALL_IMAGES = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user