summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-firmware
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-28 13:58:12 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-02 18:13:40 +0100
commit00797407eb12a7d38ce32b513b14349fae6c0707 (patch)
tree16239c026a87bc03fc8facdc7fbeb90a9791f87c /meta/recipes-kernel/linux-firmware
parent280374fa1c02a838403267f2a0a404e502dc279c (diff)
downloadast2050-yocto-poky-00797407eb12a7d38ce32b513b14349fae6c0707.zip
ast2050-yocto-poky-00797407eb12a7d38ce32b513b14349fae6c0707.tar.gz
linux-firmware: Remove 'Makefile' from packages
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>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index b9e00fc..2b05172 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -38,6 +38,9 @@ do_install() {
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
OpenPOWER on IntegriCloud