diff options
author | Alex Ferguson <thoughtmonster@gmail.com> | 2009-11-19 13:18:51 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-20 08:52:03 +0000 |
commit | f25438c7b94a65b063aaeff8abba94ba1a6c5759 (patch) | |
tree | b2004d59ef5673f2ec09b355036f5f8eb81069b3 | |
parent | e25e476a32cee20340dd7133cc599c0141c5605f (diff) |
Symlink helper_gspi.bin to gspi8686_hlp.bin for the libertas_spi kernel driver in the Samsung Omnia SGH-i900.
-rw-r--r-- | recipes/firmwares/marvell-gspi-fw_9.70.3-p37.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/firmwares/marvell-gspi-fw_9.70.3-p37.bb b/recipes/firmwares/marvell-gspi-fw_9.70.3-p37.bb index 017ec70685..736ddb8e0e 100644 --- a/recipes/firmwares/marvell-gspi-fw_9.70.3-p37.bb +++ b/recipes/firmwares/marvell-gspi-fw_9.70.3-p37.bb @@ -11,6 +11,7 @@ do_install() { install -d ${D}${base_libdir}/firmware install -m 0644 gspi8686.bin helper_gspi.bin ${D}${base_libdir}/firmware install -m 0644 ${WORKDIR}/Marvell-Licence.txt ${D}${base_libdir}/firmware + ln -s helper_gspi.bin ${D}${base_libdir}/firmware/gspi8686_hlp.bin } PACKAGES = "${PN}" |