From a6101c345994bbe086247ae56f1e4e6ab1173b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 18 Oct 2020 20:40:23 +0700 Subject: [PATCH] rpi-firmware: only available for armv{6,7,8} --- srcpkgs/rpi-firmware/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 10e7ca7d089..30cb0f7f2f8 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -4,8 +4,8 @@ _gitshort="${_githash:0:7}" pkgname=rpi-firmware version=20200819 -revision=1 -archs=noarch +revision=2 +archs="armv6l* armv7l* aarch64*" wrksrc="firmware-${_githash}" short_desc="Firmware files for the Raspberry Pi (git ${_gitshort})" maintainer="Peter Bui " @@ -15,6 +15,7 @@ distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz" checksum=dd825e8ccbd524182f7e06c5301f2ed2f8a68200e80cf61b1095271dcfbe0e55 conf_files="/boot/cmdline.txt /boot/config.txt" +nostrip=yes do_install() { rm -f boot/*.img