diff options
author | 2020-11-02 17:48:33 +0100 | |
---|---|---|
committer | 2020-11-03 08:21:11 +0000 | |
commit | c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb (patch) | |
tree | c77a311e47343ee2e854333c8faa081584c06106 /meta/recipes-bsp/u-boot/u-boot-common.inc | |
parent | c35646464b469fbe14a0a1bca6341f0e4f59adfa (diff) | |
download | poky-c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb.tar.gz poky-c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb.tar.bz2 poky-c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb.zip |
u-boot: upgrade 2020.07 -> 2020.10
License-Update: added MIT license to README; overall license remains as it was
(From OE-Core rev: 32e754ec89e8f33e5b6e83a8ac359ffc3690282f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 9199bbfe0b..cbce408a28 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -7,12 +7,12 @@ SECTION = "bootloaders" DEPENDS += "flex-native bison-native" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109" +SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890" SRC_URI = "git://git.denx.de/u-boot.git \ " |