diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:25:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:51:12 -0300 |
commit | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (patch) | |
tree | e4fb92e8edb1e974c37280f74e5d2e20a2822078 /libre-testing/uboot4extlinux-am335x_bone/PKGBUILD | |
parent | ea2ae0e235f8cd1f055ec33c6451bb805c873733 (diff) |
uboot4extlinux-am335x_bone-2015.04-3: move package to [libre]
* enable timeout support for Extlinux
Diffstat (limited to 'libre-testing/uboot4extlinux-am335x_bone/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-am335x_bone/PKGBUILD | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD b/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD deleted file mode 100644 index ac468fc50..000000000 --- a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# U-Boot: BeagleBone and BeagleBone Black -# Maintainer: André Silva <emulatorman@parabola.nu> -# Contributor: Jookia <166291@gmail.com> -# Contributor: Márcio Silva <coadde@parabola.nu> - -buildarch=4 - -pkgname=uboot4extlinux-am335x_bone -pkgver=2015.04 -pkgrel=2 -pkgdesc="U-Boot with Extlinux support for BeagleBone and BeagleBone Black" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -conflicts=('uboot-am335x_bone' 'uboot4grub-am335x_bone') -makedepends=('bc') -license=('GPL') -backup=(boot/extlinux/extlinux.conf) -install=${pkgname}.install -source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-parabola-arm-modifications.patch' - 'extlinux.conf' - 'uEnv.txt') -md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' - '37784c8f8f52a615d65e775018d237fb' - '068f6b4e8047115e73f29af5f384889b' - '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/extlinux - cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}"/boot - cp "${srcdir}"/extlinux.conf "${pkgdir}"/boot/extlinux -} |