[oe-commits] Richard Purdie : linux-firmware: Remove bash scripts from target package

git at git.openembedded.org git at git.openembedded.org
Fri Nov 29 13:32:48 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9cccbce452c7cf9646918dc6f12cea1af5fe675c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9cccbce452c7cf9646918dc6f12cea1af5fe675c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Nov 29 13:24:28 2013 +0000

linux-firmware: Remove bash scripts from target package

The carl9170fw is unbuilt, needs specialise toolchains, cmake and so on
so we might as well delete it (and lose the bash dependnecy).

Equally, the top level bash dependency from the empty configure script is
pointless.

[YOCTO #5555]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index fe6730a..1b0e11f 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -45,6 +45,12 @@ do_install() {
 	# Avoid Makefile to be deplyed
 	rm ${D}/lib/firmware/Makefile
 
+	# Remove unbuild firmware which needs cmake and bash
+	rm ${D}/lib/firmware/carl9170fw -rf
+
+	# Remove pointless bash script
+	rm ${D}/lib/firmware/configure
+
 	# 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



More information about the Openembedded-commits mailing list