u-boot: update 2022.04 -> 2022.07

Native python and native swig are new requirements for scripts/dtc

License-Update: added bzip2 licensed headers:
fba0882bcd
(overall license still gpl2)

(From OE-Core rev: 379bf04af85e412be155acf5292fe08e2e433de9)

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>
This commit is contained in:
Alexander Kanavin
2022-07-20 10:44:09 +02:00
committed by Richard Purdie
parent 275aae67fe
commit 96f645e4d2
4 changed files with 7 additions and 3 deletions

View 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"

View 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"

View File

@@ -1,2 +1,3 @@
require u-boot-common.inc
require u-boot-tools.inc