temp/u-boot-pinephone: rebuild against ATF 2.6 (MR 2865)
This commit is contained in:
parent
1334ccf7d1
commit
49ecea4895
1 changed files with 13 additions and 2 deletions
|
@ -1,14 +1,25 @@
|
||||||
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
||||||
pkgname=u-boot-pinephone
|
pkgname=u-boot-pinephone
|
||||||
pkgver=2021.10
|
pkgver=2021.10
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="U-Boot bootloader for the PINE64 PinePhone"
|
pkgdesc="U-Boot bootloader for the PINE64 PinePhone"
|
||||||
url="https://source.denx.de/u-boot"
|
url="https://source.denx.de/u-boot"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
||||||
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
||||||
depends="linux-postmarketos-allwinner>=5.12"
|
depends="linux-postmarketos-allwinner>=5.12"
|
||||||
makedepends="$depends_dev bc dtc python3-dev py3-setuptools swig bison flex openssl-dev arm-trusted-firmware crust"
|
makedepends="$depends_dev
|
||||||
|
arm-trusted-firmware
|
||||||
|
bc
|
||||||
|
bison
|
||||||
|
crust
|
||||||
|
dtc
|
||||||
|
flex
|
||||||
|
openssl-dev
|
||||||
|
py3-setuptools
|
||||||
|
python3-dev
|
||||||
|
swig
|
||||||
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
source="http://source.denx.de/u-boot/u-boot/-/archive/v$pkgver/u-boot-v$pkgver.tar.gz
|
source="http://source.denx.de/u-boot/u-boot/-/archive/v$pkgver/u-boot-v$pkgver.tar.gz
|
||||||
update-u-boot
|
update-u-boot
|
||||||
|
|
Loading…
Reference in a new issue