# U-Boot: Pandaboard and Pandaboard ES # Maintainer: Kevin Mihelich buildarch=4 pkgname=uboot-pandaboard pkgver=2016.01 pkgrel=1 pkgdesc="U-Boot for Pandaboard and Pandaboard ES" arch=('armv7h') url="http://git.denx.de/u-boot.git/" makedepends=('git' 'bc') license=('GPL') install=${pkgname}.install backup=('boot/uEnv.txt') source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-arch-linux-arm-modifications.patch' 'uEnv.txt') md5sums=('7d4f65fd43d4d706f5c5650e020d899d' '12c54a3f6b540658f9854ac38878d34f' '86004660f2912861a040e335c9c0e85b') prepare() { cd u-boot-${pkgver} git apply ../0001-arch-linux-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 cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}"/boot }