From 9cc1878f0b22d6f9de0ef2fcc95a1966885b176a Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 10 Mar 2023 01:35:15 -0500 Subject: remove crust binutils patch (merged upstream) --- libre-testing/uboot4extlinux-sunxi/PKGBUILD | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/libre-testing/uboot4extlinux-sunxi/PKGBUILD b/libre-testing/uboot4extlinux-sunxi/PKGBUILD index d52465ae9..77d7897ac 100644 --- a/libre-testing/uboot4extlinux-sunxi/PKGBUILD +++ b/libre-testing/uboot4extlinux-sunxi/PKGBUILD @@ -86,7 +86,6 @@ source+=(extlinux.conf ${pkgbase}.hook.in install-uboot4extlinux.sh.in generate-${pkgbase}-install-text.sh) -source+=(crust_binutils-2.39_rwx-segments.patch::https://patch-diff.githubusercontent.com/raw/crust-firmware/crust/pull/210.patch) # TODO: the libreboot uboot source-ball checksum doesn't correspond to the one in # tests/u-boot-libre.sha512. This means that the tarball is not @@ -234,10 +233,6 @@ _build_A64_firmware() local crust_srcdir="${srcdir}"/crust-${_crust_ver} local crust_outdir="${crust_srcdir}"/build/scp - # FIXME: SCP firmware currently FTBS - # /usr/lib/gcc/or1k-elf/12.2.0/../../../../or1k-elf/bin/ld: - # warning: build/scp/scp.elf has a LOAD segment with RWX permissions - # https://github.com/crust-firmware/crust/pull/210 export ARCH=or1k export CROSS_COMPILE=or1k-elf- @@ -363,14 +358,6 @@ prepare() # TODO: While we're at it we could export SOURCE_DATE_SPOCH to try to # make the u-boot package reporducible. find -print0 | xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}" - - # FIXME: SCP firmware currently FTBS - # /usr/lib/gcc/or1k-elf/12.2.0/../../../../or1k-elf/bin/ld: - # warning: build/scp/scp.elf has a LOAD segment with RWX permissions - # https://github.com/crust-firmware/crust/pull/210 - cd "${srcdir}"/crust-${_crust_ver} - echo "applying crust_binutils-2.39_rwx-segments.patch" - patch -Np1 < "${srcdir}"/crust_binutils-2.39_rwx-segments.patch } build() -- cgit v1.2.2