]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
u-boot: update 2022.04 -> 2022.07
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 20 Jul 2022 08:44:09 +0000 (10:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Jul 2022 12:55:13 +0000 (13:55 +0100)
Native python and native swig are new requirements for scripts/dtc

License-Update: added bzip2 licensed headers:
https://source.denx.de/u-boot/u-boot/-/commit/fba0882bcdfd919727ee9ee8523ef3156daab507
(overall license still gpl2)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-common.inc
meta/recipes-bsp/u-boot/u-boot-tools.inc
meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb [moved from meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb with 98% similarity]
meta/recipes-bsp/u-boot/u-boot_2022.07.bb [moved from meta/recipes-bsp/u-boot/u-boot_2022.04.bb with 100% similarity]

index 8fc33608d089e2e56b60f052d44350def94816cf..d7fd3c7227f0313da1862cdd96b13e6c590e60db 100644 (file)
@@ -7,12 +7,12 @@ SECTION = "bootloaders"
 DEPENDS += "flex-native bison-native"
 
 LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
 PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2"
+SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
index a8d7fab46d66e7a29fe64621869c4d76c6774f18..0bdbce725a76f99f5a813c72d5333964b1520078 100644 (file)
@@ -1,5 +1,8 @@
 SUMMARY = "U-Boot bootloader tools"
-DEPENDS += "gnutls openssl util-linux"
+DEPENDS += "gnutls openssl util-linux swig-native"
+
+inherit python3native
+export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}"
 
 PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage"
 PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native"
similarity index 98%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb
index 7eaf721ca837ab834b963d34982ebc0de1de7305..ef386f76e6ab35b44ade6330f1168d21cdcf014f 100644 (file)
@@ -1,2 +1,3 @@
 require u-boot-common.inc
 require u-boot-tools.inc
+