diff options
author | Fabio Estevam <festevam@denx.de> | 2023-04-03 17:50:00 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:06 +0100 |
commit | 89e29cf2e12cba3adabcb12104e413ef5ebe1153 (patch) | |
tree | 1783616812facd97280485aba8bf96a89e1a3334 /meta/recipes-bsp/u-boot/u-boot_2023.04.bb | |
parent | 476c25f20089589880545e1fa51719d30bbc11d5 (diff) | |
download | poky-89e29cf2e12cba3adabcb12104e413ef5ebe1153.tar.gz |
u-boot: Upgrade to 2023.04
Upgrade to U-Boot 2023.04.
Remove the patch that is now upstream.
(From OE-Core rev: 57003af06d50fbbb33b94a4b10ea6c77fa294027)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2023.04.bb')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2023.04.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.04.bb b/meta/recipes-bsp/u-boot/u-boot_2023.04.bb new file mode 100644 index 0000000000..4f5b3e5dfd --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2023.04.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require u-boot-common.inc | ||
2 | require u-boot.inc | ||
3 | |||
4 | DEPENDS += "bc-native dtc-native" | ||
5 | |||