diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-20 10:44:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-23 13:55:25 +0100 |
| commit | 96f645e4d2848a773db2adeb060c70722254c0de (patch) | |
| tree | e42cf46939316ae6458a7d15d3768c22643872cc | |
| parent | 275aae67feba808d6182e6429a78eb7c539b2278 (diff) | |
| download | poky-96f645e4d2848a773db2adeb060c70722254c0de.tar.gz | |
u-boot: update 2022.04 -> 2022.07
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)
(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>
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools.inc | 5 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb) | 1 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2022.07.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2022.04.bb) | 0 |
4 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8fc33608d0..d7fd3c7227 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" | |||
| 7 | DEPENDS += "flex-native bison-native" | 7 | DEPENDS += "flex-native bison-native" |
| 8 | 8 | ||
| 9 | LICENSE = "GPL-2.0-or-later" | 9 | LICENSE = "GPL-2.0-or-later" |
| 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" | 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" |
| 11 | PE = "1" | 11 | PE = "1" |
| 12 | 12 | ||
| 13 | # We use the revision in order to avoid having to fetch it from the | 13 | # We use the revision in order to avoid having to fetch it from the |
| 14 | # repo during parse | 14 | # repo during parse |
| 15 | SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2" | 15 | SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" | 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" |
| 18 | 18 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u-boot/u-boot-tools.inc index a8d7fab46d..0bdbce725a 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools.inc +++ b/meta/recipes-bsp/u-boot/u-boot-tools.inc | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | SUMMARY = "U-Boot bootloader tools" | 1 | SUMMARY = "U-Boot bootloader tools" |
| 2 | DEPENDS += "gnutls openssl util-linux" | 2 | DEPENDS += "gnutls openssl util-linux swig-native" |
| 3 | |||
| 4 | inherit python3native | ||
| 5 | export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}" | ||
| 3 | 6 | ||
| 4 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" | 7 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" |
| 5 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" | 8 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb index 7eaf721ca8..ef386f76e6 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | require u-boot-common.inc | 1 | require u-boot-common.inc |
| 2 | require u-boot-tools.inc | 2 | require u-boot-tools.inc |
| 3 | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.04.bb b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb index 0d2464d74b..0d2464d74b 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2022.04.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb | |||
