From b9de19ba52d54a7e608656254bb43c2441707853 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 14 Oct 2015 08:28:04 -0300 Subject: rename uboot-grub-beaglebone to uboot4grub-am335x_bone --- libre-testing/uboot4grub-am335x_bone/PKGBUILD | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 libre-testing/uboot4grub-am335x_bone/PKGBUILD (limited to 'libre-testing/uboot4grub-am335x_bone/PKGBUILD') diff --git a/libre-testing/uboot4grub-am335x_bone/PKGBUILD b/libre-testing/uboot4grub-am335x_bone/PKGBUILD new file mode 100644 index 000000000..c32adac42 --- /dev/null +++ b/libre-testing/uboot4grub-am335x_bone/PKGBUILD @@ -0,0 +1,43 @@ +# U-Boot: BeagleBone and BeagleBone Black +# Maintainer: André Silva + +buildarch=4 + +pkgname=uboot4grub-am335x_bone +pkgver=2015.04 +pkgrel=1 +pkgdesc="U-Boot with GRUB support for BeagleBone and BeagleBone Black" +arch=('armv7h') +url="http://git.denx.de/u-boot.git/" +depends=('grub-am335x_bone') +replaces=('uboot-beaglebone' 'uboot-grub-beaglebone') +conflicts=('uboot-beaglebone' 'uboot4grub' 'uboot-grub-beaglebone') +provides=('uboot-beaglebone' 'uboot4grub') +makedepends=('bc') +license=('GPL') +install=${pkgname}.install +source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" + '0001-parabola-arm-modifications+grub-support.patch') +md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' + 'd8c8e9fea003cd06ef04fe1cd841d686') + +prepare() { + cd u-boot-${pkgver} + patch -Np1 -i ../0001-parabola-arm-modifications+grub-support.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 + cp MLO u-boot.img "${pkgdir}"/boot +} -- cgit v1.2.3-54-g00ecf