From 11467233d8b439275ce1e1db650a4c6f91a9db1f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Mar 2016 00:23:43 -0300 Subject: move uboot4extlinux packages to [libre-testing] since it aren't stable yet --- libre-testing/uboot4extlinux-omap4_panda/PKGBUILD | 48 +++++++++++++++++++++++ 1 file changed, 48 insertions(+) create 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 new file mode 100644 index 000000000..6cb84e451 --- /dev/null +++ b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD @@ -0,0 +1,48 @@ +# U-Boot: PandaBoard and PandaBoard ES +# Maintainer: André Silva + +buildarch=4 + +pkgname=uboot4extlinux-omap4_panda +pkgver=2016.01 +pkgrel=2 +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') +md5sums=('7d4f65fd43d4d706f5c5650e020d899d' + 'b74e858feeed48acaba5ac0548d675ca' + '12c61073bb860f4c8d8ec59145c267ed' + '86004660f2912861a040e335c9c0e85b') + +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