aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux-firmware
AgeCommit message (Collapse)Author
2016-05-04linux-firmware: Add -19 version to support iwlwifi-8000c driversSaul Wold
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>
2013-06-25common/linux-firmware: Drop bbappend since changes were merged into the coreRichard Purdie
The changes this bbappend makes have been merged into OE-Core so its now unneeded. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-24meta-intel: Drop PRINC usageRichard Purdie
With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-23linux-firmware: Correct rtl license file locationDarren Hart
The rtl-license package FILES was pointing to the wrong directory as it was removed from there in commit: acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir This resulted in a do_rootfs failure for core-image-sato-sdk for fri2 with ipk when the linux-firmware-dev package tried to install linux-firmware-rtl-license which wasn't created as it was empty. Build tested with ipk and rpm packages. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-12-14common/linux-firmware: add support for Centrino Advanced-N 6235 wirelessNitin A Kamble
Add and package microcode needed for Centrino Advanced-N 6235 wireless card, and split the packaging of the licence file so that it can be bundled with any of the Intel iwlfifi microcode packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-07-11linux-firmware: update md5sum for LICENCE.iwlwifi_firmware1.3_M2.rc11.3_M2.final1.3_M2Tom Zanussi
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>
2012-06-20linux-firmware: Fix FILESEXTRAPATHS typoDarren Hart
Add a missing } in the FILESEXTRAPATHS assignment. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07linux-firmware: Move fri2 linux-firmware append to commonDarren Hart
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>