Signed-off-by: Mark Hatle <[email protected]>
---
recipes-utils/mb-realoc/mb-realoc.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-utils/mb-realoc/mb-realoc.bb
b/recipes-utils/mb-realoc/mb-realoc.bb
index 4e99f72..082a8c4 100644
--- a/recipes-utils/mb-realoc/mb-realoc.bb
+++ b/recipes-utils/mb-realoc/mb-realoc.bb
@@ -15,6 +15,7 @@ ELF_LOAD_ADDR ?= "0"
ELF_JUMP_OFFSET ?= ""
ELF_INFILE ?= "${DEPLOY_DIR_IMAGE}/u-boot.elf"
OUTFILE_NAME ?= "u-boot-s"
+S = "${UNPACKDIR}"
B = "${UNPACKDIR}"
PARALLEL_MAKE=""
@@ -24,7 +25,7 @@ do_compile[depends] = "virtual/bootloader:do_deploy"
do_compile() {
export CROSS_COMPILE="${TARGET_PREFIX}"
- ${UNPACKDIR}/mb-realoc -l ${ELF_LOAD_ADDR} -i ${ELF_INFILE} -o
${OUTFILE_NAME}
+ ./mb-realoc -l ${ELF_LOAD_ADDR} -i ${ELF_INFILE} -o ${OUTFILE_NAME}
}
do_install[noexec] = "1"
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5419):
https://lists.yoctoproject.org/g/meta-xilinx/message/5419
Mute This Topic: https://lists.yoctoproject.org/mt/106610010/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-