diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-29 13:24:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-30 22:26:27 +0000 |
commit | ef71b02844eb2c286803af12ccd551d6776f211e (patch) | |
tree | d96570ced9004e1850a8b18fac6722d27fc2265e /meta/recipes-kernel/linux-firmware | |
parent | 7cfee3687a957fb52b901fcf409315862bf03c08 (diff) | |
download | poky-ef71b02844eb2c286803af12ccd551d6776f211e.tar.gz |
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]
(From OE-Core rev: e2b62393497a0aaffb21161336a42249db61a10d)
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.bb | 6 |
1 files changed, 6 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 fe6730aa59..1b0e11f30f 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() { | |||
45 | # Avoid Makefile to be deplyed | 45 | # Avoid Makefile to be deplyed |
46 | rm ${D}/lib/firmware/Makefile | 46 | rm ${D}/lib/firmware/Makefile |
47 | 47 | ||
48 | # Remove unbuild firmware which needs cmake and bash | ||
49 | rm ${D}/lib/firmware/carl9170fw -rf | ||
50 | |||
51 | # Remove pointless bash script | ||
52 | rm ${D}/lib/firmware/configure | ||
53 | |||
48 | # Libertas sd8686 | 54 | # Libertas sd8686 |
49 | ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin | 55 | ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin |
50 | ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin | 56 | ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin |