Skip to content

Commit

Permalink
imx-mcore-demos: Fix install for multilib
Browse files Browse the repository at this point in the history
Replace  `base_libdir` with `nonarch_base_libdir`

Signed-off-by: Valentin Jec <[email protected]>
  • Loading branch information
valijec committed Nov 3, 2023
1 parent ee4dc92 commit 420f685
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 420f685

Please sign in to comment.