mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

The iwlwifi-8000c requires the -19 version, but the latest linux-firmware does not include that version of firmware. This is required for support Broxton Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
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/
|
|
}
|