From a12bbf105763c29608089544d080c209a26a23db Mon Sep 17 00:00:00 2001 From: Arnav Singh Date: Sun, 4 Feb 2024 00:03:50 -0800 Subject: [PATCH] main/u-boot-pinephone: fix build to work with crust from aports (MR 4785) aports' community/crust package generates a crust-pinephone subpackage that is equivalent to pmaports' current main/crust package, that is, the crust-pinephone subpackage contains the SCP firmware binary needed for the PinePhone. The aports crust package itself only contains a LICENSE file. Furthermore, aports' package updated to v0.6 recently, so apk would pick it over pmaports' v0.5 package, which would cause the build to fail because of the missing SCP firmware binary. This change fixes the build of u-boot-pinephone by switching the dependency to the aports crust-pinephone package. --- device/main/u-boot-pinephone/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/main/u-boot-pinephone/APKBUILD b/device/main/u-boot-pinephone/APKBUILD index 4df11e01c..a0520d0f4 100644 --- a/device/main/u-boot-pinephone/APKBUILD +++ b/device/main/u-boot-pinephone/APKBUILD @@ -3,7 +3,7 @@ # U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed pkgname=u-boot-pinephone pkgver=2023.01 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot bootloader for the PINE64 PinePhone" url="https://source.denx.de/u-boot" arch="aarch64" @@ -14,7 +14,7 @@ makedepends="$depends_dev arm-trusted-firmware bc bison - crust + crust-pinephone dtc flex openssl-dev