From 49fef4a963e1b2163a000a6b65e2f4d61bd171ae Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 12 Dec 2021 22:45:00 +0100 Subject: libre-testing: remove outdated u-boot packages All these u-boot pakcages were consolidated in SOC specific packages instead of board specific pakcages in libre. In addition the libre packages are more recent and in sync with the Parabola armv7h installation manual. Signed-off-by: Denis 'GNUtoo' Carikli --- libre-testing/uboot4extlinux-omap4_panda/PKGBUILD | 47 ----------------------- 1 file changed, 47 deletions(-) delete mode 100644 libre-testing/uboot4extlinux-omap4_panda/PKGBUILD (limited to 'libre-testing/uboot4extlinux-omap4_panda/PKGBUILD') diff --git a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD deleted file mode 100644 index edfd4f48d..000000000 --- a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# U-Boot: PandaBoard and PandaBoard ES -# Maintainer: Isaac David -# Contributor: André Silva - -pkgname=uboot4extlinux-omap4_panda -pkgver=2017.01 -pkgrel=1.1 -pkgdesc="U-Boot with Extlinux support for PandaBoard and PandaBoard ES" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -conflicts=('uboot-omap4_panda' 'uboot4grub-omap4_panda') -makedepends=('bc') -license=('GPL') -install=${pkgname}.install -backup=('boot/extlinux/extlinux.conf' 'boot/uEnv.txt') -source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-parabola-arm-modifications.patch' - 'extlinux.conf' - 'uEnv.txt') -sha256sums=('6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2' - 'dbdfef11ac6ef81add6a7d5983e715538583738561409e35de393a0bc2185772' - 'bb489334db2d44562caa18ed6297068cf7df3afdf1bb8b1b1f27bce0d2b8e987' - '79c60872095fb4a421a532ce918ffb0927398a83df028578aebf46f54a4d6ed6') - -prepare() { - cd u-boot-${pkgver} - - patch -Np1 -i ../0001-parabola-arm-modifications.patch -} - -build() { - cd u-boot-${pkgver} - - unset LDFLAGS - - make distclean - make omap4_panda_config - make -} - -package() { - cd u-boot-${pkgver} - - mkdir -p "${pkgdir}"/boot/extlinux - cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}"/boot - cp "${srcdir}"/extlinux.conf "${pkgdir}"/boot/extlinux -} -- cgit v1.2.3