linux-firmware: remove firmware that is now in OE-Core

Remove the recipe since we now include the iwlwifi-8000C-19 version
in the OE-Core recipe, so removes having to carry around an additional
firmware blob.

Related with OE-Core rev: 8b3d3ac84f787bf4ecccdcbcb97f2dac56acd45c

[YOCTO #9771]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Saul Wold 2016-06-23 20:38:04 -07:00 committed by Tom Zanussi
parent 1b98ae6d7e
commit 53f25dc1e2
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://iwlwifi-8000C-19.ucode"
do_install_append() {
# Copy the most recent iwlwifi ucode
cp ${WORKDIR}/iwlwifi-8000C-19.ucode ${D}/lib/firmware/
}