
Hi,
I am trying to upgrade U-Boot to 2023.01 in OpenEmbedded, but I see the following error when trying to build u-boot-tools:
| /bin/sh: line 1: tools/bmp_logo: No such file or directory
Reverting the commit below makes u-boot-tools build again:
commit 1cfba53ca46cade2dbf4e067afc8c19e72909a4b Author: Peter Robinson pbrobinson@gmail.com Date: Thu Nov 24 14:05:59 2022 +0000
config: tools only: add VIDEO to build bmp_logo
Pre 2023.01 the bmp_logo was built as part of the tools-only_defconfig build, something changed and the VIDEO dep needed to build it is no longer pulled in so fix that by explicitly defining it.
Signed-off-by: Peter Robinson pbrobinson@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
u-boot-tools-native builds fine though.
What would be the correct way to fix this?
Thanks,
Fabio Estevam