diff options
| author | Marek Vasut <marex@denx.de> | 2023-08-09 02:05:24 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-18 03:57:05 -1000 |
| commit | c7f3e6b6fbaab8f4e5c876f501a6bb338740f0b2 (patch) | |
| tree | f28406ef9582928999e96ed347b54003687d1416 /meta/recipes-kernel | |
| parent | 26bfcd407bc39e49af043f3bb5b5a043444bef9b (diff) | |
| download | poky-c7f3e6b6fbaab8f4e5c876f501a6bb338740f0b2.tar.gz | |
linux-firmware: Fix mediatek mt7601u firmware path
The following linux-firmware commit moved the mt7601u firmware blob
into a mediatek/ subdirectory, update the path accordingly.
8451c2b1 ("mt76xx: Move the old Mediatek WiFi firmware to mediatek")
Fixes: 64603f602d ("linux-firmware: upgrade 20230404 -> 20230515")
(From OE-Core rev: 9eb02966397c825d1482dd59246c0d446cc7454d)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb index a98a4e9b45..7d0a794e8e 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb | |||
| @@ -418,7 +418,7 @@ LICENSE:${PN}-mt7601u-license = "Firmware-ralink_a_mediatek_company_firmware" | |||
| 418 | 418 | ||
| 419 | FILES:${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware" | 419 | FILES:${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware" |
| 420 | FILES:${PN}-mt7601u = " \ | 420 | FILES:${PN}-mt7601u = " \ |
| 421 | ${nonarch_base_libdir}/firmware/mt7601u.bin \ | 421 | ${nonarch_base_libdir}/firmware/mediatek/mt7601u.bin \ |
| 422 | " | 422 | " |
| 423 | 423 | ||
| 424 | RDEPENDS:${PN}-mt7601u += "${PN}-mt7601u-license" | 424 | RDEPENDS:${PN}-mt7601u += "${PN}-mt7601u-license" |
