diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-06-22 10:15:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:35:53 +0100 |
commit | 6e9606ebc3595228653c367383779dc0816f4e21 (patch) | |
tree | 5944f3cad00bb76d1251cace488541874f3bb309 | |
parent | a01b7ce6cc45fa3b330fb21e4bb0dd555c0fdff4 (diff) | |
download | poky-6e9606ebc3595228653c367383779dc0816f4e21.tar.gz |
linux-firmware: update to main repo on kernel.org
This is now the authoratative repository, taking updates.
The latest has a couple updated license files, vs. the previous
srcrev that was used.
(From OE-Core rev: b9d42ec94dfcbe92ce2a857045a0e3678c05c26c)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 3675978068..8aacce4363 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -7,23 +7,23 @@ SECTION = "kernel" | |||
7 | 7 | ||
8 | LICENSE = "Proprietary" | 8 | LICENSE = "Proprietary" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \ | 10 | LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \ |
11 | file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \ | 11 | file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \ |
12 | file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ | 12 | file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ |
13 | file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \ | 13 | file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \ |
14 | file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \ | 14 | file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \ |
15 | file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \ | 15 | file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \ |
16 | file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \ | 16 | file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \ |
17 | file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \ | 17 | file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \ |
18 | file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ | 18 | file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ |
19 | file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \ | 19 | file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e" | 22 | SRCREV = "e98750f0d68d0037ce5a186f7f863a9c13bf773a" |
23 | PV = "0.0+git${SRCPV}" | 23 | PV = "0.0+git${SRCPV}" |
24 | PR = "r1" | 24 | PR = "r2" |
25 | 25 | ||
26 | SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git" | 26 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=git" |
27 | 27 | ||
28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
29 | 29 | ||