diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-28 13:58:12 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 18:13:40 +0100 |
commit | 00797407eb12a7d38ce32b513b14349fae6c0707 (patch) | |
tree | 16239c026a87bc03fc8facdc7fbeb90a9791f87c | |
parent | 280374fa1c02a838403267f2a0a404e502dc279c (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 3 |
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 b9e00fcdd6..2b051724e7 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() { | |||
38 | install -d ${D}/lib/firmware/ | 38 | install -d ${D}/lib/firmware/ |
39 | cp -r * ${D}/lib/firmware/ | 39 | cp -r * ${D}/lib/firmware/ |
40 | 40 | ||
41 | # Avoid Makefile to be deplyed | ||
42 | rm ${D}/lib/firmware/Makefile | ||
43 | |||
41 | # Libertas sd8686 | 44 | # Libertas sd8686 |
42 | ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin | 45 | ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin |
43 | ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin | 46 | ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin |