meta-intel/meta-fri2/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
Darren Hart d141e55c45 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>
2011-12-08 13:55:04 -08:00

19 lines
522 B
Plaintext

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 \
"