mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
In preparation for linux-firmware updates from new BSPs, move the fri2 linux-firmware bbappend into meta-intel/common. Eventually this should be moved into oe-core. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
19 lines
522 B
Plaintext
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 \
|
|
"
|