diff options
| author | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2018-06-07 14:25:57 +0300 |
|---|---|---|
| committer | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2018-06-07 12:30:28 +0000 |
| commit | 3264c25c083375aeb23d231456d6ec4b6feffb07 (patch) | |
| tree | efe1d3d1e95176ab22cf69d1dd1231ae4e66c3d0 /meta-raspberrypi-extras | |
| parent | c185960f5ecf1138dcb5e1dfb06a20a65299d271 (diff) | |
| download | meta-boot2qt-3264c25c083375aeb23d231456d6ec4b6feffb07.tar.gz | |
Fix WiFi for Raspberry Pi 3 B+
- Update meta-raspberrypi to latest sumo to update kernel version
- Update linux-firmware to version required by the updated meta-raspberrypi
Task-number: QTBUG-68597
Change-Id: I86e7b3c901201178a75b4d445a576876dbbfc05b
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-raspberrypi-extras')
| -rw-r--r-- | meta-raspberrypi-extras/recipes/linux/linux-firmware_%.bbappend | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta-raspberrypi-extras/recipes/linux/linux-firmware_%.bbappend b/meta-raspberrypi-extras/recipes/linux/linux-firmware_%.bbappend new file mode 100644 index 0000000..8e52fa4 --- /dev/null +++ b/meta-raspberrypi-extras/recipes/linux/linux-firmware_%.bbappend | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | ############################################################################ | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2018 The Qt Company Ltd. | ||
| 4 | ## Contact: https://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:GPL$ | ||
| 9 | ## Commercial License Usage | ||
| 10 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 11 | ## accordance with the commercial license agreement provided with the | ||
| 12 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 13 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 14 | ## and conditions see https://www.qt.io/terms-conditions. For further | ||
| 15 | ## information use the contact form at https://www.qt.io/contact-us. | ||
| 16 | ## | ||
| 17 | ## GNU General Public License Usage | ||
| 18 | ## Alternatively, this file may be used under the terms of the GNU | ||
| 19 | ## General Public License version 3 or (at your option) any later version | ||
| 20 | ## approved by the KDE Free Qt Foundation. The licenses are as published by | ||
| 21 | ## the Free Software Foundation and appearing in the file LICENSE.GPL3 | ||
| 22 | ## included in the packaging of this file. Please review the following | ||
| 23 | ## information to ensure the GNU General Public License requirements will | ||
| 24 | ## be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
| 25 | ## | ||
| 26 | ## $QT_END_LICENSE$ | ||
| 27 | ## | ||
| 28 | ############################################################################ | ||
| 29 | |||
| 30 | SRCREV = "ba51e861f4444f51e7e83f778575a8146dc514d0" | ||
| 31 | |||
| 32 | LIC_FILES_CHKSUM_remove = "\ | ||
| 33 | file://LICENSE.amd-ucode;md5=3a0de451253cc1edbf30a3c621effee3 \ | ||
| 34 | file://LICENCE.Netronome;md5=cd2a3e6effe3cdf42731575b8e9477ed \ | ||
| 35 | file://LICENCE.cypress;md5=cbc5f665d04f741f1e006d2096236ba7 \ | ||
| 36 | file://WHENCE;md5=038edbc9e744171d8b6235e0224028ba \ | ||
| 37 | " | ||
| 38 | |||
| 39 | LIC_FILES_CHKSUM_append = "\ | ||
| 40 | file://LICENSE.amd-ucode;md5=3c5399dc9148d7f0e1f41e34b69cf14f \ | ||
| 41 | file://LICENCE.Netronome;md5=4add08f2577086d44447996503cddf5f \ | ||
| 42 | file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \ | ||
| 43 | file://WHENCE;md5=df953899bb1431b3991f36950d32894f \ | ||
| 44 | " | ||
| 45 | |||
