The 'Makefile' should not be deployed in the packages as it is of no
use for target and end user.
(From OE-Core rev:
c3a0225191eef45cae5aae771ce7c630155be45b)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
install -d ${D}/lib/firmware/
cp -r * ${D}/lib/firmware/
+ # Avoid Makefile to be deplyed
+ rm ${D}/lib/firmware/Makefile
+
# Libertas sd8686
ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin
ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin