diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-11-10 09:41:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-21 13:02:41 +0000 |
commit | 8b8c40bdbd09ddd1409dc30e04ef847f6a15f109 (patch) | |
tree | 86dadf0d01c56b844eb31661ab882e28ecce1589 | |
parent | def626a46efdeeaf867a27464aed463d265d777c (diff) | |
download | openembedded-core-8b8c40bdbd09ddd1409dc30e04ef847f6a15f109.tar.gz openembedded-core-8b8c40bdbd09ddd1409dc30e04ef847f6a15f109.tar.bz2 openembedded-core-8b8c40bdbd09ddd1409dc30e04ef847f6a15f109.zip |
linux-firmware: Remove iwlwifi-8000C-19 SRC_URI
Since it's been removed from the upstream repo and not fetchable
remove it here. The newer firmware supports the device correctly.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index ddad491c15..9054b33cc0 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb @@ -184,11 +184,6 @@ PV = "0.0+git${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" -# Some devices need a specific version, not the latest -SRC_URI += "https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/plain/iwlwifi-8000C-19.ucode;name=iwlwifi-19" - -SRC_URI[iwlwifi-19.md5sum] = "132fbaee36beec5e98714f0bd66f7a1d" -SRC_URI[iwlwifi-19.sha256sum] = "2034470df64d323b827c4f2d4d0d55be2846b7360179b5574aa28ff77b6c9471" UPSTREAM_VERSION_UNKNOWN = "1" S = "${WORKDIR}/git" @@ -223,9 +218,6 @@ do_install() { # fixup wl12xx location, after 2.6.37 the kernel searches a different location for it ( cd ${D}${nonarch_base_libdir}/firmware ; ln -sf ti-connectivity/* . ) - - # Copy the iwlwifi ucode - cp ${WORKDIR}/iwlwifi-8000C-19.ucode ${D}${nonarch_base_libdir}/firmware/ } |