Skip to content

Commit

Permalink
Merge pull request #1682 from valijec/master
Browse files Browse the repository at this point in the history
 imx-mcore-demos: Fix install for multilib  Replace  `base_libdir` with `nonarch_base_libdir`
  • Loading branch information
otavio authored Nov 3, 2023
2 parents 6d2c944 + 420f685 commit 2d12905
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes-fsl/mcore-demos/imx-mcore-demos.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}"
SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt"

do_install () {
# install elf format binary to /lib/firmware
install -d ${D}${base_libdir}/firmware
install -m 0644 ${S}/*.elf ${D}${base_libdir}/firmware
install -d ${D}${nonarch_base_libdir}/firmware
install -m 0644 ${S}/*.elf ${D}${nonarch_base_libdir}/firmware
}

DEPLOY_FILE_EXT ?= "bin"
Expand Down

0 comments on commit 2d12905

Please sign in to comment.