mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
arm-trusted-firmware: bump to version 1.4
The license file got reformatted as reStructuredText, but the license itself didn't change. Drop unneeded md5sum and add license hash. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6d245fee1e
commit
08aa81768e
@ -14,7 +14,7 @@ choice
|
|||||||
Select the specific ATF version you want to use
|
Select the specific ATF version you want to use
|
||||||
|
|
||||||
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION
|
||||||
bool "v1.2"
|
bool "v1.4"
|
||||||
|
|
||||||
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
@ -33,7 +33,7 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_VERSION
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_VERSION
|
||||||
string
|
string
|
||||||
default "v1.2" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION
|
default "v1.4" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION
|
||||||
default "custom" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL
|
default "custom" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL
|
||||||
default BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION \
|
default BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION \
|
||||||
if BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT
|
if BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 cbdd9b770ec1ab4933fc7f9f520daea5a364bb4dc964820fb017a0cf8c7df556 arm-trusted-firmware-v1.2.tar.gz
|
sha256 6dae02acd85278394bfad6e2683e186e5332a711e4491ac4632ad6480f6e5494 arm-trusted-firmware-v1.4.tar.gz
|
||||||
md5 fac2c08bd74337fec2e14a98fc9f748f arm-trusted-firmware-v1.2.tar.gz
|
sha256 487795b8023df866259fa159bab94706b747fb0d623b7913f1c4955c0ab5f164 license.rst
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
ARM_TRUSTED_FIRMWARE_VERSION = $(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_VERSION))
|
ARM_TRUSTED_FIRMWARE_VERSION = $(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_VERSION))
|
||||||
ARM_TRUSTED_FIRMWARE_LICENSE = BSD-3-Clause
|
ARM_TRUSTED_FIRMWARE_LICENSE = BSD-3-Clause
|
||||||
ARM_TRUSTED_FIRMWARE_LICENSE_FILES = license.md
|
ARM_TRUSTED_FIRMWARE_LICENSE_FILES = license.rst
|
||||||
|
|
||||||
ARM_TRUSTED_FIRMWARE_DEPENDENCIES += uboot
|
ARM_TRUSTED_FIRMWARE_DEPENDENCIES += uboot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user