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-29 16:27:03 +0000 |
commit | e2b62393497a0aaffb21161336a42249db61a10d (patch) | |
tree | 069efaed14d2ad2948354dca0ee2924afc62c7f7 /meta/recipes-kernel | |
parent | d294f1de082a5aadefa8efb3485ca3f091ef83bf (diff) | |
download | openembedded-core-e2b62393497a0aaffb21161336a42249db61a10d.tar.gz openembedded-core-e2b62393497a0aaffb21161336a42249db61a10d.tar.bz2 openembedded-core-e2b62393497a0aaffb21161336a42249db61a10d.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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() { # 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 |