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
8 changes: 7 additions & 1 deletion recipes-bsp/atf/atf_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=83b7626b8c7a37263c6a58af8d19bee1

COMPATIBLE_MACHINE = "gateway-dk"

DEPENDS = "u-boot-tools-native u-boot rcw"
DEPENDS = "u-boot-tools-native openssl-native u-boot rcw"
do_compile[depends] += "u-boot:do_deploy rcw:do_deploy"

# Pinned to an NXP Linux Factory release (see conf/include/nxp-base.inc
Expand Down Expand Up @@ -33,6 +33,12 @@ LDFLAGS[unexport] = "1"
AS[unexport] = "1"
LD[unexport] = "1"

# Fix issue w/ missing paths to host toolchain and openssl-native
EXTRA_OEMAKE += "\
host-cc='${BUILD_CC}' \
OPENSSL_DIR='${RECIPE_SYSROOT_NATIVE}/usr' \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: I fixed it this way: 917991e

"

do_configure[noexec] = "1"

do_compile() {
Expand Down