mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

Update the LIC_FILES_CHKSUM, since the license changed slightly. According to the git log: "Just an extension of the copyright dates." Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
19 lines
523 B
Plaintext
19 lines
523 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=11545778abf78c43d7644d4f171ea1c7"
|
|
|
|
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 \
|
|
"
|