boot/at91bootstrap3: update to final 4.0.0 version
authorEugen Hristev <eugen.hristev@microchip.com>
Thu, 19 Aug 2021 11:35:22 +0000 (14:35 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 19 Aug 2021 20:45:14 +0000 (22:45 +0200)
Update to AT91Bootstrap 4.0.0 version.

This package is now released under MIT license, and a license file was
added.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/at91bootstrap3/Config.in
boot/at91bootstrap3/at91bootstrap3.hash
boot/at91bootstrap3/at91bootstrap3.mk

index edacc0067555aa138e5614f0643507cee10bce77..650d3a23c89f9d926318f78ae0ec0beed6261fe0 100644 (file)
@@ -19,7 +19,7 @@ choice
        prompt "AT91 Bootstrap 3+ version"
 
 config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
-       bool "4.0.0-rc2"
+       bool "4.0.0"
 
 config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X
        bool "3.10.3"
@@ -54,7 +54,7 @@ endif
 
 config BR2_TARGET_AT91BOOTSTRAP3_VERSION
        string
-       default "v4.0.0-rc2" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
+       default "v4.0.0" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
        default "v3.10.3" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X
        default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \
                if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
index 71c579de28e72f5ee95925455c4df6031019a74b..e611f163c9754f29481845f9755d48c837f1da82 100644 (file)
@@ -1,3 +1,4 @@
 # Locally calculated
 sha256  b6ae5bcaacc5a949f400182e036ae053049638444a3ba8b1dd154ec5f7898d8e  at91bootstrap3-v3.10.3.tar.gz
-sha256  b5d5f042297cad0d091f7d8734e61eb9ec7b6020898e086503fb5f8bc71fb9fc  at91bootstrap3-v4.0.0-rc2.tar.gz
+sha256  08c5b95df28be7f2e0439fb2b77fe27524f97c499850641e4540c07ea0b2c25d  at91bootstrap3-v4.0.0.tar.gz
+sha256  5a3809b1c2ba13b7242572322951311c584419f1f8516f665d6c06f0668d78de  LICENSES/MIT.txt
index b253129dfb7405b5d1e6814cad9ecbbc3138df68..1e2a3a44b0ce495d977d1ecb842e09ba3ba373b1 100644 (file)
@@ -19,7 +19,12 @@ else
 AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION))
 endif
 
+ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION),y)
+AT91BOOTSTRAP3_LICENSE = MIT
+AT91BOOTSTRAP3_LICENSE_FILES = LICENSES/MIT.txt
+else ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X),y)
 AT91BOOTSTRAP3_LICENSE = Atmel License
+endif
 
 AT91BOOTSTRAP3_CPE_ID_VENDOR = linux4sam
 AT91BOOTSTRAP3_CPE_ID_PRODUCT = at91bootstrap