diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-01-19 16:26:59 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-25 14:32:03 +0000 |
| commit | 383e97f8967ffc00352f1fb3c4381cae02eca8ba (patch) | |
| tree | 85f8b4e0af794c3eee517fe31b2b796096e472a1 /meta/recipes-bsp/u-boot/u-boot-common.inc | |
| parent | 4022115a7124d3da6245f19d512ff3abe80ddd1e (diff) | |
| download | poky-383e97f8967ffc00352f1fb3c4381cae02eca8ba.tar.gz | |
u-boot: Upgrade to 2023.01
Upgrade to U-Boot 2023.01.
Remove the two patches that are now upstream:
e67f34f778ba ("riscv: support building double-float modules")
1dde977518f1 ("riscv: Fix build against binutils 2.38")
And add a patch that fixes u-boot-tools build.
(From OE-Core rev: ec69f295552d6dd4de755bb4562a007158cf660e)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.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 60c77cbec4..d72f6d3ba2 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
| @@ -4,7 +4,7 @@ ARM, MIPS and several other processors, which can be installed in a boot \ | |||
| 4 | ROM and used to initialize and test the hardware or to download and run \ | 4 | ROM and used to initialize and test the hardware or to download and run \ |
| 5 | application code." | 5 | application code." |
| 6 | SECTION = "bootloaders" | 6 | SECTION = "bootloaders" |
| 7 | DEPENDS += "flex-native bison-native" | 7 | DEPENDS += "flex-native bison-native python3-setuptools-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=2ca5f2c35c8cc335f0a19756634782f1" | 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" |
| @@ -12,7 +12,7 @@ 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 = "4debc57a3da6c3f4d3f89a637e99206f4cea0a96" | 15 | SRCREV = "62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9" |
| 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 | ||
