Skip to content

Commit

Permalink
Fixed location of video.elf and audio.elf
Browse files Browse the repository at this point in the history
  • Loading branch information
graugans committed Jan 13, 2013
1 parent 6707ffa commit 4a3ff7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-kernel/linux-firmwares/stslave-fw_0.1.bb
Expand Up @@ -22,8 +22,8 @@ do_install () {
install -d ${D}/boot
install -d ${D}/${sysconfdir}/udev/rules.d
cp ${WORKDIR}/30-stm-stslave-firmware.rules ${D}/${sysconfdir}/udev/rules.d
install -m 644 ${BINARY_STSLAVE_FW_PATH}/audio.elf ${D}/boot
install -m 644 ${BINARY_STSLAVE_FW_PATH}/video.elf ${D}/boot
install -m 644 ${BINARY_STSLAVE_FW_PATH}/${MACHINE}/audio.elf ${D}/boot
install -m 644 ${BINARY_STSLAVE_FW_PATH}/${MACHINE}/video.elf ${D}/boot
}


0 comments on commit 4a3ff7d

Please sign in to comment.