Diff raspberrypi-image-5.10.11_p20210201 with a raspberrypi-image-5.10.17_p20210527
| /usr/portage/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.17_p20210527.ebuild 2023-10-09 14:52:35.536368503 +0300 | ||
|---|---|---|
| 27 | 27 |
MY_PV="1.$(ver_cut 5)" |
| 28 | 28 |
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
|
| 29 | 29 |
S="${WORKDIR}/firmware-${MY_PV}"
|
| 30 |
KEYWORDS="" |
|
| 31 |
# No keywords until I can give it a boot test |
|
| 32 |
#KEYWORDS="-* ~arm ~arm64" |
|
| 30 |
KEYWORDS="-* ~arm ~arm64" |
|
| 33 | 31 |
fi |
| 34 | 32 | |
| 35 | 33 |
src_install() {
|