From e9643f19db7a07be1f4a5d6b7eb8e232f3df7973 Mon Sep 17 00:00:00 2001 From: Oliver Smith <ollieparanoid@postmarketos.org> Date: Tue, 10 Dec 2024 08:45:18 +0100 Subject: [PATCH] u-boot-pinephone: fix build with modern SWIG (MR 5893) [ci:skip-build]: already built successfully in CI --- .../0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch | 1 + device/main/u-boot-pinephone/APKBUILD | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 device/main/u-boot-pinephone/0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch diff --git a/device/main/u-boot-pinephone/0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch b/device/main/u-boot-pinephone/0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch new file mode 120000 index 00000000000..4d0e3c8d615 --- /dev/null +++ b/device/main/u-boot-pinephone/0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch @@ -0,0 +1 @@ +../../.shared-patches/u-boot/libfdt.i_shipped-use-SWIG_AppendOutput.patch \ No newline at end of file diff --git a/device/main/u-boot-pinephone/APKBUILD b/device/main/u-boot-pinephone/APKBUILD index a0520d0f40a..8a4f2e72e19 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=3 +pkgrel=4 pkgdesc="U-Boot bootloader for the PINE64 PinePhone" url="https://source.denx.de/u-boot" arch="aarch64" @@ -27,6 +27,7 @@ source="https://source.denx.de/u-boot/u-boot/-/archive/v$pkgver/u-boot-v$pkgver. update-u-boot 0001-common-expose-DRAM-clock-speed.patch 0002-disable-bootdelay.patch + 0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch " builddir="$srcdir/u-boot-v$pkgver" _frequencies='528 552 624' @@ -65,4 +66,5 @@ c25aae1b0d2f677d295587c6d318f23d52bc3a79e968bed9093645943a9840c56b1f6f44e5649d23 8dc0a8847ed26d91d3acc9b7b9dd300f95a68049207b09c3cfca1ec485f6f976aa65e0d101a4b46ecc4e85e943cbdec35e81ab0da07b1d5d0b68b4b10858b44b update-u-boot 0a05291f5d544854b6e27c7c3290878c55382c50e0374c880d457e7c21425eaec23fd67047fd7e629dba3fa060aa041dec5880e7edc9e52dea897fb93af5d2aa 0001-common-expose-DRAM-clock-speed.patch 9b9a5bd2cb5c04715a5bb2d34bfc06e63817dba7ec40fa2b09000a0827590623e85ed5877d6b6bb39f2bb917e5e9d8e1379e3df9128e3304be06abc487c68df2 0002-disable-bootdelay.patch +016ef30dbbb1021dad4f58eeda3f5a5e89ff3a76dbc69e8e4cf6a3fc3983aef998cfe1087abb4b21bb2f859bd5cffe26c1da42d13f1c3d2e3c053c399f38720b 0003-libfdt.i_shipped-use-SWIG_AppendOutput.patch " -- GitLab