diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-09-28 11:16:37 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-09-28 11:21:25 -0700 |
commit | e104b7aa60c63282f7eef24b567cdf6dad07a3b4 (patch) | |
tree | 6a43f2a78f23ae274177e2a17a2bff151d1f4f90 /common/recipes-kernel | |
parent | c4a7ff737e276b4df6d2248800cc14097521913e (diff) | |
download | meta-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.bb | 12 |
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 | ||
10 | inherit module | 10 | inherit 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 | |||
12 | PV = "30" | 20 | PV = "30" |
21 | SRCREV = "b31221a99488021300e7f89d2ecf9bdd2bc52dd2" | ||
22 | |||
13 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi;branch=release/LinuxCore${PV}" | 23 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi;branch=release/LinuxCore${PV}" |
14 | SRC_URI += "file://0001-Makefile.real-skip-host-install-scripts.patch" | 24 | SRC_URI += "file://0001-Makefile.real-skip-host-install-scripts.patch" |
15 | SRC_URI += "file://iwlwifi.conf" | 25 | SRC_URI += "file://iwlwifi.conf" |
16 | 26 | ||
17 | SRCREV = "b31221a99488021300e7f89d2ecf9bdd2bc52dd2" | ||
18 | |||
19 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
20 | 28 | ||
21 | EXTRA_OEMAKE = "INSTALL_MOD_PATH=${D} KLIB_BUILD=${KBUILD_OUTPUT}" | 29 | EXTRA_OEMAKE = "INSTALL_MOD_PATH=${D} KLIB_BUILD=${KBUILD_OUTPUT}" |