diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-01-22 20:37:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:48:26 +0000 |
commit | 9f96577d3da132d1744340d8b99bc9d55fbbc362 (patch) | |
tree | d87156d47d9b0d131c1b76f44f93d1558b19d8a4 /meta/recipes-kernel/linux-firmware | |
parent | 8e8839215032b57763a07363a560c3fd9d6f8e01 (diff) | |
download | openembedded-core-9f96577d3da132d1744340d8b99bc9d55fbbc362.tar.gz openembedded-core-9f96577d3da132d1744340d8b99bc9d55fbbc362.tar.bz2 openembedded-core-9f96577d3da132d1744340d8b99bc9d55fbbc362.zip |
linux-firmware: split out ATI/AMD Radeon firmware
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 3b5c7ebc91..c1483364f2 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb @@ -61,6 +61,7 @@ do_install() { PACKAGES =+ "${PN}-ralink \ + ${PN}-radeon \ ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 ${PN}-sd8797 \ ${PN}-wl12xx ${PN}-vt6656 \ ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \ @@ -105,6 +106,12 @@ FILES_${PN}-ralink = " \ /lib/firmware/LICENCE.ralink-firmware.txt \ " +LICENSE_${PN}-radeon = "Firmware-radeon" +FILES_${PN}-radeon = " \ + /lib/firmware/radeon \ + /lib/firmware/LICENCE.radeon \ +" + FILES_${PN}-marvell-license = "/lib/firmware/LICENCE.Marvell" LICENSE_${PN}-sd8686 = "Firmware-Marvell" |