Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions recipes-bsp/u-boot/u-boot-k3_2022.10.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ UBOOT_MAKE_TARGET = "all"
SPL_BINARY = ""
UBOOT_ENV = ""

EXTRA_OEMAKE:append = " HOSTCFLAGS_rsa-sign.o=-DOPENSSL_ENGINE_STUBS -Wno-deprecated-declarations"

do_deploy:append() {
# cmd_build_itb in config.mk fails silently for out-of-tree builds (srctree/objtree mismatch).
# Build u-boot.itb here instead, where make all has completed and ${B} is fully populated.
Expand Down
Loading