summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-09-28 11:16:37 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-28 11:21:25 -0700
commite104b7aa60c63282f7eef24b567cdf6dad07a3b4 (patch)
tree6a43f2a78f23ae274177e2a17a2bff151d1f4f90 /common/recipes-kernel
parentc4a7ff737e276b4df6d2248800cc14097521913e (diff)
downloadmeta-intel-e104b7aa60c63282f7eef24b567cdf6dad07a3b4.tar.gz
backport-iwlwifi: comment about firmware requirements
Its important to keep backport-iwlwifi in sync with the proper firmware, otherwise it may stop working with no immediately obvious cause. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel')
-rw-r--r--common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb b/common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
index cd1f5dd8..7c756a9a 100644
--- a/common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
+++ b/common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
@@ -9,13 +9,21 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
9 9
10inherit module 10inherit module
11 11
12# For some iwfwifi LinuxCore supported wireless chips, the best/latest
13# firmware blobs are found in the iwlwifi's linux-firmware.git fork.
14#
15# See: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release
16#
17# When updating this recipe, ensure that the proper firmware is included from
18# either the linux-firmware or iwlwifi-firmware repos.
19
12PV = "30" 20PV = "30"
21SRCREV = "b31221a99488021300e7f89d2ecf9bdd2bc52dd2"
22
13SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi;branch=release/LinuxCore${PV}" 23SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi;branch=release/LinuxCore${PV}"
14SRC_URI += "file://0001-Makefile.real-skip-host-install-scripts.patch" 24SRC_URI += "file://0001-Makefile.real-skip-host-install-scripts.patch"
15SRC_URI += "file://iwlwifi.conf" 25SRC_URI += "file://iwlwifi.conf"
16 26
17SRCREV = "b31221a99488021300e7f89d2ecf9bdd2bc52dd2"
18
19S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
20 28
21EXTRA_OEMAKE = "INSTALL_MOD_PATH=${D} KLIB_BUILD=${KBUILD_OUTPUT}" 29EXTRA_OEMAKE = "INSTALL_MOD_PATH=${D} KLIB_BUILD=${KBUILD_OUTPUT}"