From 97db170373c3fb1dcbe29268de31abf2da9ea7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 23 Feb 2016 13:55:12 -0300 Subject: uboot-am335x_bone: add package to [libre] --- libre/uboot-beaglebone-linux-libre/PKGBUILD | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 libre/uboot-beaglebone-linux-libre/PKGBUILD (limited to 'libre/uboot-beaglebone-linux-libre/PKGBUILD') diff --git a/libre/uboot-beaglebone-linux-libre/PKGBUILD b/libre/uboot-beaglebone-linux-libre/PKGBUILD deleted file mode 100644 index c71091303..000000000 --- a/libre/uboot-beaglebone-linux-libre/PKGBUILD +++ /dev/null @@ -1,45 +0,0 @@ -# U-Boot: BeagleBone and BeagleBone Black -# Maintainer (Arch): Kevin Mihelich -# Contributor: André Silva - -buildarch=4 - -_pkgname=linux-libre -pkgname=uboot-beaglebone-${_pkgname} -pkgver=2015.04 -pkgrel=1.2 -pkgdesc="U-Boot for BeagleBone and BeagleBone Black (built for the linux-libre kernel package)" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -depends=('linux-libre') -makedepends=('bc') -replaces=('uboot-beaglebone') -license=('GPL') -install=${pkgname}.install -source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-parabola-arm-modifications.patch' - 'uEnv.txt') -md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' - '866dc9001d2d0d3e6b3d3b3c7ffced53' - 'ccb79775b81654e16fca18825c7f2506') - -prepare() { - cd u-boot-${pkgver} - patch -Np1 -i ../0001-parabola-arm-modifications.patch -} - -build() { - cd u-boot-${pkgver} - - unset CFLAGS CXXFLAGS LDFLAGS - - make distclean - make am335x_evm_config - make -} - -package() { - cd u-boot-${pkgver} - mkdir -p "${pkgdir}/boot/${pkgname}" - cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}/boot/${pkgname}" -} -- cgit v1.2.3-2-g168b