mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
linux-firmware: append support for the iwlwifi-6000g2a-5 firmware
Add firmware required by the Intel Centrino Adnanced-N 6205 mini-pcie card. The content is already available in the linux-firmware repository, this patch just adds the meta-data to include the right files and define a package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
2a31006a08
commit
d141e55c45
|
@ -0,0 +1,18 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR/${PN}:"
|
||||
|
||||
# This exists in Yocto 1.1, but include it here for completeness
|
||||
LIC_FILES_CHKSUM += "file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b"
|
||||
|
||||
FWPATH = "/lib/firmware"
|
||||
|
||||
do_install_append() {
|
||||
install -m 0644 LICENCE.iwlwifi_firmware ${D}${FWPATH}
|
||||
install -m 0644 iwlwifi-6000g2a-5.ucode ${D}${FWPATH}
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-iwlwifi-6000g2a-5"
|
||||
|
||||
FILES_${PN}-iwlwifi-6000g2a-5 = " \
|
||||
${FWPATH}/LICENCE.iwlwifi_firmware \
|
||||
${FWPATH}/iwlwifi-6000g2a-5.ucode \
|
||||
"
|
Loading…
Reference in New Issue
Block a user