# U-Boot: BeagleBone and BeagleBone Black # Maintainer: André Silva buildarch=4 pkgname=uboot-grub-beaglebone pkgver=2015.04 pkgrel=1 pkgdesc="U-Boot for BeagleBone and BeagleBone Black adapted for GRUB usage" arch=('armv7h') url="http://git.denx.de/u-boot.git/" depends=('grub') 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' 'a54848b63e4541013926586217ac32bd') 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/${pkgname}" cp MLO u-boot.img "${pkgdir}/boot/${pkgname}" }